1

Is it possible to add the Nvidia X Settings to the Panel so it can be worked from there? For example to have the ability to change resolutions, change AA, AF, Vsync, Detect other monitors, change refresh rate, etc..

htorque
  • 64,798
Luis Alvarado
  • 211,503

2 Answers2

2

Disper maybe too limited for what you are asking but I think using nvidia-settings from the command line might achieve this. Use nvidia-settings --help or man for settings available.

The other program you may need is nv-control-dpy but that's not ideal as you need to build it from the source code before you can use it. It is very powerful though and I will be using it when creating a script for docking my laptop with external monitors.

To add all these commands to the gnome panel would be only possible with custom desktop entries (shortcuts) to the settings you want to switch.

Cas
  • 8,557
1

Try Disper. It provides an interface to Nvidia's settings from the panel (as far as I understand).

RolandiXor
  • 51,541
  • I added the PPA ppa:disper-dev/ppa and installed disper but could not find how to even put it on the panel let alone run it in a gui way. Any other you might know? – Luis Alvarado May 19 '11 at 00:34