Advertisement
Guest User

xorg.conf

a guest
Mar 31st, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Section "Device"
  2. Identifier "Intel"
  3. Driver "modesetting"
  4. EndSection
  5.  
  6. Section "Device"
  7. Identifier "AMD"
  8. Driver "amdgpu"
  9. Option "TearFree" "true"
  10. EndSection
  11.  
  12.  
  13. Section "Screen"
  14. Identifier "ScreenLayout"
  15. Device "Intel"
  16. GPUDevice "AMD"
  17. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement