8

So I have two monitors secondary one of which I rotate to the left and use nvidia settings but does not save those settings after reboot I have tried saving the x config file to /etc/X11/xorg.conf both by merging and not merging as well as using root access to no avail.

b.d98
  • 83
  • 1
  • 5
  • I have the exact same problem. I've tried using sudo, changing xorg.conf permissions, changing display port, etc. None worked. Bug tracker -> https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1874217 – rylexr May 01 '20 at 20:14
  • 1
    The nvidia-settings tool has an option to save configs. Make sure you do it, and if a config file is saved in the home folder, move it. – mikewhatever May 23 '20 at 19:34
  • Same problem. A real Ubuntu-tier issue, highly embarrassing. – Lewis Aug 27 '20 at 20:00
  • Same problem - "Intel (Power Saving Mode)" is set but doesn't seem to happen on reboot (judging by indicator light) until I reopen the settings menu . – wesinat0r Oct 29 '20 at 13:32

1 Answers1

0

adding x permission to /usr/share/screen-resolution-extra/nvidia-polkit fixed the issue for me

sudo chmod u+x /usr/share/screen-resolution-extra/nvidia-polkit
Paul
  • 4,451
  • 5
  • 25
  • 45