image-63245/etc/X11/xorg.conf.d/20-modesetting.conf

7 lines
388 B
Text
Raw Normal View History

2026-03-24 10:59:42 -03:00
Section "Device"
Identifier "Intel Graphics"
Driver "modesetting"
Option "ShadowFB" "false" # you don't need on recent hardware
Option "Atomic" "true" #only effective on Xlibre, or Xorg-git with a special patch
Option "TearFree" "false" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary
EndSection