Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
23 lines
730 B
Diff
23 lines
730 B
Diff
Index: hw/xfree86/common/xf86AutoConfig.c
|
|
================================================================================
|
|
--- hw/xfree86/common/xf86AutoConfig.c
|
|
+++ hw/xfree86/common/xf86AutoConfig.c
|
|
@@ -506,7 +506,7 @@
|
|
/* 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
|
|
@@ -517,7 +517,7 @@
|
|
#if !defined(__linux__) && defined(__sparc__)
|
|
matches[i++] = xnfstrdup("wsfb");
|
|
#else
|
|
- matches[i++] = xnfstrdup("fbdev");
|
|
+ matches[i++] = xnfstrdup("vesa");
|
|
#endif
|
|
}
|
|
}
|