OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/xorg-image?expand=0&rev=1
44 lines
695 B
Xorg
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
|