Use xorg config for intel gfx

work
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 = '' config = ''
Section "Device" Section "Device"
Identifier "Card0" Identifier "Intel Graphics"
Driver "intel" Driver "intel"
Option "Backlight" "/sys/class/backlight/intel_backlight"
Option "TearFree" "true"
EndSection EndSection
''; '';