20-intel.conf 424 B

12345678910
  1. # This driver uses SNA as the default acceleration method. You can try
  2. # falling back to UXA if you run into trouble. To do so, save a file with
  3. # the following content as /etc/X11/xorg.conf.d/20-intel.conf :
  4. # https://bbs.archlinux.org/viewtopic.php?pid=1533863#p1533863
  5. Section "Device"
  6. Identifier "Intel Graphics"
  7. Driver "intel"
  8. Option "AccelMethod" "uxa"
  9. #Option "AccelMethod" "sna"
  10. EndSection