summaryrefslogtreecommitdiff
path: root/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'xorg.conf')
-rw-r--r--xorg.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/xorg.conf b/xorg.conf
new file mode 100644
index 0000000..9b2cb32
--- /dev/null
+++ b/xorg.conf
@@ -0,0 +1,21 @@
+# 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