spacepaste

  1.  
  2. $ cat /etc/X11/xorg.conf.d/20-intel.conf
  3. #~Section "Device"
  4. # Identifier "Intel Graphics"
  5. # Driver "intel"
  6. # Option "AccelMethod" "sna"
  7. #EndSection
  8. $ cat /etc/X11/xorg.conf.d/20-modesetting.conf
  9. #Section "Device"
  10. # Identifier "Intel Graphics"
  11. # Driver "modesetting"
  12. # Option "AccelMethod" "glamor"
  13. # Option "DRI" "3"
  14. #EndSection
  15. $ cat /etc/X11/xorg.conf.d/20opengl.conf
  16. #Section "Files"
  17. #EndSection
  18.