|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
How-to: Nvidia Overclocking in Linux
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||||||
|
PC Gamer
![]() |
![]() In my pursuit of the optimal Linux gaming rig my journey must eventually lead to overclocking. It’s where all these extra copper heat pipes, Arctic Silver, lapping, and custom driver compiling lead up to. Be warned, overclocking is an obvious breach of any and all warranties your card may have. Only do this if you are prepared to accept the risk. Take your time and bump up the clock speeds slowly. If you ignore this advice and just crank everything to max you’ll get artifacts and/or burn up your GPU. Take it from me, speaking from very personal experience, don’t rely on the GPU’s thermometer to shut down your system in the event of to high temps. It doesn’t always work and taking that kind of chance can be costly.
Do all this in terminal to avoid any accidents. Code:
sudo nano /etc/X11/xorg.conf Code:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Add this to the bottom of the section just before the “EndSection” delimiter. *Please type this in by hand, don’t copy it just in case your browser is decoding this page funny. X wont put up with strange characters like your browser does. Code:
Option "Coolbits" "1" Code:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "Coolbits" "1"
EndSection
![]()
Code:
sudo nano /etc/X11/xorg.conf Code:
sudo killall gdm sudo gdm
Install the nvclock utility (It can set and probe the GPU’s from the command line) Code:
sudo apt-get install nvclock or for Ubuntu 9.04 and above: System > Preferences > Startup Applications Click [Add] on the right side
After that your clocks will be set to the values you specified above on every reboot or restart of the X server. Additionally you can add a “-f” to the end of that nvclock command to force the clocks without checking if they are reasonable. Only do this if you know for certain that the frequencies wont make a bon fire in your case. Enjoy!
__________________
How-to: Linux Gaming Explained | How-to: Nvidia Overclocking in Linux | How-to: Linux Temps and System Monitors How-to: Demystifying the Nvidia Driver
Last edited by Caedis : 05-14-09 at 09:48 AM Reason: GPU Drivers helper outter link at the top |
||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Danke schön
![]() |
Nice work man.
Its not the fanciest of methods, but it does a damn nice job (used this method on my 8800GTS 640's)
__________________
Check Out My Sammich! Quote:
Missouri Overclockers The ß₤ứə Çřёώ The Red Tide ATi Owners Unite nVidia's Gr33N Machine
|
||||||||||||||
|
|
|
|
#3 (permalink) | ||||||||||||
|
PC Gamer
![]() |
ty ty, yeah I like to keep it simple. And this is a clean, simple method that works every time.
__________________
How-to: Linux Gaming Explained | How-to: Nvidia Overclocking in Linux | How-to: Linux Temps and System Monitors How-to: Demystifying the Nvidia Driver
|
||||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||
|
Linux Lobbyist
![]() |
Yup great contribution to a great new member! rep+
__________________
R.I.P - XAslanX Amigos
|
|||||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||
|
AMD Overclocker
![]()
Join Date: Apr 2009
Location: Southern California
Posts: 471
Rep: 36
![]() Unique Rep: 28
Trader Rating: 0
|
Since i'm now using Linux almost all the time i see myself buying a nvidia video card when i upgrade instead of ATI. :sigh: :tearsheds:
__________________
|
|||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||||
|
Danke schön
![]() |
Quote:
A bit more time, and with them being open source now, we should see at least some awesome custom drivers. More so that the HD4000 series is such a hit, and HD5000 just around the bend.
__________________
Check Out My Sammich! Quote:
Missouri Overclockers The ß₤ứə Çřёώ The Red Tide ATi Owners Unite nVidia's Gr33N Machine
|
|||||||||||||||
|
|
![]() |
| Tags |
| linux, nvidia, open source, overclock, ubuntu |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|