Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Main
  2. Section "ServerLayout"
  3. Identifier "XORG_ARCH_2018"
  4.  
  5. Screen "XORG_SCREEN"
  6. EndSection
  7.  
  8. # GPU driver
  9. Section "Device"
  10. Identifier "XORG_AMDGPU"
  11. Driver "amdgpu"
  12. Option "DRI" "3"
  13. #Option "TearFree" "true"
  14. #Option "AccelMethod" "glamor"
  15. EndSection
  16.  
  17. # XORG Screen
  18. Section "Screen"
  19. Identifier "XORG_SCREEN"
  20. DefaultDepth 24
  21.  
  22. Device "XORG_AMDGPU"
  23. Monitor "DVI-I-1"
  24.  
  25. SubSection "Display"
  26. Depth 24
  27. # 1440 x 900
  28. Virtual 1440 900
  29. EndSubSection
  30. EndSection
  31.  
  32. # Monitor
  33. Section "Monitor"
  34. Identifier "DVI-I-1"
  35. Option "DPI" "96 x 96"
  36. Option "UseEDIDDpi" "false"
  37. #DisplaySize 344 193
  38. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement