Nvdia X Server Settings doesn’t save my configured settings. The biggest issue is that my 144 Hz monitor starts at 60 Hz on every boot and the power profile is set to “adaptive”. Applied settings are valid until I reboot.
The program didn’t allow me to save (“save to X configuration file”) the changes and informed me that I have to be root, so I ran a command:
gnomesu nvidia-settings
. Now I was able to press “save”, but the settings aren’t applied after a reboot and everything is resetted back to defaults.
>
> Nvdia X Server Settings doesn’t save my configured settings. The
> biggest issue is that my 144 Hz monitor starts at 60 Hz on every boot
> and the power profile is set to “adaptive”. I can still apply, but
> that has to be always again.
>
I found the same trouble but sorted it by logging in as root and
configuring the system there and then saving the settings to the
X-configuration file. In root, the file comes up as
“/etc/X11/xorg.conf”. It’s probably preferable, but I don’t know if
it’s possible, to do this from your home session; perhaps it will ask
for a root password - I haven’t tried it.
–
Graham P Davis, Bracknell, Berks.
openSUSE 13.2 (64-bit); KDE 4.14.9; AMD Phenom II X2 550 Processor;
Kernel: 4.2.0; Video: nVidia GeForce 210 (using nouveau driver);
Sound: ATI SBx00 Azalia (Intel HDA)
You should never log to a GUI as root. In a konsole become root with su then run nviida-settings from command line. it will then allow you to save xorg. settings.
It should hold your changes. If not are you actually saving it? The save button is on the X Server Display Configuration screen and you must be root and you must write it to /etc/X11/ directory
Some settings may require mod to xorg.conf Also your GUI desktop may require changes since it may override any change you make. Depending on what you change.
I tried changing the refresh rate in “.config/monitors.xml”. I still have to find a way to set “prefer maximum performance” power plan as default.
The other settings, like antialiasing seem to be saved.
Editing monitors.xml didn’t work. 144 Hz refresh rate is now there, but isn’t applied on boot.
Is editing xorg.conf really necessary? Even creating the file is a bit difficult.
Do you think that Gnome can override settings? The 144 Hz refresh rate always worked when I was using Xfce.
I copied the file generated by nvidia-settings to /etc/X11/xorg.conf.d/20-nvidia.conf
If you are tired of nvidia advertising, add Option “NoLogo” “True” to Section “Device”
That xorg.conf file probably contains additional info and the files in xor.conf.d are broken down with each representing a section of the original xorg.conf structure. So you should break the sections out and put them in the correct files rather then copy all to one file.
On LXDE the refresh rate doesn’t default back to 60, it can be set in the desktop settings. I also very much prefer LXDE/Xfce.
I copied the file generated by nvidia-settings to /etc/X11/xorg.conf.d/20-nvidia.conf
If you are tired of nvidia advertising, add Option “NoLogo” “True” to Section “Device”
Interesting, do you mean the adverts during driver updates?