dotfiles/.config/xorg.conf.d/07-intel.conf

13 lines
201 B
Plaintext

Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection