summaryrefslogtreecommitdiff
path: root/pcr/xf86-video-fbturbo-git/99-fbturbo.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 19:19:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-06 20:00:42 -0300
commit1e8b910fdaa9cc25f3269adccb9dad731d3fe4e3 (patch)
tree080baa2c1de456716a4f3b6c4742004c7c363bb0 /pcr/xf86-video-fbturbo-git/99-fbturbo.conf
parent38e3bc06c90d5d1b3f0376ce5426f744080b03ca (diff)
downloadabslibre-1e8b910fdaa9cc25f3269adccb9dad731d3fe4e3.tar.gz
abslibre-1e8b910fdaa9cc25f3269adccb9dad731d3fe4e3.tar.bz2
abslibre-1e8b910fdaa9cc25f3269adccb9dad731d3fe4e3.zip
xf86-video-fbturbo-199.f9a6ed7-2: enable some explicit options in 99-fbturbo.conf
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
+
+