Tizen 2.1 base
[platform/adaptation/intel_mfld/pvr-bin-mdfld.git] / main / etc / X11 / xorg.conf.d / mdfld-pvr.conf
1 Section "ServerFlags"
2         Option     "AIGLX" "Off"
3 EndSection
4
5 Section "Device"
6         Option     "DRIDisableVSync"    "False"
7         Identifier  "Card0"
8         Driver      "pvr"
9         BusID       "PCI:0:2:0"
10 EndSection
11
12 Section "INPUTCLASS"
13         Identifier      "ignore power button in X"
14         MatchProduct    "msic_power_btn"
15         Option          "ignore"        "TRUE"
16 EndSection