os-26535/etc/X11/xorg.conf.d/20-modesetting.conf
Anders da Silva Rytter Hansen bf803ff88f
All checks were successful
os / build (push) Successful in 18m1s
Enable TearFree
2026-05-16 14:21:45 -03:00

7 lines
387 B
Text

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" "true" # We will be using compositor, so TearFree (extra buffer) in the driver is not necessary
EndSection