Allow power-key in X. This is needed for the "power key ends calls" feature to work.
[platform/adaptation/intel_mfld/pvr-bin-mdfld.git] / main / opt / 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