]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
da4fc3c6436d49be044547da8f993cc6f71284a6
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 Section "Device"
2 Identifier "Generic VESA"
3 Driver "vesa"
4 EndSection
5
6 Section "Monitor"
7 Identifier "Generic Monitor"
8 Option "DPMS"
9 EndSection
10
11 Section "Screen"
12 Identifier "Default Screen"
13 Device "Generic VESA"
14 Monitor "Generic Monitor"
15 DefaultDepth 24
16 EndSection
17
18 Section "ServerLayout"
19 Identifier "Default Layout"
20 Screen "Default Screen"
21 EndSection
22
23 Section "ServerFlags"
24 Option "DontZap" "0"
25 Option "AutoAddDevices" "False"
26 EndSection