2009-08-04 21:52:16 +02:00
|
|
|
Index: hw/xfree86/common/xf86AutoConfig.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- hw/xfree86/common/xf86AutoConfig.c
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/xfree86/common/xf86AutoConfig.c
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -506,7 +506,7 @@
|
2009-06-05 23:08:21 +02:00
|
|
|
/* Fallback to platform default hardware */
|
|
|
|
if (i < (nmatches - 1)) {
|
|
|
|
#if defined(__i386__) || defined(__amd64__) || defined(__hurd__)
|
|
|
|
- matches[i++] = xnfstrdup("vesa");
|
|
|
|
+ matches[i++] = xnfstrdup("fbdev");
|
|
|
|
#elif defined(__sparc__) && !defined(sun)
|
|
|
|
matches[i++] = xnfstrdup("sunffb");
|
|
|
|
#endif
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -517,7 +517,7 @@
|
2009-06-05 23:08:21 +02:00
|
|
|
#if !defined(__linux__) && defined(__sparc__)
|
|
|
|
matches[i++] = xnfstrdup("wsfb");
|
|
|
|
#else
|
|
|
|
- matches[i++] = xnfstrdup("fbdev");
|
|
|
|
+ matches[i++] = xnfstrdup("vesa");
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|