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

Bug#566545: marked as done (xserver-xorg-core: Please try newport on mips)



Your message dated Thu, 20 Oct 2016 15:58:12 +0100
with message-id <5306a172-0e76-1173-929f-abef548112af@debian.org>
and subject line Bug#566545: xserver-xorg-core: Please try newport on mips
has caused the Debian Bug report #566545,
regarding xserver-xorg-core: Please try newport on mips
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
566545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566545
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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
     }
 



--- End Message ---
--- Begin Message ---
Hi,

Given that:
- xserver-xorg-video-newport was removed some time ago
- The Newport display is only supported on SGI Indy and other SGI
  machines - none of which will be supported in stretch.

I think this bug can now be closed as not-applicable to stretch.

Thanks,
James

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: