[Fedora-spins] [spin-kickstarts/f19] put in a X.org config snippet to set the driver to fbdev on arm devices

Dennis Gilmore ausil at fedoraproject.org
Sat Jun 1 00:21:38 UTC 2013


commit 5eb57630b6cde60977c6cb9bf0cbfea104b7b750
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri May 31 19:19:51 2013 -0500

    put in a X.org config snippet to set the driver to fbdev on arm devices

 fedora-arm-xbase.ks |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/fedora-arm-xbase.ks b/fedora-arm-xbase.ks
index 2c4b513..aec2872 100644
--- a/fedora-arm-xbase.ks
+++ b/fedora-arm-xbase.ks
@@ -5,3 +5,16 @@
 @multimedia
 @printing
 %end
+
+%post
+# X on arm does not detect the driver needed correctly so we need a snippet to set something
+# using fbdev as the lowest common denominator.
+
+cat > /etc/X11/xorg.conf.d/fbdev.conf <<EOF
+Section "Device"
+    Identifier  "Display"
+    Driver      "fbdev"
+EndSection
+EOF
+
+%end


More information about the spins mailing list