my-ostree-OS/etc/X11/xorg.conf.d/20-modesetting.conf
Anders da Silva Rytter Hansen 935397b426 Add X11 config files
2026-03-27 12:44:44 -03:00

7 lines
299 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"
EndSection