mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
12 lines
288 B
Text
12 lines
288 B
Text
#Section "Device"
|
|
# Identifier "Intel Graphics"
|
|
# Driver "intel"
|
|
# Option "DRI" "false"
|
|
#EndSection
|
|
Section "Device"
|
|
Identifier "Intel Graphics"
|
|
Driver "intel"
|
|
Option "DRI" "3"
|
|
Option "AccelMethod" "sna" # fallback
|
|
Option "TearFree" "true"
|
|
EndSection
|