Re: Downclocking a 780 Ti
Posted: Tue Apr 22, 2014 7:52 am
Linux driver 337.12 beta has support for over/down clocking, and starting with the 337 release, next releases will also have this support.
I did not yet install ubuntu 14.04 lts, so I don't know if the 337 release is proposed in the system settings / software and updates / additionnal drivers
Also I did not check xorg edgers ppa for this release
What you could do, assuming your OS is Ubuntu, is
1/download 337.12 from nvidia website
2/press Ctrl+Alt+F1 to close GUI and open command line interface
3/shutdown the graphics environment by typing
4/locate the directory where you saved the file and name of the file (assuming NVIDIA-Linux-x86_64-337.12-pkg1 for below command)
5/execute file
6/start the graphics environment again
7 go back to GUI by pressing Ctrl+Alt+F7
If not Ubuntu, you will need to edit step 3/ with whatever your distro is using to provide equivalent of lightdm service under ubuntu
I would recommend to read http://www.phoronix.com/scan.php?page=n ... px=MTY1OTM on how to use the driver for offsetting the clock speed (over/down clocking)
I did not yet install ubuntu 14.04 lts, so I don't know if the 337 release is proposed in the system settings / software and updates / additionnal drivers
Also I did not check xorg edgers ppa for this release
What you could do, assuming your OS is Ubuntu, is
1/download 337.12 from nvidia website
2/press Ctrl+Alt+F1 to close GUI and open command line interface
3/shutdown the graphics environment by typing
Code: Select all
sudo service lightdm stop
5/execute file
Code: Select all
sudo sh ./NVIDIA-Linux-x86_64-337.12-pkg1.run
Code: Select all
sudo service lightdm start
If not Ubuntu, you will need to edit step 3/ with whatever your distro is using to provide equivalent of lightdm service under ubuntu
I would recommend to read http://www.phoronix.com/scan.php?page=n ... px=MTY1OTM on how to use the driver for offsetting the clock speed (over/down clocking)