Package: xserver-xorg-core Version: 2:1.7.4-3 Attached patch should tell the autodection code that mips machines can have newport cards so they get tested and used.
(Untested, but it looks trivally enough to fix the first of the three problems in http://bugs.debian.org/566490). diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index a6199b0..ff6107e 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -507,6 +507,8 @@ listPossibleVideoDrivers(char *matches[], int nmatches) matches[i++] = xnfstrdup("vesa"); #elif defined(__sparc__) && !defined(sun) matches[i++] = xnfstrdup("sunffb"); +#elif defined(__mips__) + matches[i++] = xnfstrdup("newport"); #endif } -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org