Files
xorg-image/xorg.conf

44 lines
695 B
Xorg

Section "Device"
Identifier "modesetting"
Driver "modesetting"
Option "PreferCloneMode" "true"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "modesetting"
Device "modesetting"
EndSection
Section "Device"
Identifier "fbdev"
Driver "fbdev"
EndSection
Section "Screen"
Identifier "fbdev"
Device "fbdev"
EndSection
Section "Device"
Identifier "vesa"
Driver "vesa"
EndSection
Section "Screen"
Identifier "vesa"
Device "vesa"
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "modesetting"
Screen "fbdev"
Screen "vesa"
EndSection
Section "ServerFlags"
Option "DontVTSwitch" "true"
Option "DontZap" "true"
EndSection