Skip to content

Commit

Permalink
Adds Intel xorg config file to prevent tearing
Browse files Browse the repository at this point in the history
Adds a xorg configuration file for Intel GPUs as it's suggested by GitHub user
compicat this prevents screen tearing on Intel GPUs [1].

[1] rescuezilla#281
  • Loading branch information
shasheene committed Nov 8, 2021
1 parent 21e879d commit 34fcdb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/livecd/chroot/etc/X11/xorg.conf.d/20-intel.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection

0 comments on commit 34fcdb7

Please sign in to comment.