View Single Post
  #24 (permalink)  
Old 10th January, 2008, 04:30 PM
ccperf721p ccperf721p is offline
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,295

revised how to: We'll work as root to avoid having to type sudo everytime..

Open Terminal

Code:
 su (root passwd)
Code:
nano -w .nvidia-settings-rc
Delete the lines:
GPUOverclockingState=1
GPU2DClockFreqs=513,792
GPU3DClockFreqs=513,792

CTRL+x, then "y" then "enter"

Next we will enable coolbits in xorg.conf

Code:
 nano -w /etc/X11/xorg.conf
Add the line Option "Coolbits" "1" as seen in the example below

Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "AddARGBGLXVisuals" "True"
        Option      "Coolbits"          "1"
EndSection
CTRL+x then "y" then "enter"

Now we will restart the X-server by hitting CTRL+ALT+Backspace. Log back in..

Go to Applications --> System Tools --> nVidia Display Settings, click on the overclocking tab on the left and it will bring up this screen.. check the box to enable overclocking. Go to 3D Clock frequencies and bump each 20 or so, I don't have Quake4 so I I can't tell you what can be used as a benchmark, so just play a little quake. Once you reach a comfortable OC, then you would want to edit the .nvidia-settings-rc file with those clocks so that it will boot with those settings from that point on. Coolbits will still allow clock changes on the fly..

Nvclock 0.8B3 released, with Geforce 8 support-snapshot6.png
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP

Last edited by ccperf721p; 10th January, 2008 at 05:32 PM.
Reply With Quote