summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics/xorg-xserver/xserver-xf86-config/cedartrail/xorg.conf
blob: d7c6a59a506790fd94a01b987c6af6277fa34b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Section "Device"
        Option     "DRIDisableVSync"    "False"
        Identifier  "Card0"
        Driver      "pvr"
        BusID       "PCI:0:2:0"
        Option      "SoftEXA"           "Off"
        Option      "FlipChain"         "On"
EndSection

Section "ServerLayout"
        Identifier "default screen"
        Option  "AIGLX" "on"
EndSection

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