What makes us different from other similar websites? › Forums › Tech › Screen Taring vSync (Linux) [Resolution] › Reply To: Screen Taring vSync (Linux) [Resolution]
January 4, 2023 at 6:47 am
#6850

Keymaster
If you are having issues saving the “X Configuration File” run the following command.
Create a backup:
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
$ sudo chmod u+x /usr/share/screen-resolution-extra/nvidia-polkit
If you run into issues, do the following, to reset the file:
$ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup2
$ sudo shutdown -r now
-
This reply was modified 2 years, 5 months ago by
thumbtak. Reason: Added a backup command and reset command