Advertisement
Guest User

Vertical tearing-free Nvidia Tutorial

a guest
Sep 15th, 2015
3,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. A few notes:
  2.  
  3. I, The Linux Gamer, did not create this tutorial. All credit goes to bucaneer on the compton github here. https://github.com/chjj/compton/issues/227
  4.  
  5. Also, I found this github page on through /r/linux_gaming.
  6.  
  7. Finally, I believe this is only applicable to the proprietary Nvidia drivers.
  8.  
  9. Please consult the github link above with any questions.
  10.  
  11. Use the following command to access the configuration file:
  12. sudo nano /etc/X11/xorg.conf
  13.  
  14. You can paste the following code into your /etc/X11/xorg.conf file (keep the preceding spaces):
  15. Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
  16.  
  17. Then simply save the config file and you're done!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement