/etc/X11/xorg.conf.d/20-intel.conf
323 bytes of Diff
Created 3 hours ago
— expires in 7 days
Viewed
10 times
https://dpaste.com/BCDTK3X6U
| Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "True"
Option "Tiling" "True"
Option "SwapbuffersWait" "True"
BusID "PCI:0:2:0" # <--- change this!
Option "ReprobeOutputs" "true"
EndSection
|
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "True"
Option "Tiling" "True"
Option "SwapbuffersWait" "True"
BusID "PCI:0:2:0" # <--- change this!
Option "ReprobeOutputs" "true"
EndSection