Advertisement
dcorbeil

modified_xorg.conf

Sep 2nd, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Section "Module"
  2. Load "vgahw"
  3. Load "fb"
  4. Load "shadow"
  5. Load "glamoregl"
  6. Load "glx"
  7. EndSection
  8.  
  9. Section "Device"
  10. Identifier "Default screen"
  11. Driver "modesetting"
  12. Option "ForceGallium" "True"
  13. Option "AccelMethod" "glamor"
  14. EndSection
  15.  
  16. Section "dri"
  17. Mode 0666
  18. EndSection
  19.  
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement