summaryrefslogtreecommitdiff
path: root/usr/share/X11/xorg.conf.d/99-pvr.conf.blaze
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/X11/xorg.conf.d/99-pvr.conf.blaze')
-rw-r--r--usr/share/X11/xorg.conf.d/99-pvr.conf.blaze37
1 files changed, 0 insertions, 37 deletions
diff --git a/usr/share/X11/xorg.conf.d/99-pvr.conf.blaze b/usr/share/X11/xorg.conf.d/99-pvr.conf.blaze
deleted file mode 100644
index 57a1392..0000000
--- a/usr/share/X11/xorg.conf.d/99-pvr.conf.blaze
+++ /dev/null
@@ -1,37 +0,0 @@
-# X.Org X server configuration file
-
-Section "Device"
- Identifier "Video Device"
- Driver "pvr"
- Option "FlipChain" "true"
- Option "NoAccel" "false"
- Option "monitor-pvr0" "ts1"
- Option "monitor-pvr1" "ts2"
- Option "monitor-pvr2" "hdmi"
-EndSection
-
-Section "Monitor"
- Identifier "ts1"
- Option "Below" "ts2"
-EndSection
-
-Section "Monitor"
- Identifier "ts2"
-EndSection
-
-Section "Monitor"
- Identifier "hdmi"
- Option "Below" "ts1"
-EndSection
-
-Section "Screen"
- Identifier "Default Screen"
- Monitor "ts2"
- Device "Video Device"
-EndSection
-
-Section "ServerLayout"
- Identifier "Server Layout"
- Screen "Default Screen"
-EndSection
-