You are not logged in.

#1 2005-09-29 07:29:51

ckl_88
Member
Registered: 2005-09-16
Posts: 23

nvidia-settings frequency settings

I'm having a hard time getting arch to remember the frequency settings
in the nvidia-settings. When I reboot and go back into it, the settings are lost and the checkbox to enable the frequency settings is unchecked.

Is there anything I need to do?

Thanks.

Offline

#2 2005-09-29 14:19:04

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: nvidia-settings frequency settings

You can enable the "Coolbits" option in your xorg.conf, which is statically set the freq a bit higher, other than that, there's really nothing you can do. nvidia-settings don't have a "restore after reboot" option. sad


·¬»· i am shadowhand, powered by webfaction

Offline

#3 2005-09-29 14:53:59

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,914
Website

Re: nvidia-settings frequency settings

or try nvclock


Mr Green

Offline

#4 2005-09-29 15:10:30

Beavis
Member
From: UK
Registered: 2005-01-01
Posts: 71

Re: nvidia-settings frequency settings

If you add the following to your .bashrc file the new frequency settings will not be lost after every reboot. Be sure to change where it says 390,700 to whatever new frequencies you want to apply. 390 is for the core/gpu and 700 is for the memory.

nvidia-settings -a GPUOverclockingState=1 -a GPU3DClockFreqs=390,700

Offline

#5 2005-09-30 16:54:17

ckl_88
Member
Registered: 2005-09-16
Posts: 23

Re: nvidia-settings frequency settings

Hi,

thanks for all your replies!

I solved the problem by:

1. Copying the default .nvidia-settings-rc to my own file .nvidia-rc
2. Adding 3 new attributes in the .nvidia-rc
0/GPUOverclockingState=1
0/GPU3DClockFreqs=350,450
0/GPU2DClockFreqs=350,450
where 0 is the display device
3. Add nvidia-settings -l --config=.nvidia-rc to the gnome Preferences->Sessions->Startup programs list

Alternatively, you can skip the settings file and add all of your attributes to step 3 like:
nvidia-settings -a GPUOverclockingState=1 -a GPU3DClockFreqs=350,450 -a GPU2DClockFreqs=350,450

Offline

Board footer

Powered by FluxBB