Re: A truly great release
It should be as easy as this:
For additional functionality, you can add three more lines to the "Devices" section:
The first option is required to restore brightness key functionality on some laptops. The second option enables a feature that lowers power consumption. The third option enables an additional page in the nvidia-settings utility that allows you to over/underclock the GPU.
Originally posted by tweev
- Remove any existing nvidia-settings and nvidia-current packages. Delete any existing /etc/X11/xorg.conf.
- Add the X-swat PPA from Launchpad to your Software Sources. Run sudo apt-get update.
- Install nvidia-current and nvidia-settings from X-swat.
- Reboot.
- After logging on, open a command prompt and run sudo nvidia-xconfig. This will create the basic xorg.conf that the proprietary driver requires.
For additional functionality, you can add three more lines to the "Devices" section:
Code:
Option "RegistryDwords" "EnableBrightnessControl=1" Option "OnDemandVBlankInterrupts" "1" Option "Coolbits" "1"
Comment