summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2015-06-02 14:53:42 +0100
committerRussell King <rmk@arm.linux.org.uk>2015-06-02 16:28:55 +0100
commit233ae3f2becb55e26b7d7bdae7b659a004618094 (patch)
treee59114af0fd122283664537473872937fc805d2f
parent41b9f291c3b6713e9526d34e5a1340cf861f3de6 (diff)
downloadxf86-video-armada-233ae3f2becb55e26b7d7bdae7b659a004618094.tar.gz
xf86-video-armada-233ae3f2becb55e26b7d7bdae7b659a004618094.tar.xz
conf: provide a sample xorg.conf file
Provide a sample xorg.conf file so that people know what is expected to make Xorg servers find the driver module. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
-rw-r--r--conf/xorg-sample.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/xorg-sample.conf b/conf/xorg-sample.conf
new file mode 100644
index 0000000..f21049c
--- /dev/null
+++ b/conf/xorg-sample.conf
@@ -0,0 +1,28 @@
+Section "Device"
+ Identifier "Driver0"
+ Screen 0
+ Driver "armada"
+
+# Support hotplugging displays?
+# Option "Hotplug" "TRUE"
+
+# Support hardware cursor if available?
+# Option "HWCursor" "TRUE"
+
+# Use GPU acceleration?
+# Option "UseGPU" "TRUE"
+
+# Provide Xv interfaces?
+# Option "XvAccel" "TRUE"
+
+# Prefer overlay for Xv (TRUE for armada-drm, FALSE for imx-drm)
+# Option "XvPreferOverlay" "TRUE"
+
+# Which accelerator module to load (automatically found if commented out)
+# Option "AccelModule" "etnadrm_gpu"
+# Option "AccelModule" "etnaviv_gpu"
+
+# Support DRI2 interfaces?
+# Option "DRI" "TRUE"
+EndSection
+