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

Bug#438193: marked as done (xserver-xorg-video-avivo: PCI ID needs to be added/refresh rate)



Your message dated Thu, 31 Jul 2008 08:22:57 +0200
with message-id <20080731062257.GA29190@loulous.org>
and subject line Re: Bug#438193: No longer exists
has caused the Debian Bug report #438193,
regarding xserver-xorg-video-avivo: PCI ID needs to be added/refresh rate
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.)


-- 
438193: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438193
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-avivo
Version: 0.0.999+git20070805-1
Severity: normal


PCI ID for my X1600 PRO not included, added by patches below.  Also,
when PCI ID's are added, refresh rate seems to be off, what seem to be
scanlines are visible.

---

--- xserver-xorg-video-avivo_0.0.999+git20070805/xorg/avivo_chipset.c	2007-07-24 06:38:03.000000000 -0700
+++ xserver-xorg-video-avivo_0.0.999+git20070805-new/xorg/avivo_chipset.c	2007-08-15 21:38:25.000000000 -0700
@@ -185,6 +185,10 @@
         0x00030000, 0x00ffffff, 0
     },
     {
+        PCI_VENDOR_ATI, 0x71C3, PCI_MATCH_ANY, PCI_MATCH_ANY,
+        0x00030000, 0x00ffffff, 0
+    },	
+    {
         PCI_VENDOR_ATI, 0x71C4, PCI_MATCH_ANY, PCI_MATCH_ANY,
         0x00030000, 0x00ffffff, 0
     },
@@ -347,6 +351,7 @@
     { PCI_CHIP_RV516_LE_719F, "RV516_LE (Radeon X1550 64-bit)" },
     { PCI_CHIP_RV530_71C0, "RV530 (Radeon X1600)" },
     { PCI_CHIP_RV530_71C2, "RV530 (Radeon X1600)" },
+    { PCI_CHIP_RV530_71C3, "RV530 (Radeon X1600 PRO)" },	
     { PCI_CHIP_RV530_M56_71C4, "RV530_M56 (Mobility FireGL V5200)" },
     { PCI_CHIP_RV530_M56_71C5, "RV530_M56 (Radeon Mobility X1600)" },
     { PCI_CHIP_RV530_LE_71C6, "RV530_LE (Radeon X1600/X1650 PRO)" },
@@ -419,6 +424,7 @@
     { PCI_CHIP_RV516_LE_719F, PCI_CHIP_RV516_LE_719F, RES_SHARED_VGA },
     { PCI_CHIP_RV530_71C0, PCI_CHIP_RV530_71C0, RES_SHARED_VGA },
     { PCI_CHIP_RV530_71C2, PCI_CHIP_RV530_71C2, RES_SHARED_VGA },
+    { PCI_CHIP_RV530_71C3, PCI_CHIP_RV530_71C3, RES_SHARED_VGA },	
     { PCI_CHIP_RV530_M56_71C4, PCI_CHIP_RV530_M56_71C4, RES_SHARED_VGA },
     { PCI_CHIP_RV530_M56_71C5, PCI_CHIP_RV530_M56_71C5, RES_SHARED_VGA },
     { PCI_CHIP_RV530_LE_71C6, PCI_CHIP_RV530_LE_71C6, RES_SHARED_VGA },
@@ -496,6 +502,7 @@
     { PCI_CHIP_RV516_LE_719F, CHIP_FAMILY_RV516_LE },
     { PCI_CHIP_RV530_71C0, CHIP_FAMILY_RV530 },
     { PCI_CHIP_RV530_71C2, CHIP_FAMILY_RV530 },
+    { PCI_CHIP_RV530_71C3, CHIP_FAMILY_RV530 },	
     { PCI_CHIP_RV530_M56_71C4, CHIP_FAMILY_RV530_M56 },
     { PCI_CHIP_RV530_M56_71C5, CHIP_FAMILY_RV530_M56 },
     { PCI_CHIP_RV530_LE_71C6, CHIP_FAMILY_RV530_LE },

---

--- xserver-xorg-video-avivo_0.0.999+git20070805/include/avivo_chipset.h	2007-07-24 06:38:03.000000000 -0700
+++ xserver-xorg-video-avivo_0.0.999+git20070805-new/include/avivo_chipset.h	2007-08-15 21:37:18.000000000 -0700
@@ -69,6 +69,7 @@
 #define PCI_CHIP_RV516_LE_719F	0x719F
 #define PCI_CHIP_RV530_71C0	0x71C0
 #define PCI_CHIP_RV530_71C2	0x71C2
+#define PCI_CHIP_RV530_71C3	0x71C3
 #define PCI_CHIP_RV530_M56_71C4	0x71C4
 #define PCI_CHIP_RV530_M56_71C5	0x71C5
 #define PCI_CHIP_RV530_LE_71C6	0x71C6

---

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-avivo depends on:
ii  libc6                2.6.1-1             GNU C Library: Shared libraries
ii  libpciaccess0        0.8.0+git20070628-1 Generic PCI access library for X
ii  xserver-xorg-core    2:1.3.0.0.dfsg-12   X.Org X server -- core server

xserver-xorg-video-avivo recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Closing this bug since the package no longer exists.


On Thu, Jul 31, 2008 at 06:45:10AM +0300, Martin Michlmayr wrote:
> This package no longer exists.  What does this mean?  Should this bug
> be closed or reassigned?

If you don't know, why did you reassign it ? :)

Brice



--- End Message ---

Reply to: