summaryrefslogtreecommitdiff
path: root/main/opt/etc/X11/xorg.conf.d/mdfld-pvr.conf
blob: 92919e32ce429f38e99f0346bafcd76b8549de89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Section "ServerFlags"
        Option     "AIGLX" "Off"
EndSection

Section "Device"
        Option     "DRIDisableVSync"    "False"
        Identifier  "Card0"
        Driver      "pvr"
        BusID       "PCI:0:2:0"
EndSection

Section "INPUTCLASS"
        Identifier      "ignore power button in X"
        MatchProduct    "msic_power_btn"
        Option          "ignore"        "TRUE"
EndSection