mirror of
https://github.com/andersrh/image-63245.git
synced 2026-06-20 06:48:03 +00:00
Add X11 config files
This commit is contained in:
parent
4df5c089e0
commit
4c1d58ba7f
2 changed files with 17 additions and 0 deletions
7
etc/X11/xorg.conf.d/20-modesetting.conf
Normal file
7
etc/X11/xorg.conf.d/20-modesetting.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue