summaryrefslogtreecommitdiff
path: root/xorg.conf
diff options
context:
space:
mode:
authorPaul Jeong <paul@paul-desktop.(none)>2011-02-25 15:43:42 +0900
committerPaul Jeong <paul@paul-desktop.(none)>2011-02-25 15:43:42 +0900
commit0db741a5ee19fb8a89dc17c770ca2bdfa4da8d05 (patch)
tree850c623e518ea7fa3a2bac4da3236344daa29527 /xorg.conf
Initial X11 drivers for Mali DDK
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