summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config/jasperforest/xorg.conf
blob: ca14a0c4712d9a6a7b28cc5ea9db163486e701e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#Section "Device"
#    Identifier	"Volari Z11"
#    Driver	"xgi"
#EndSection

Section "Device"
    Identifier	"Generic VESA"
    Driver	"vesa"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
#    Device	  "Volari Z11"
    Device	  "Generic VESA"
    Monitor       "Generic Monitor"
    DefaultDepth  24
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen"
EndSection

Section "ServerFlags"
    Option        "DontZap"  "0"
    Option        "AutoAddDevices"  "False"
EndSection