Use xorg config for intel gfx

main
Matthew Ess 2020-01-02 01:26:39 -05:00
parent 429cdbe18f
commit f65e6c502d
1 changed files with 4 additions and 3 deletions

View File

@ -106,9 +106,10 @@
config = ''
Section "Device"
Identifier "Card0"
Driver "intel"
Option "Backlight" "/sys/class/backlight/intel_backlight"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
'';