I am trying to persist an OpenGL setting of High Performance instead of the default High Precision.
Each time I reboot and open the nvidia-settings panel, it appears to have switched back to the default.
Upon further inverstigation, I am in a situation where ~/.nvidia-settings-rc contains
Version is 470.57.01
Driver is 460.91.03
OS is KUbuntu 20.04 – suspecting that Plasma might interfering, I disabled compositing during my investigation
Running nvidia-settings -V all or nvidia-settings -l -V all shows that it does read the config file but stumbles on an error :
ERROR: Unable to find display on any available system
[repeated many times]
ERROR: Unable to assign attribute OpenGLImageSettings specified on line 31 of configuration file '/home/yann/.nvidia-settings-rc' (no Display connection).
[repeated for each line]
I cannot understand this error because :
This is a “plain” desktop system and env contains both a seemingly valid DISPLAY and XAUTHORITY
The nvidia-settings GUI is able to actually manipulate the settings ; toying with the gamma correction settings gives live updates in the display.