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

13 lines
201 B
Plaintext
Raw Normal View History

2021-06-21 16:28:03 +00:00
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection