my-ostree-OS/etc/X11/xorg.conf.d/20-modesetting.conf

7 lines
352 B
Text
Raw Normal View History

2026-03-27 12:44:44 -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
2026-05-02 18:14:41 +00:00
Option "TearFree" "false" # Compositor is being used so TearFree is not needed
2026-03-27 12:44:44 -03:00
EndSection