[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xfree86 configuration on ARM



Hello,

The simple attached patch vs. 4.0.2-11 forces us to use fbdev, but seems to
generate a viable XF68Config-4.  Is there some reason we don't have something
like this yet (aside from the broken module loader)?

ARM people, what other drivers are necessary or eventually hoped to work?

Just wondering,

-Adam P.

GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

             Welcome to the best software in the world today cafe!


--- xfree86-4.0.2/debian/xserver-xfree86.config.bak	Mon Mar 26 14:32:03 2001
+++ xfree86-4.0.2/debian/xserver-xfree86.config	Mon Mar 26 14:40:19 2001
@@ -218,6 +218,9 @@
     # ati driver is currently broken on SPARC, add it back in when it's fixed
     DRIVER_LIST="fbdev, glint, sunbw2, suncg14, suncg3, suncg6, sunffb, sunleo, suntcx"
     ;;
+  arm)
+    DRIVER_LIST="fbdev"
+    ;;
   *)
     exit 0
     ;;

Reply to: