summaryrefslogtreecommitdiff
path: root/pcr/xf86-video-fbturbo-git/99-fbturbo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/xf86-video-fbturbo-git/99-fbturbo.conf')
-rw-r--r--pcr/xf86-video-fbturbo-git/99-fbturbo.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/pcr/xf86-video-fbturbo-git/99-fbturbo.conf b/pcr/xf86-video-fbturbo-git/99-fbturbo.conf
new file mode 100644
index 000000000..7c3af1959
--- /dev/null
+++ b/pcr/xf86-video-fbturbo-git/99-fbturbo.conf
@@ -0,0 +1,23 @@
+# This is a minimal sample config file, which can be copied to
+# /etc/X11/xorg.conf in order to make the Xorg server pick up
+# and load xf86-video-fbturbo driver installed in the system.
+#
+# When troubleshooting, check /var/log/Xorg.0.log for the debugging
+# output and error messages.
+#
+# Run "man fbturbo" to get additional information about the extra
+# configuration options for tuning the driver.
+
+Section "Device"
+ Identifier "Allwinner A20 FBDEV"
+ Driver "fbturbo"
+ Option "fbdev" "/dev/fb0"
+
+ Option "AccelMethod" "G2D"
+ Option "DRI2HWOverlay" "true"
+ Option "DRI2" "true"
+ Option "DRI2_PAGE_FLIP" "true"
+ Option "SwapbuffersWait" "false"
+EndSection
+
+