my-ostree-OS/etc/X11/xorg.conf.d/20-modesetting.conf
anders 8d7d28d36b
All checks were successful
os / build (push) Successful in 1h14m31s
Add comment to tearfree
2026-05-02 18:14:41 +00:00

7 lines
352 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" "false" # Compositor is being used so TearFree is not needed
EndSection