summaryrefslogtreecommitdiff
path: root/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xorg.conf')
-rw-r--r--xorg.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg.conf b/xorg.conf
deleted file mode 100644
index 9b2cb32..0000000
--- a/xorg.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-# X.Org X server configuration file for xfree86-video-mali
-
-Section "Device"
- Identifier "Mali FBDEV"
- Driver "mali"
- Option "fbdev" "/dev/fb0"
- Option "DRI2" "true"
- Option "DRI2" "true"
- Option "DRI2_PAGE_FLIP" "true"
- Option "DRI2_WAIT_VSYNC" "false"
-EndSection
-
-Section "Screen"
- Identifier "Mali Screen"
- Device "Mali FBDEV"
- DefaultDepth 24
-EndSection
-
-Section "DRI"
- Mode 0666
-EndSection