Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/X11/xorg.conf.d/20-radeon.conf
  2. Section "Device"
  3.     Identifier "Radeon"
  4.     Driver     "radeon"
  5.     Option     "TearFree" "on"
  6. EndSection
  7.  
  8.  
  9.  
  10. # /etc/X11/xorg.conf.d/20-amdgpu.conf
  11. Section "Device"
  12.     Identifier "AMD"
  13.     Driver     "amdgpu"
  14.     Option     "TearFree" "true"
  15. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement