jo, přesně tam, stačí Budiž
sudo nvidia-xconfig
Ah actually that did not work for me either. I got it working now though using the method shown on both sites below: (last post of the following archived thread) http://ubuntuforums.org/archive/index.php/t-1311946.html http://linux.aldeby.org/nvidia-powermizer-powersaving.html Basically, at least in Ubuntu 10.04 (64bit, if it matters) you have to edit the xorg.conf file and not the file that was recommended for editing previously in this thread. The xorg.conf file, in case you are not familiar with it, can be found at '/etc/X11/xorg.conf'. So one way to edit it is to open a terminal and type in: sudo gedit /etc/X11/xorg.conf and enter your password when prompted of course. Then look for the 'Device' section of the document (you can use gedit's search function to find it if you need.) Under this section you will want to add the two lines: # added manually: Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" ...the '# added manually:' is unnecessary I just like to make a habit of making a comment anywhere I edit any file to tell myself that I have edited or added that part manually so if I ever come back to the file I have a better idea of what was or is going on. The 'Option... ...AC=0x1' part is the single line of code you need to add to this section to inhibit the adaptive scaling for your card. If you want to read a little further on the topic to better understand what the code does take a look at the links I provided, especially the second one; supposedly the line I provided will set it to max using AC and to adaptive when on battery but since I am only using this adjustment on my nvidia-driven desktop I have not tested to see if it actually works the way it should in regard to switching to adaptive handling when on battery. Hope this helps!