Your message dated Thu, 09 Dec 2004 16:03:04 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#278654: fixed in xfree86 4.3.0.dfsg.1-9 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 28 Oct 2004 13:30:09 +0000 >From [EMAIL PROTECTED] Thu Oct 28 06:30:08 2004 Return-path: <[EMAIL PROTECTED]> Received: from nevyn.them.org [66.93.172.17] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CNALv-0004tP-00; Thu, 28 Oct 2004 06:30:08 -0700 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CNALs-0008V8-P6 for <[EMAIL PROTECTED]>; Thu, 28 Oct 2004 09:30:04 -0400 Date: Thu, 28 Oct 2004 09:30:04 -0400 From: Daniel Jacobowitz <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: xserver-xfree86: [r128] Problems with existing CCE idle fix Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline X-Reportbug-Version: 3.0 User-Agent: Mutt/1.5.5.1+cvs20040105i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_20,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: xserver-xfree86 Version: 4.3.0.dfsg.1-8 Severity: important Tags: patch When I submitted a patch for #236187 and related bugs, I was under the apparently very bad assumption that the idle would always eventually finish. Three times in the last month I've found X hung but the machine responsive on the network; this time I got a debugger attached, and found i == 31, j == 48503. However, with the addition of R128CCE_STOP, timing out isn't fatal to the X server - I poked the value of j with the debugger, and now my desktop is working again. So I suggest lowering the timeout, as in the attached replacement patch. With R128_TIMEOUT == 2000000, the loop's just not going to finish otherwise. My bad. The alternative would be to ignore the first lump of the patch and just add the call to R128CCE_STOP; that would probably work too, but trigger more often. -- Package-specific info: Contents of /var/lib/xfree86/X.roster: xserver-xfree86 xserver-xfree86-dbg /etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum. X server symlink status: lrwxrwxrwx 1 root root 26 Oct 3 10:53 /etc/X11/X -> /usr/bin/X11/XFree86-debug -rwxr-xr-x 1 root root 138772955 Sep 28 08:06 /usr/bin/X11/XFree86-debug Contents of /var/lib/xfree86/XF86Config-4.roster: xserver-xfree86 xserver-xfree86-dbg VGA-compatible devices on PCI bus: 0000:00:0d.0 VGA compatible controller: ATI Technologies Inc Rage 128 RE/SG /var/lib/xfree86/XF86Config-4.md5sum does not exist. XFree86 X server configuration file status: lrwxrwxrwx 1 root root 19 Dec 18 2003 /etc/X11/XF86Config-4 -> XF86Config-4.15inch Contents of /etc/X11/XF86Config-4: # XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" EndSection Section "Module" Load "ddc" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "bitmap" Load "freetype" Load "speedo" Load "type1" Load "vbe" Load "int10" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/gpmdata" Option "Protocol" "IntelliMouse" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI All in Wonder 128" Driver "ati" # Option "UseFBDev" "true" VideoRam 16384 EndSection Section "Monitor" Identifier "NEC MultiSync LCD 1530V" HorizSync 30-60 VertRefresh 50-75 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI All in Wonder 128" Monitor "NEC MultiSync LCD 1530V" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection # end of XF86Config XFree86 X server log files on system: -rw-rw-r-- 1 root root 28794 May 22 2001 /var/log/XFree86.2.log -rw-r--r-- 1 root root 60294 Sep 19 15:22 /var/log/XFree86.1.log -rw-r--r-- 1 root root 1447439 Oct 28 09:04 /var/log/XFree86.0.log Contents of most recent XFree86 X server log file /var/log/XFree86.0.log: This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to XFree86@XFree86.Org and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs). XFree86 Version 4.3.0.1 (Debian (static) 4.3.0.dfsg.1-8 20040928112350 [EMAIL PROTECTED]) Release Date: 15 August 2003 X Protocol Version 11, Revision 0, Release 6.6 Build Operating System: Linux 2.4.26 i686 [ELF] Build Date: 28 September 2004 Before reporting problems, check http://www.XFree86.Org/ to make sure that you have the latest version. OS Kernel: Linux version 2.6.8-rc4 ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian 1:3.3.4-7)) #1 SMP Wed Aug 11 00:02:45 EDT 2004 Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/XFree86.0.log", Time: Sun Oct 24 22:19:57 2004 (==) Using config file: "/etc/X11/XF86Config-4" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "NEC MultiSync LCD 1530V" (**) | |-->Device "ATI All in Wonder 128" (**) |-->Input Device "Generic Keyboard" (**) Option "XkbRules" "xfree86" (**) XKB: rules: "xfree86" (**) Option "XkbModel" "pc104" (**) XKB: model: "pc104" (**) Option "XkbLayout" "us" (**) XKB: layout: "us" (==) Keyboard: CustomKeycode disabled (**) |-->Input Device "Configured Mouse" (**) |-->Input Device "Generic Mouse" (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist. Entry deleted from font path. (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/75dpi" (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" (++) using VT number 7 (WW) Open APM failed (/dev/apm_bios) (No such file or directory) (II) PCI: Probing config type using method 1 (II) PCI: Config type is 1 (II) PCI: stages = 0x03, oldVal1 = 0x80007050, mode1Res1 = 0x80000000 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,0691 card 147b,a204 rev c4 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:07:0: chip 1106,0686 card 147b,0000 rev 40 class 06,01,00 hdr 80 (II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00 (II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00 (II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00 (II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 40 class 06,80,00 hdr 00 (II) PCI: 00:0a:0: chip 11ad,0002 card 1385,f004 rev 20 class 02,00,00 hdr 00 (II) PCI: 00:0b:0: chip 1186,1300 card 1186,1301 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:0c:0: chip 12eb,0002 card 1092,3002 rev fe class 04,01,00 hdr 00 (II) PCI: 00:0d:0: chip 1002,5245 card 1002,0068 rev 00 class 03,00,00 hdr 00 (II) PCI: 00:0e:0: chip 1103,0004 card 1103,0001 rev 04 class 01,80,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is cleared) (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:13:0) ATI Technologies Inc Rage 128 RE/SG rev 0, Mem @ 0xd4000000/26, 0xd9040000/14, I/O @ 0xac00/8 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [1] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [2] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [4] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [5] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [6] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [7] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [8] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [9] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [10] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [11] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [12] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [13] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [14] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [15] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [16] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [17] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [18] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [1] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [2] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [3] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [4] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [5] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [6] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [7] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [8] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [9] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [10] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [11] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [12] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [13] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [14] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [15] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [16] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [17] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [18] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [6] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [7] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [14] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [15] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [16] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [17] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [18] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [19] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [20] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [21] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [22] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [23] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [24] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) (II) MGA: driver for Matrox chipsets: mga2064w, mga1064sg, mga2164w, mga2164w AGP, mgag100, mgag100 PCI, mgag200, mgag200 PCI, mgag400, mgag550 (II) GLINT: driver for 3Dlabs chipsets: gamma, gamma2, ti_pm2, ti_pm, r4, pm4, pm3, pm2v, pm2, pm, 300sx, 500tx, mx, delta (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M, GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, 0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE, 0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX Go5200 32M/64M, 0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX Go5300, GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334, Quadro FX 3000, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F (II) TGA: driver for Digital chipsets: tga, tga2 (II) S3: driver (version 0.3.5 for S3 chipset: 964-0, 964-1, 968, Trio32/64, Aurora64V+, Trio64V2/DX or /GX (II) S3VIRGE: driver (version 1.8.6) for S3 ViRGE chipsets: virge, 86C325, virge vx, 86C988, virge dx, virge gx, 86C375, 86C385, virge gx2, 86C357, virge mx, 86C260, virge mx+, 86C280, trio 3d, 86C365, trio 3d/2x, 86C362, 86C368 (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620, SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H, SIS315PRO, SIS550, SIS650/M650/651/740, SIS330(Xabre), SIS660/661FX/M661FX/M661MX/741/741GX/M741/760/M760, SIS340 (II) RENDITION: rendition driver (version 4.0) for chipsets: V1000, V2100/V2200 (II) NEOMAGIC: Driver for Neomagic chipsets: neo2070, neo2090, neo2093, neo2097, neo2160, neo2200, neo2230, neo2360, neo2380 (II) I740: Driver for Intel i740 chipset: i740 (agp), i740 (pci) (II) TDFX: Driver for 3dfx Banshee/Voodoo3 chipsets: 3dfx Banshee, 3dfx Voodoo3, 3dfx Voodoo5 (II) SAVAGE: driver (version 1.1.27t) for S3 Savage chipsets: Savage4, Savage3D, Savage3D-MV, Savage2000, Savage/MX-MV, Savage/MX, Savage/IX-MV, Savage/IX, ProSavage PM133, ProSavage KM133, ProSavage PN133, ProSavage KN133, SuperSavage/MX 128, SuperSavage/MX 64, SuperSavage/MX 64C, SuperSavage/IX 128, SuperSavage/IX 128, SuperSavage/IX 64, SuperSavage/IX 64, SuperSavage/IXC 64, SuperSavage/IXC 64, ProSavage DDR, ProSavage DDR-K (II) via: driver for VIA chipsets: CLE266, KM400, K8M800 (II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4, CLGD5434-8, CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD, CL-GD5465, CL-GD7548 (II) VMWARE: driver for VMware SVGA: vmware0405, vmware0710 (II) TSENG: driver for Tseng Labs chipsets: ET4000, ET4000W32, ET4000W32i, ET4000W32p, ET6000, ET6100, (II) TRIDENT: driver for Trident chipsets: tvga9000, tvga9000i, tvga8900c, tvga8900d, tvga9200cxr, tgui9400cxi, cyber9320, cyber9388, cyber9397, cyber9397dvd, cyber9520, cyber9525dvd, cyberblade/e4, tgui9420dgi, tgui9440agi, tgui9660, tgui9680, providia9682, providia9685, cyber9382, cyber9385, 3dimage975, 3dimage985, blade3d, cyberbladei7, cyberbladei7d, cyberbladei1, cyberbladei1d, cyberbladeAi1, cyberbladeAi1d, bladeXP, cyberbladeXPAi1 (II) CHIPS: Driver for Chips and Technologies chipsets: ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546, ct65548, ct65550, ct65554, ct65555, ct68554, ct69000, ct69030, ct64200, ct64300 (II) APM: driver for the Alliance chipsets: AP6422, AT24, AT3D (II) FBDEV: driver for framebuffer: fbdev, afb (II) I128: driver for Number Nine I128 chipsets: i128, i128v2, i128t2r, i128t2r4 (II) NSC: Nsc family driver (version 2.7.6) for chipsets: 5530, SC1200, SC1400, REDCLOUD (II) ATI: ATI driver (version 6.5.5) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP), ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP), ATI Rage 128 Pro GL PA (AGP?), ATI Rage 128 Pro GL PB (AGP?), ATI Rage 128 Pro GL PC (AGP?), ATI Rage 128 Pro GL PD (PCI), ATI Rage 128 Pro GL PE (AGP?), ATI Rage 128 Pro GL PF (AGP), ATI Rage 128 Pro VR PG (AGP?), ATI Rage 128 Pro VR PH (AGP?), ATI Rage 128 Pro VR PI (AGP?), ATI Rage 128 Pro VR PJ (AGP?), ATI Rage 128 Pro VR PK (AGP?), ATI Rage 128 Pro VR PL (AGP?), ATI Rage 128 Pro VR PM (AGP?), ATI Rage 128 Pro VR PN (AGP?), ATI Rage 128 Pro VR PO (AGP?), ATI Rage 128 Pro VR PP (PCI), ATI Rage 128 Pro VR PQ (AGP?), ATI Rage 128 Pro VR PR (PCI), ATI Rage 128 Pro VR PS (AGP?), ATI Rage 128 Pro VR PT (AGP?), ATI Rage 128 Pro VR PU (AGP?), ATI Rage 128 Pro VR PV (AGP?), ATI Rage 128 Pro VR PW (AGP?), ATI Rage 128 Pro VR PX (AGP?), ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI), ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (AGP?), ATI Rage 128 4X SF (AGP?), ATI Rage 128 4X SG (AGP?), ATI Rage 128 4X SH (AGP?), ATI Rage 128 4X SK (AGP?), ATI Rage 128 4X SL (AGP?), ATI Rage 128 4X SM (AGP), ATI Rage 128 4X SN (AGP?), ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?), ATI Rage 128 Pro ULTRA TU (AGP?) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437, ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9200PRO 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI FireGL RV360 AV (AGP), ATI Radeon Mobility 9600 (M10) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2 (M11) NV (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP) (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G (II) IMSTT: driver (version 1.0.0) for IMS TwinTurbo chipsets : imstt128, imstt3d (II) NEWPORT: driver for Newport Graphics Card: XL (II) ARK: driver (version 0.5.0 for ARK Logic chipset: ark1000pv, ark2000pv, ark2000mt (II) CYRIX: driver for Cyrix MediaGX Processors: mediagx (II) Silicon Motion: driver (version 1.3.1) for Silicon Motion Lynx chipsets: Lynx, LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM (II) VESA: driver for VESA chipsets: vesa (II) VGA: Generic VGA driver (version 4.0) for chipsets: generic (II) DUMMY: Driver for Dummy chipsets: dummy (II) v4l driver for Video4Linux (II) Primary Device is: PCI 00:0d:0 (II) ATI: Candidate "Device" section "ATI All in Wonder 128". (--) Assigning device section with no busID to primary device (--) Chipset ATI Rage 128 GL RE (PCI) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [6] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [7] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [14] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [15] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [16] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [17] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [18] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [19] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [20] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [21] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [22] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [23] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [24] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [25] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [6] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [7] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [9] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [10] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [17] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [18] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [19] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [20] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [21] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [22] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [23] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [24] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [25] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [26] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [27] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [28] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) R128(0): PCI bus 0 card 13 func 0 (**) R128(0): Depth 16, (--) framebuffer bpp 16 (II) R128(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps) (==) R128(0): Default visual is TrueColor (==) R128(0): RGB weight 565 (II) R128(0): Using 6 bits per RGB (8 bit DAC) (II) R128(0): initializing int10 (II) R128(0): Primary V_BIOS segment is: 0xc000 (--) R128(0): Chipset: "ATI Rage 128 GL RE (PCI)" (ChipID = 0x5245) (--) R128(0): Linear framebuffer at 0xd4000000 (--) R128(0): MMIO registers at 0xd9040000 (II) R128(0): Video RAM override, using 16384 kB instead of 16384 kB (**) R128(0): VideoRAM: 16384 kByte (128-bit SDR SGRAM 1:1) (**) R128(0): Using external CRT for display (WW) R128(0): Can't determine panel dimensions, and none specified. Disabling programming of FP registers. (II) R128(0): PLL parameters: rf=2864 rd=63 min=12500 max=25000; xclk=9000 (II) R128(0): VESA BIOS detected (II) R128(0): VESA VBE Version 2.0 (II) R128(0): VESA VBE Total Mem: 16384 kB (II) R128(0): VESA VBE OEM: ATI RAGE128 (II) R128(0): VESA VBE OEM Software Rev: 1.0 (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) R128(0): VESA VBE OEM Product: R128 (II) R128(0): VESA VBE OEM Product Rev: 01.00 (II) R128(0): VESA VBE DDC supported (II) R128(0): VESA VBE DDC Level 2 (II) R128(0): VESA VBE DDC transfer in appr. 2 sec. (II) R128(0): VESA VBE DDC read failed (==) R128(0): Using gamma correction (1.0, 1.0, 1.0) (II) R128(0): NEC MultiSync LCD 1530V: Using hsync range of 30.00-60.00 kHz (II) R128(0): NEC MultiSync LCD 1530V: Using vrefresh range of 50.00-75.00 Hz (II) R128(0): Clock range: 12.50 to 250.00 MHz (II) R128(0): Not using default mode "640x350" (vrefresh out of range) (II) R128(0): Not using default mode "320x175" (vrefresh out of range) (II) R128(0): Not using default mode "640x400" (vrefresh out of range) (II) R128(0): Not using default mode "320x200" (vrefresh out of range) (II) R128(0): Not using default mode "720x400" (vrefresh out of range) (II) R128(0): Not using default mode "360x200" (vrefresh out of range) (II) R128(0): Not using default mode "640x480" (vrefresh out of range) (II) R128(0): Not using default mode "320x240" (vrefresh out of range) (II) R128(0): Not using default mode "800x600" (vrefresh out of range) (II) R128(0): Not using default mode "400x300" (vrefresh out of range) (II) R128(0): Not using default mode "1024x768" (vrefresh out of range) (II) R128(0): Not using default mode "512x384" (vrefresh out of range) (II) R128(0): Not using default mode "1024x768" (hsync out of range) (II) R128(0): Not using default mode "512x384" (hsync out of range) (II) R128(0): Not using default mode "1152x864" (hsync out of range) (II) R128(0): Not using default mode "576x432" (hsync out of range) (II) R128(0): Not using default mode "1280x960" (hsync out of range) (II) R128(0): Not using default mode "640x480" (hsync out of range) (II) R128(0): Not using default mode "1280x1024" (hsync out of range) (II) R128(0): Not using default mode "640x512" (hsync out of range) (II) R128(0): Not using default mode "1280x1024" (hsync out of range) (II) R128(0): Not using default mode "640x512" (hsync out of range) (II) R128(0): Not using default mode "1280x1024" (hsync out of range) (II) R128(0): Not using default mode "640x512" (hsync out of range) (II) R128(0): Not using default mode "1600x1200" (hsync out of range) (II) R128(0): Not using default mode "800x600" (hsync out of range) (II) R128(0): Not using default mode "1600x1200" (hsync out of range) (II) R128(0): Not using default mode "800x600" (hsync out of range) (II) R128(0): Not using default mode "1600x1200" (hsync out of range) (II) R128(0): Not using default mode "800x600" (hsync out of range) (II) R128(0): Not using default mode "1600x1200" (hsync out of range) (II) R128(0): Not using default mode "800x600" (hsync out of range) (II) R128(0): Not using default mode "1600x1200" (hsync out of range) (II) R128(0): Not using default mode "800x600" (hsync out of range) (II) R128(0): Not using default mode "1792x1344" (hsync out of range) (II) R128(0): Not using default mode "896x672" (hsync out of range) (II) R128(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "896x672" (hsync out of range) (II) R128(0): Not using default mode "1856x1392" (hsync out of range) (II) R128(0): Not using default mode "928x696" (hsync out of range) (II) R128(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "928x696" (hsync out of range) (II) R128(0): Not using default mode "1920x1440" (hsync out of range) (II) R128(0): Not using default mode "960x720" (hsync out of range) (II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "960x720" (hsync out of range) (II) R128(0): Not using default mode "1400x1050" (hsync out of range) (II) R128(0): Not using default mode "700x525" (hsync out of range) (II) R128(0): Not using default mode "1400x1050" (hsync out of range) (II) R128(0): Not using default mode "700x525" (hsync out of range) (II) R128(0): Not using default mode "1600x1024" (hsync out of range) (II) R128(0): Not using default mode "800x512" (hsync out of range) (II) R128(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "960x720" (hsync out of range) (II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (hsync out of range) (II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (hsync out of range) (II) R128(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) R128(0): Not using default mode "1024x768" (hsync out of range) (II) R128(0): Not using default mode "1280x960" (width too large for virtual size) (II) R128(0): Not using default mode "1152x768" (width too large for virtual size) (--) R128(0): Virtual size is 1024x768 (pitch 1024) (**) R128(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) R128(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (**) R128(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) R128(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (**) R128(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) R128(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (**) R128(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) R128(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (**) R128(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) R128(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (**) R128(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) R128(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (**) R128(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) R128(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (**) R128(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) R128(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (**) R128(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) R128(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (**) R128(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) R128(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (**) R128(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) R128(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (**) R128(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D) (II) R128(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (**) R128(0): Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D) (II) R128(0): Modeline "576x384" 32.50 576 589 657 736 384 385 388 403 doublescan +hsync +vsync (**) R128(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D) (II) R128(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (**) R128(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D) (II) R128(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (**) R128(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D) (II) R128(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (**) R128(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D) (II) R128(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (**) R128(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D) (II) R128(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (**) R128(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D) (II) R128(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (**) R128(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D) (II) R128(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (**) R128(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D) (II) R128(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (**) R128(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D) (II) R128(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (**) R128(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D) (II) R128(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync (**) R128(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D) (II) R128(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (==) R128(0): DPI set to (75, 75) (II) R128(0): Page flipping disabled (!!) R128(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (II) resource ranges after preInit: [0] 0 0 0xd9040000 - 0xd9043fff (0x4000) MS[B] [1] 0 0 0xd4000000 - 0xd7ffffff (0x4000000) MS[B] [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xd9000000 - 0xd903ffff (0x40000) MX[B] [8] -1 0 0xd9044000 - 0xd90440ff (0x100) MX[B] [9] -1 0 0xd9045000 - 0xd90450ff (0x100) MX[B] [10] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [11] -1 0 0xd9040000 - 0xd9043fff (0x4000) MX[B](B) [12] -1 0 0xd4000000 - 0xd7ffffff (0x4000000) MX[B](B) [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [16] 0 0 0x0000ac00 - 0x0000acff (0x100) IS[B] [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B] [20] -1 0 0x0000bc00 - 0x0000bc03 (0x4) IX[B] [21] -1 0 0x0000b800 - 0x0000b807 (0x8) IX[B] [22] -1 0 0x0000b400 - 0x0000b403 (0x4) IX[B] [23] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B] [24] -1 0 0x0000a800 - 0x0000a807 (0x8) IX[B] [25] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B] [26] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B] [27] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B] [28] -1 0 0x00009800 - 0x0000981f (0x20) IX[B] [29] -1 0 0x00009400 - 0x0000941f (0x20) IX[B] [30] -1 0 0x00009000 - 0x0000900f (0x10) IX[B] [31] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B](B) [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) R128(0): Write-combining range (0xd4000000,0x1000000) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmGetBusid returned '' (II) R128(0): [drm] loaded kernel module for "r128" driver (II) R128(0): [drm] created "r128" driver at busid "PCI:0:13:0" (II) R128(0): [drm] added 8192 byte SAREA at 0xf8831000 (II) R128(0): [drm] mapped SAREA 0xf8831000 to 0x41217000 (II) R128(0): [drm] framebuffer handle = 0xd4000000 (II) R128(0): [drm] added 1 reserved context for kernel (II) R128(0): [pci] 8192 kB allocated with handle 0xf8a5b000 (II) R128(0): [pci] ring handle = 0xf8a5b000 (II) R128(0): [pci] Ring mapped at 0x41219000 (II) R128(0): [pci] Ring contents 0x00000000 (II) R128(0): [pci] ring read ptr handle = 0xf8b5c000 (II) R128(0): [pci] Ring read ptr mapped at 0x4131a000 (II) R128(0): [pci] Ring read ptr contents 0x00000000 (II) R128(0): [pci] vertex/indirect buffers handle = 0xf8b5d000 (II) R128(0): [pci] Vertex/indirect buffers mapped at 0x4131b000 (II) R128(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) R128(0): [drm] register handle = 0xd9040000 (II) R128(0): [dri] Visual configs initialized (II) R128(0): CCE in BM mode (II) R128(0): Using 8 MB AGP aperture (II) R128(0): Using 1 MB for the ring buffer (II) R128(0): Using 2 MB for vertex/indirect buffers (II) R128(0): Using 1 MB for AGP textures (II) R128(0): Memory manager initialized to (0,0) (1024,3840) (II) R128(0): Reserved area from (0,768) to (1024,770) (II) R128(0): Largest offscreen area available: 1024 x 3070 (II) R128(0): Reserved back buffer from (0,770) to (1024,1538) (II) R128(0): Reserved depth buffer from (0,1538) to (1024,2307) (II) R128(0): Reserved depth span from (0,2306) offset 0x481000 (II) R128(0): Reserved 8704 kb for textures at offset 0x780000 (II) R128(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Dashed Lines Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots (II) R128(0): Acceleration enabled (==) R128(0): Backing store disabled (==) R128(0): Silken mouse enabled (II) R128(0): Using hardware cursor (scanline 4614) (II) R128(0): Largest offscreen area available: 1024 x 1531 (**) Option "dpms" (**) R128(0): DPMS enabled (II) R128(0): X context handle = 0x00000001 (II) R128(0): [drm] installed DRM signal handler (II) R128(0): [DRI] installation complete (II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers (II) R128(0): [drm] Mapped 128 vertex/indirect buffers (II) R128(0): [drm] dma control initialized, using IRQ 18 (II) R128(0): Direct rendering enabled (==) RandR enabled (II) Keyboard "Generic Keyboard" handled by legacy driver (**) Option "Protocol" "IntelliMouse" (**) Configured Mouse: Protocol: "IntelliMouse" (**) Option "CorePointer" (**) Configured Mouse: Core Pointer (**) Option "Device" "/dev/gpmdata" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 5 (**) Option "BaudRate" "1200" (**) Configured Mouse: BaudRate: 1200 (**) Option "Protocol" "ImPS/2" (**) Generic Mouse: Protocol: "ImPS/2" (**) Option "SendCoreEvents" "true" (**) Generic Mouse: always reports core events (**) Option "Device" "/dev/input/mice" (**) Generic Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Generic Mouse: ZAxisMapping: buttons 4 and 5 (**) Generic Mouse: Buttons: 5 (II) XINPUT: Adding extended input device "Generic Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) Generic Mouse: ps2EnableDataReporting: succeeded (WW) Open APM failed (/dev/apm_bios) (No such file or directory) (II) Generic Mouse: ps2EnableDataReporting: succeeded GetModeLine - scrn: 0 clock: 78800 GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312 vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5 GetModeLine - scrn: 0 clock: 78800 GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312 vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5 (II) R128(0): [drm] removed 1 reserved context for kernel (II) R128(0): [drm] unmapping 8192 bytes of SAREA 0xf8831000 at 0x41217000 (WW) Open APM failed (/dev/apm_bios) (No such file or directory) (==) R128(0): Write-combining range (0xd4000000,0x1000000) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmOpenDevice: minor is 0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 6, (OK) drmGetBusid returned '' (II) R128(0): [drm] created "r128" driver at busid "PCI:0:13:0" (II) R128(0): [drm] added 8192 byte SAREA at 0xf8831000 (II) R128(0): [drm] mapped SAREA 0xf8831000 to 0x41217000 (II) R128(0): [drm] framebuffer handle = 0xd4000000 (II) R128(0): [drm] added 1 reserved context for kernel (II) R128(0): [pci] 8192 kB allocated with handle 0xf8a5b000 (II) R128(0): [pci] ring handle = 0xf8a5b000 (II) R128(0): [pci] Ring mapped at 0x41219000 (II) R128(0): [pci] Ring contents 0x00000000 (II) R128(0): [pci] ring read ptr handle = 0xf8b5c000 (II) R128(0): [pci] Ring read ptr mapped at 0x4131a000 (II) R128(0): [pci] Ring read ptr contents 0x00000000 (II) R128(0): [pci] vertex/indirect buffers handle = 0xf8b5d000 (II) R128(0): [pci] Vertex/indirect buffers mapped at 0x4131b000 (II) R128(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) R128(0): [drm] register handle = 0xd9040000 (II) R128(0): [dri] Visual configs initialized (II) R128(0): CCE in BM mode (II) R128(0): Using 8 MB AGP aperture (II) R128(0): Using 1 MB for the ring buffer (II) R128(0): Using 2 MB for vertex/indirect buffers (II) R128(0): Using 1 MB for AGP textures (II) R128(0): Memory manager initialized to (0,0) (1024,3840) (II) R128(0): Reserved area from (0,768) to (1024,770) (II) R128(0): Largest offscreen area available: 1024 x 3070 (II) R128(0): Reserved back buffer from (0,770) to (1024,1538) (II) R128(0): Reserved depth buffer from (0,1538) to (1024,2307) (II) R128(0): Reserved depth span from (0,2306) offset 0x481000 (II) R128(0): Reserved 8704 kb for textures at offset 0x780000 (II) R128(0): Acceleration enabled (II) R128(0): Using hardware cursor (scanline 4614) (II) R128(0): Largest offscreen area available: 1024 x 1531 (**) R128(0): DPMS enabled (II) R128(0): X context handle = 0x00000001 (II) R128(0): [drm] installed DRM signal handler (II) R128(0): [DRI] installation complete (II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers (II) R128(0): [drm] Mapped 128 vertex/indirect buffers (II) R128(0): [drm] dma control initialized, using IRQ 18 (II) R128(0): Direct rendering enabled (==) RandR enabled (II) Generic Mouse: ps2EnableDataReporting: succeeded GetModeLine - scrn: 0 clock: 78800 GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312 vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5 [snip more of the same] GetModeLine - scrn: 0 clock: 78800 GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312 vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5 (EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0 (EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0 (EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 0 [snip more of the same] GetModeLine - scrn: 0 clock: 78800 GetModeLine - hdsp: 1024 hbeg: 1040 hend: 1136 httl: 1312 vdsp: 768 vbeg: 769 vend: 772 vttl: 800 flags: 5 (EE) R128(0): R128CCEWaitForIdle: (DEBUG) CCE idle took j = 30000001 (EE) R128(0): Idle timed out, resetting engine... -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.8-rc4 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages xserver-xfree86 depends on: ii debconf [debconf-2.0] 1.4.39 Debian configuration management sy ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an ii libgcc1 1:3.4.2-3 GCC support library ii xserver-common 4.3.0.dfsg.1-8 files and utilities common to all ii zlib1g 1:1.2.2-1 compression library - runtime -- debconf information: xserver-xfree86/config/monitor/screen-size: 17 inches (430 mm) * xserver-xfree86/config/device/use_fbdev: false * xserver-xfree86/config/monitor/selection-method: Medium xserver-xfree86/config/doublequote_in_string_error: * xserver-xfree86/config/device/bus_id: * xserver-xfree86/config/device/video_ram: 16384 * xserver-xfree86/config/monitor/lcd: true xserver-xfree86/config/inputdevice/keyboard/internal: * xserver-xfree86/config/device/driver: ati xserver-xfree86/config/monitor/vert-refresh: 50-85 * xserver-xfree86/config/display/default_depth: 16 * xserver-xfree86/config/display/modes: 1600x1200 * xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, record, speedo, type1, vbe xserver-xfree86/config/monitor/range_input_error: xserver-xfree86/autodetect_video_card: true * xserver-xfree86/config/inputdevice/keyboard/variant: * xserver-xfree86/config/inputdevice/mouse/port: /dev/gpmdata * xserver-xfree86/config/write_files_section: true xserver-xfree86/autodetect_monitor: true * xserver-xfree86/config/device/identifier: ATI All in Wonder 128 * shared/default-x-server: xserver-xfree86-dbg * xserver-xfree86/config/inputdevice/mouse/emulate3buttons: false * xserver-xfree86/config/inputdevice/keyboard/layout: us xserver-xfree86/config/monitor/horiz-sync: 30-75 * xserver-xfree86/config/monitor/identifier: NEC MultiSync LCD 1530V shared/no_known_x-server: xserver-xfree86/autodetect_mouse: true * xserver-xfree86/config/monitor/mode-list: 1600x1200 @ 60Hz * xserver-xfree86/clobber_XF86Config-4: false * xserver-xfree86/config/inputdevice/keyboard/rules: xfree86 * xserver-xfree86/aware_XF86Config-4: xserver-xfree86/multiple_possible_x-drivers: * xserver-xfree86/config/inputdevice/keyboard/model: pc104 * xserver-xfree86/config/write_dri_section: true * xserver-xfree86/config/inputdevice/mouse/zaxismapping: true xserver-xfree86/config/inputdevice/mouse/retry_detection: xserver-xfree86/config/device/bus_id_error: * xserver-xfree86/config/inputdevice/keyboard/options: xserver-xfree86/config/nonnumeric_string_error: * xserver-xfree86/config/inputdevice/mouse/protocol: IntelliMouse shared/multiple_possible_x-servers: xserver-xfree86/config/null_string_error: -- Daniel Jacobowitz --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="009_ati_r128_retry_idle_until_timeout.diff" $Id: 009_ati_r128_retry_idle_until_timeout.diff 1535 2004-06-15 17:03:25Z branden $ Attempt to mitigate serious DRI performance problems on Rage 128 chips by retrying CCE idle commands until the timeout is reached. See Debian #223089, #236187, #236373, #243436. This patch by Daniel Jacobowitz. Not submitted to XFree86 upstream. --- xc/programs/Xserver/hw/xfree86/drivers/ati/r128_accel.c~ 2004-06-01 12:17:33.000000000 -0500 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/r128_accel.c 2004-06-01 12:21:37.000000000 -0500 @@ -236,17 +236,23 @@ i = 0; do { ret = drmCommandNone(info->drmFD, DRM_R128_CCE_IDLE); - } while ( ret && errno == EBUSY && i++ < R128_IDLE_RETRY ); + } while ( ret && errno == EBUSY && i++ < (R128_IDLE_RETRY * R128_IDLE_RETRY) ); if (ret && ret != -EBUSY) { xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "%s: CCE idle %d\n", __FUNCTION__, ret); } + if (i > R128_IDLE_RETRY) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "%s: (DEBUG) CCE idle took i = %d\n", __FUNCTION__, i); + } + if (ret == 0) return; xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Idle timed out, resetting engine...\n"); + R128CCE_STOP(pScrn, info); R128EngineReset(pScrn); /* Always restart the engine when doing CCE 2D acceleration */ --C7zPtVaVf+AK4Oqc-- --------------------------------------- Received: (at 278654-close) by bugs.debian.org; 9 Dec 2004 21:09:16 +0000 >From [EMAIL PROTECTED] Thu Dec 09 13:09:16 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CcVXH-0000ek-00; Thu, 09 Dec 2004 13:09:15 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CcVRI-0006nY-00; Thu, 09 Dec 2004 16:03:04 -0500 From: [EMAIL PROTECTED] (Fabio M. Di Nitto) To: [EMAIL PROTECTED] X-Katie: $Revision: 1.54 $ Subject: Bug#278654: fixed in xfree86 4.3.0.dfsg.1-9 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 09 Dec 2004 16:03:04 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 36 Source: xfree86 Source-Version: 4.3.0.dfsg.1-9 We believe that the bug you reported is fixed in the latest version of xfree86, which is due to be installed in the Debian FTP archive: lbxproxy_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/lbxproxy_4.3.0.dfsg.1-9_i386.deb libdps-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libdps-dev_4.3.0.dfsg.1-9_i386.deb libdps1-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libdps1-dbg_4.3.0.dfsg.1-9_i386.deb libdps1_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libdps1_4.3.0.dfsg.1-9_i386.deb libice-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libice-dev_4.3.0.dfsg.1-9_i386.deb libice6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libice6-dbg_4.3.0.dfsg.1-9_i386.deb libice6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libice6_4.3.0.dfsg.1-9_i386.deb libsm-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libsm-dev_4.3.0.dfsg.1-9_i386.deb libsm6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libsm6-dbg_4.3.0.dfsg.1-9_i386.deb libsm6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libsm6_4.3.0.dfsg.1-9_i386.deb libx11-6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libx11-6-dbg_4.3.0.dfsg.1-9_i386.deb libx11-6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libx11-6_4.3.0.dfsg.1-9_i386.deb libx11-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libx11-dev_4.3.0.dfsg.1-9_i386.deb libxaw6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw6-dbg_4.3.0.dfsg.1-9_i386.deb libxaw6-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw6-dev_4.3.0.dfsg.1-9_i386.deb libxaw6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw6_4.3.0.dfsg.1-9_i386.deb libxaw7-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw7-dbg_4.3.0.dfsg.1-9_i386.deb libxaw7-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw7-dev_4.3.0.dfsg.1-9_i386.deb libxaw7_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxaw7_4.3.0.dfsg.1-9_i386.deb libxext-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxext-dev_4.3.0.dfsg.1-9_i386.deb libxext6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxext6-dbg_4.3.0.dfsg.1-9_i386.deb libxext6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxext6_4.3.0.dfsg.1-9_i386.deb libxft1-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxft1-dbg_4.3.0.dfsg.1-9_i386.deb libxft1_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxft1_4.3.0.dfsg.1-9_i386.deb libxi-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxi-dev_4.3.0.dfsg.1-9_i386.deb libxi6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxi6-dbg_4.3.0.dfsg.1-9_i386.deb libxi6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxi6_4.3.0.dfsg.1-9_i386.deb libxmu-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmu-dev_4.3.0.dfsg.1-9_i386.deb libxmu6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmu6-dbg_4.3.0.dfsg.1-9_i386.deb libxmu6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmu6_4.3.0.dfsg.1-9_i386.deb libxmuu-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmuu-dev_4.3.0.dfsg.1-9_i386.deb libxmuu1-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmuu1-dbg_4.3.0.dfsg.1-9_i386.deb libxmuu1_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxmuu1_4.3.0.dfsg.1-9_i386.deb libxp-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxp-dev_4.3.0.dfsg.1-9_i386.deb libxp6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxp6-dbg_4.3.0.dfsg.1-9_i386.deb libxp6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxp6_4.3.0.dfsg.1-9_i386.deb libxpm-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxpm-dev_4.3.0.dfsg.1-9_i386.deb libxpm4-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxpm4-dbg_4.3.0.dfsg.1-9_i386.deb libxpm4_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxpm4_4.3.0.dfsg.1-9_i386.deb libxrandr-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxrandr-dev_4.3.0.dfsg.1-9_i386.deb libxrandr2-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxrandr2-dbg_4.3.0.dfsg.1-9_i386.deb libxrandr2_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxrandr2_4.3.0.dfsg.1-9_i386.deb libxt-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxt-dev_4.3.0.dfsg.1-9_i386.deb libxt6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxt6-dbg_4.3.0.dfsg.1-9_i386.deb libxt6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxt6_4.3.0.dfsg.1-9_i386.deb libxtrap-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtrap-dev_4.3.0.dfsg.1-9_i386.deb libxtrap6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtrap6-dbg_4.3.0.dfsg.1-9_i386.deb libxtrap6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtrap6_4.3.0.dfsg.1-9_i386.deb libxtst-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtst-dev_4.3.0.dfsg.1-9_i386.deb libxtst6-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtst6-dbg_4.3.0.dfsg.1-9_i386.deb libxtst6_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxtst6_4.3.0.dfsg.1-9_i386.deb libxv-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxv-dev_4.3.0.dfsg.1-9_i386.deb libxv1-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxv1-dbg_4.3.0.dfsg.1-9_i386.deb libxv1_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/libxv1_4.3.0.dfsg.1-9_i386.deb pm-dev_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/pm-dev_4.3.0.dfsg.1-9_all.deb proxymngr_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/proxymngr_4.3.0.dfsg.1-9_i386.deb twm_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/twm_4.3.0.dfsg.1-9_i386.deb x-dev_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/x-dev_4.3.0.dfsg.1-9_all.deb x-window-system-core_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/x-window-system-core_4.3.0.dfsg.1-9_i386.deb x-window-system-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/x-window-system-dev_4.3.0.dfsg.1-9_i386.deb x-window-system_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/x-window-system_4.3.0.dfsg.1-9_all.deb xbase-clients_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xbase-clients_4.3.0.dfsg.1-9_i386.deb xdm_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xdm_4.3.0.dfsg.1-9_i386.deb xfonts-100dpi-transcoded_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-100dpi-transcoded_4.3.0.dfsg.1-9_all.deb xfonts-100dpi_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-100dpi_4.3.0.dfsg.1-9_all.deb xfonts-75dpi-transcoded_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-75dpi-transcoded_4.3.0.dfsg.1-9_all.deb xfonts-75dpi_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-75dpi_4.3.0.dfsg.1-9_all.deb xfonts-base-transcoded_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-base-transcoded_4.3.0.dfsg.1-9_all.deb xfonts-base_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-base_4.3.0.dfsg.1-9_all.deb xfonts-cyrillic_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-cyrillic_4.3.0.dfsg.1-9_all.deb xfonts-scalable_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfonts-scalable_4.3.0.dfsg.1-9_all.deb xfree86-common_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xfree86-common_4.3.0.dfsg.1-9_all.deb xfree86_4.3.0.dfsg.1-9.diff.gz to pool/main/x/xfree86/xfree86_4.3.0.dfsg.1-9.diff.gz xfree86_4.3.0.dfsg.1-9.dsc to pool/main/x/xfree86/xfree86_4.3.0.dfsg.1-9.dsc xfs_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xfs_4.3.0.dfsg.1-9_i386.deb xfwp_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xfwp_4.3.0.dfsg.1-9_i386.deb xlibmesa-dev_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibmesa-dev_4.3.0.dfsg.1-9_all.deb xlibmesa-dri-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-dri-dbg_4.3.0.dfsg.1-9_i386.deb xlibmesa-dri_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-dri_4.3.0.dfsg.1-9_i386.deb xlibmesa-gl-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-gl-dbg_4.3.0.dfsg.1-9_i386.deb xlibmesa-gl-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-gl-dev_4.3.0.dfsg.1-9_i386.deb xlibmesa-gl_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-gl_4.3.0.dfsg.1-9_i386.deb xlibmesa-glu-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-glu-dbg_4.3.0.dfsg.1-9_i386.deb xlibmesa-glu-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-glu-dev_4.3.0.dfsg.1-9_i386.deb xlibmesa-glu_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa-glu_4.3.0.dfsg.1-9_i386.deb xlibmesa3-dbg_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibmesa3-dbg_4.3.0.dfsg.1-9_all.deb xlibmesa3_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibmesa3_4.3.0.dfsg.1-9_i386.deb xlibosmesa-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibosmesa-dev_4.3.0.dfsg.1-9_i386.deb xlibosmesa4-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibosmesa4-dbg_4.3.0.dfsg.1-9_i386.deb xlibosmesa4_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibosmesa4_4.3.0.dfsg.1-9_i386.deb xlibs-data_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibs-data_4.3.0.dfsg.1-9_all.deb xlibs-dbg_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibs-dbg_4.3.0.dfsg.1-9_all.deb xlibs-dev_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibs-dev_4.3.0.dfsg.1-9_all.deb xlibs-pic_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibs-pic_4.3.0.dfsg.1-9_all.deb xlibs-static-dev_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibs-static-dev_4.3.0.dfsg.1-9_i386.deb xlibs-static-pic_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xlibs-static-pic_4.3.0.dfsg.1-9_i386.deb xlibs_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xlibs_4.3.0.dfsg.1-9_all.deb xmh_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xmh_4.3.0.dfsg.1-9_i386.deb xnest_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xnest_4.3.0.dfsg.1-9_i386.deb xprt_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xprt_4.3.0.dfsg.1-9_i386.deb xserver-common_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xserver-common_4.3.0.dfsg.1-9_i386.deb xserver-xfree86-dbg_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xserver-xfree86-dbg_4.3.0.dfsg.1-9_i386.deb xserver-xfree86_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xserver-xfree86_4.3.0.dfsg.1-9_i386.deb xspecs_4.3.0.dfsg.1-9_all.deb to pool/main/x/xfree86/xspecs_4.3.0.dfsg.1-9_all.deb xterm_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xterm_4.3.0.dfsg.1-9_i386.deb xutils_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xutils_4.3.0.dfsg.1-9_i386.deb xvfb_4.3.0.dfsg.1-9_i386.deb to pool/main/x/xfree86/xvfb_4.3.0.dfsg.1-9_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Fabio M. Di Nitto <[EMAIL PROTECTED]> (supplier of updated xfree86 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 09 Dec 2004 17:14:45 +0100 Source: xfree86 Binary: libx11-6-dbg libxtst6-dbg xserver-common xlibs-static-dev libxp6-dbg xbase-clients xlibmesa3-dbg libxtrap6-dbg xfonts-75dpi libxt6 libice6-dbg xmh libxaw6-dbg x-dev libxv1 libxext6-dbg xlibmesa-dev libxpm4 libxtst6 xlibmesa-gl-dev xfonts-cyrillic libx11-6 libsm6-dbg xlibs-pic xlibs-data x-window-system xfree86-common xlibmesa-dri xlibmesa3 libxv1-dbg libxrandr2 xlibmesa-glu libxaw7-dev xnest libxaw6 xterm libxp6 xlibmesa-dri-dbg libxrandr2-dbg libxmu6 xlibmesa-glu-dbg libx11-dev xlibs-static-pic libxpm4-dbg libxaw7-dbg libxmu6-dbg xlibmesa-glu-dev libxmuu-dev pm-dev libxext6 libxft1-dbg libxtst-dev libxv-dev libxp-dev twm x-window-system-dev libsm-dev xfonts-scalable libdps1-dbg libxmuu1-dbg xfwp libice6 libxmu-dev xlibs libdps-dev xserver-xfree86-dbg libxrandr-dev libsm6 xserver-xfree86 libdps1 proxymngr xfonts-base-transcoded libxaw6-dev lbxproxy x-window-system-core xutils xspecs libxtrap6 libice-dev libxt-dev xfs libxmuu1 libxi6-dbg xfonts-base xlibs-dbg libxpm-dev xlibme sa-gl xfonts-100dpi-transcoded libxtrap-dev xfonts-100dpi libxext-dev xfonts-75dpi-transcoded xlibosmesa4-dbg libxft1 xprt libxi-dev xlibosmesa-dev xlibosmesa4 xvfb libxaw7 xlibmesa-gl-dbg xdm xlibs-dev libxi6 libxt6-dbg Architecture: source i386 all Version: 4.3.0.dfsg.1-9 Distribution: unstable Urgency: high Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Changed-By: Fabio M. Di Nitto <[EMAIL PROTECTED]> Description: lbxproxy - Low Bandwidth X (LBX) proxy server libdps-dev - Display PostScript (DPS) client library development files libdps1 - Display PostScript (DPS) client library libdps1-dbg - Display PostScript (DPS) client library (unstripped) libice-dev - Inter-Client Exchange library development files libice6 - Inter-Client Exchange library libice6-dbg - Inter-Client Exchange library (unstripped) libsm-dev - X Window System Session Management library development files libsm6 - X Window System Session Management library libsm6-dbg - X Window System Session Management library (unstripped) libx11-6 - X Window System protocol client library libx11-6-dbg - X Window System protocol client library (unstripped) libx11-dev - X Window System protocol client library development files libxaw6 - X Athena widget set library (version 6) libxaw6-dbg - X Athena widget set library (version 6, unstripped) libxaw6-dev - X Athena widget set library development files (version 6) libxaw7 - X Athena widget set library libxaw7-dbg - X Athena widget set library (unstripped) libxaw7-dev - X Athena widget set library development files libxext-dev - X Window System miscellaneous extension library development files libxext6 - X Window System miscellaneous extension library libxext6-dbg - X Window System miscellaneous extension library (unstripped) libxft1 - FreeType-based font drawing library for X (version 1) libxft1-dbg - FreeType-based font drawing library for X (version 1, unstripped) libxi-dev - X Window System Input extension library development files libxi6 - X Window System Input extension library libxi6-dbg - X Window System Input extension library (unstripped) libxmu-dev - X Window System miscellaneous utility library development files libxmu6 - X Window System miscellaneous utility library libxmu6-dbg - X Window System miscellaneous utility library (unstripped) libxmuu-dev - lightweight X Window System miscellaneous utility library develop libxmuu1 - lightweight X Window System miscellaneous utility library libxmuu1-dbg - lightweight X Window System miscellaneous utility library (unstri libxp-dev - X Window System printing extension library development files libxp6 - X Window System printing extension library libxp6-dbg - X Window System printing extension library (unstripped) libxpm-dev - X pixmap library development files libxpm4 - X pixmap library libxpm4-dbg - X pixmap library (unstripped) libxrandr-dev - X Window System Resize, Rotate and Reflection extension library d libxrandr2 - X Window System Resize, Rotate and Reflection extension library libxrandr2-dbg - X Window System Resize, Rotate and Reflection extension library ( libxt-dev - X Toolkit Intrinsics development files libxt6 - X Toolkit Intrinsics libxt6-dbg - X Toolkit Intrinsics (unstripped) libxtrap-dev - X Window System protocol-trapping extension library development f libxtrap6 - X Window System protocol-trapping extension library libxtrap6-dbg - X Window System protocol-trapping extension library (unstripped) libxtst-dev - X Window System event recording and testing extension library dev libxtst6 - X Window System event recording and testing extension library libxtst6-dbg - X Window System event recording and testing extension library (un libxv-dev - X Window System video extension library development files libxv1 - X Window System video extension library libxv1-dbg - X Window System video extension library (unstripped) pm-dev - proxy management protocol development files proxymngr - X proxy services manager twm - Tab window manager x-dev - X protocol development files x-window-system - X Window System x-window-system-core - X Window System core components x-window-system-dev - X Window System development components xbase-clients - miscellaneous X clients xdm - X display manager xfonts-100dpi - 100 dpi fonts for X xfonts-100dpi-transcoded - 100 dpi fonts for X (transcoded from ISO 10646-1) xfonts-75dpi - 75 dpi fonts for X xfonts-75dpi-transcoded - 75 dpi fonts for X (transcoded from ISO 10646-1) xfonts-base - standard fonts for X xfonts-base-transcoded - standard fonts for X (transcoded from ISO 10646-1) xfonts-cyrillic - Cyrillic fonts for X xfonts-scalable - scalable fonts for X xfree86-common - X Window System (XFree86) infrastructure xfs - X font server xfwp - X firewall proxy server xlibmesa-dev - XFree86 Mesa development libraries dummy package xlibmesa-dri - Mesa 3D graphics library modules [XFree86] xlibmesa-dri-dbg - Mesa 3D graphics library modules (unstripped) [XFree86] xlibmesa-gl - Mesa 3D graphics library [XFree86] xlibmesa-gl-dbg - Mesa 3D graphics library (unstripped) [XFree86] xlibmesa-gl-dev - Mesa 3D graphics library development files [XFree86] xlibmesa-glu - Mesa OpenGL utility library [XFree86] xlibmesa-glu-dbg - Mesa OpenGL utility library (unstripped) [XFree86] xlibmesa-glu-dev - Mesa OpenGL utility library development files [XFree86] xlibmesa3 - XFree86 Mesa libraries dummy package xlibmesa3-dbg - XFree86 Mesa unstripped libraries dummy package xlibosmesa-dev - Mesa off-screen rendering library development files [XFree86] xlibosmesa4 - Mesa off-screen rendering library [XFree86] xlibosmesa4-dbg - Mesa off-screen rendering library (unstripped) [XFree86] xlibs - X Keyboard Extension (XKB) configuration data and metapackage xlibs-data - X Window System client data xlibs-dbg - X Window System unstripped client libraries dummy package xlibs-dev - X Window System client library development files dummy package xlibs-pic - XFree86 static PIC libraries dummy package xlibs-static-dev - X Window System client library development files xlibs-static-pic - X Window System client extension library PIC archives xmh - X interface to the MH mail system xnest - nested X server xprt - X print server (XFree86 version) xserver-common - files and utilities common to all X servers xserver-xfree86 - the XFree86 X server xserver-xfree86-dbg - the XFree86 X server (static version with debugging symbols) xspecs - X protocol, extension, and library technical specifications xterm - X terminal emulator xutils - X Window System utility programs xvfb - virtual framebuffer X server Closes: 80140 172526 231837 235574 236086 241534 241566 245371 246398 250331 252068 258575 263076 263561 265133 267321 268461 268812 268997 270235 270496 271030 271326 273202 274018 274101 274457 274513 275329 275473 275710 276415 276447 277038 277699 277832 278654 278714 278897 279436 280384 Changes: xfree86 (4.3.0.dfsg.1-9) unstable; urgency=high . * Security update release. Resolves CAN-2004-0914 (several Xpm library vulnerabilities). . Changes by Branden Robinson: . * Update Danish debconf template translations (thanks, Claus Hindsgaul). (Closes: #274101) . * Add FAQ entry: Why does composing characters work in some applications but not others? . * Apply patch from Jan Wilhelm Stumpel to correct miscoded Unicode Plane 1 characters in en_US.UTF-8 compose map. (Closes: #267321) . * Install xlibs's bug script in the binary-indep rule, not binary-arch, since xlibs is an architecture "all" package. Now the script will actually be shipped. . * If the restorecon command is available, restore SELinux file security contexts after setting up X server and ICE socket directories (xfree86-common) and font server socket directories (xfs) after creating them in the init scripts. (Closes: #268812, #271030) . * Fix missing-word typo in xnest's package description. Thanks to Roland Stigge for catching this. (Closes: #268997) . * Remove build-dependency on libstdc++5-dev | libstdc++-dev. A package providing libstdc++-dev is build-essential. Thanks to Steve Langasek for his counsel on this issue. (Closes: #268461) . * Make xserver-common conflict with xserver-xfree86 and xserver-xfree86-dbg 4.3.0.dfsg.1-[56] using exact versioned conflicts. This prevents versions of the xserver-xfree86{,-dbg} packages that depend on a now-vanished interface in dexconf from being installed in conjunction with it. See the changelog entry for 4.3.0.dfsg.1-7 for more information. Thanks to Adrian Bunk for this suggestion. . * Grab from XFree86 CVS (no later than 2003-12-31) several updates to the Video4Linux (v4l) driver: + [#include regionstr.h, not miscstruct.h.] (#A.1859, Alexander Stohr) [David Dawes] + [Update format string when reporting memPhysBase.] (David Dawes) + Fix a problem with the v4l driver not seeing all the tv-norms available under the bttv driver with the Linux 2.6.0-test11 kernel (#5976, Marco Antonio Alvarez). [David Dawes] + Change v4l "norm" names to the bttv versions (#5993, Marco Antonio Alvarez). [David Dawes] (Closes: #270496) . * Update "Further Information" section of FAQ. . * Add FAQ entry: What are Debian's plans with respect to X.Org and XFree86? . * Add FAQ entry: Sometimes I get garbage characters like 1;2c in my xterm windows; what's happening? . * Update FAQ entry: My keyboard configuration worked with XFree86 4.2; why is it messed up now? . * Update FAQ entry: How does the keyboard work in the X Window System? . * Apply patch (#036) submitted to XFree86 Bugzilla on 2003-04-03 by the DRI Developers to fix OpenGL application crashes with "Assertion `vb.context == ctx' failed." for ATI R200 DRI users (thanks, Martin Dickopp). (Closes: #241534) . * Add copyright and (MIT/X11 style) license for Bitstream Type1 fonts to copyright file. Thanks to Ben Harris for pointing this out. (Closes: #274018) . * Clean up and expand xclock(1x) manpage to document the effects the RENDER extension has on command-line option and X resource handling. Thanks to Vincent McIntyre for prompting this. (Closes: #241566) . * Use run() to unregister obsolete debconf templates in xserver-xfree86, since failure to do so is not fatal, and will occur if we are upgrading from a version of the package so old (pre-woody unstable) that the templates don't exist to be unregistered. Thanks to Florian Laws for diagnosing this bug. (Closes: #275710) . * Stop manually compressing the plain text version of the Debian X FAQ; dh_compress will take care of that. Tell dh_compress to avoid compressing the XHTML version of the FAQ. . * Restore xdm's Xreset script, which was removed in 4.2.1-12. If the use-sessreg option is set and the sessreg command is available, user X sessions will be de-registered from the utmp and wtmp files again. Update maintainer scripts to stop removing the conffile. Update xdm.install and MANIFEST.* files to ship Xreset script. The old xconsole-related logic is not restored. (Closes: #275329) . * Replace XFree86 X server pre-release banner message with long boilerplate that declaims the release as heavily modified by Debian, and directs users to the Debian Bug Tracking System and the Debian X FAQ instead of XFree86 mailing lists; also replace an occurence of an XFree86 mailing list address in a tseng driver message (patch #914). . * Update xlibs's package description to stop implying that *no* packages have up-to-date dependencies on it (xbase-clients does, due to xkbcomp, which is statically linked against libxkbfile). . * Apply patch from Jeff Licquia to port the X configlet to python-configlet version 2 so that xserver-xfree86 package configuration doesn't crash for people who have the configlet infrastructure installed. Make xserver-common conflict with python-configlet (<< 2.0) accordingly. (Closes: #263076) . * Apply patch from Jason Lunz for silly thinko that caused arguments to xvfb-run to be misparsed if they contained whitespace. Thanks, Jason! (Closes: #276415) . * Tidy up and make consistent all Debian-specific manpages. . * Update package descriptions to replace the term "pseudopackage" (which apparently only the xfree86 source package uses) with "dummy package" in the short description, and "transitional package" in the extended description, per section 6.7.7 of the Debian Developers' Reference. . * Update patch #009 to improve the fix for the Rage128-specific problem with engine lockups; because CCE idle commands may never finish, eventually stop the engine altogether after a long enough period of inactivity. Thanks to Daniel Jacobowitz for the original patch, this improved version, and the real-world testing. (Closes: #278654) . * Add FAQ entry: What is the story with XFree86 3.x? . * Apply some fixes to the XFree86 X server's ELF object loader: + Stop conditionally #including <sys/mman.h> since it is unconditionally imported earlier in the file. + Perform an mprotect() for AMD64 Linux systems as well as OpenBSD to prevent SEGVs on NX-enabled kernels. (Closes: #277699) + Fix a problem with parentheses when using the preprocessor (doesn't affect Debian, but would cause unexpected behavior on OpenBSD). . * Perform some cleanup work on the shared library maintainer scripts of libdps1, libxaw6, libxaw7, xlibmesa-gl, xlibmesa-glu, and xlibosmesa4; thanks to Fabio for noticing the inconsistencies. + Call register_x_lib_dir_with_ld_so() before invoking ldconfig in the post-installation scripts. + Perform configuration actions regardless of the value of "$1" in the post-installation scripts. + Call deregister_x_lib_dir_with_ld_so() before invoking ldconfig in the post-removal scripts. + Move the #DEBHELPER# expando later in the scripts where applicable. . * Perform some cleanup work on the update-fonts-{alias,dir,scale} utilities and their manual pages. + Eliminate XSIisms (-a, -o) in uses of test(1)/[(1). + Re-indent at four spaces. + Query terminal for its width if $COLUMNS is not set, as shell-lib.sh does. Fall back to a width of 80 if stty returns garbage or nothing. + Rename error() to die(). + Add usage() function and -h, --help option. + Use exit status 2 to indicate usage errors as opposed to operational failures. + Be more careful with quoting shell variables. + Add and expand comments. + Add SVN Id keyword. + Update Vim modeline. + Update manual pages to document changes in interface and behavior (there are no backwards-incomaptible changes). . * Perform some cleanup work on the xvfb-run utility and its manual page. + Query terminal for its width if $COLUMNS is not set, as shell-lib.sh does. Fall back to a width of 80 if stty returns garbage or nothing. + Add message() and error() functions. + Enhance usage() function to (additionally) display an error message consisting of the function arguments, if any. + Use error() and usage() instead of echo for error messages. + Cosmetically tidy up usage message, and correct a typo. + Declare locally-scoped variable in find_free_servernum(). + Store getopt's exit status and report it in an error message if it is nonzero. + Clarify the error message if getopt rearranges the command line in a way we don't expect. + Tidy up comment, shell function, and redirection style. Wrap long lines. Quote variables that may have whitespace in them. Update Vim modeline. + Describe effect of $COLUMNS environment variable in manpage. + Remove erroneous description of exit status 1, and explain why it is not used. + Add description of exit statuses 0, 4, 5, and 6. + Fix markup error. . * Replace many occurences of XSI connectives in test(1) with POSIX shell connectives in scripts. . * Apply patch from David Mosberger that replaces the fix for #225526 with one that works on systems that do not have a PCI bus numbered 0. Thanks, David! (Closes: #279436) . * Apply patch from Richard Mortimer to fix the XFree86 X server's ELF object loader to set the PROT_EXEC flag on mmap()ed modules regardless of machine architecture. (It was already trying to do this, but there are three preprocessor statements involved, and we were only patching one.) (Closes: #280384) . * Update XTerm to patch #197 (2004-09-30) from Thomas Dickey's website. + Change default translations so a BtnDown which is not recognized is simply ignored rather than emitting a bell. That makes it less obtrusive when the user tries to use a mouse which provides more capabilities than the X mouse driver supports, e.g., one with a horizontal scroll wheel. (Closes: #265133) + Note in xterm's manpage that "translations" is not specific to xterm. (Closes: #278897) + Modify uxterm script to use locale program to verify if the derived locale is installed. (Closes: #246398) + Modify the criteria for disowning primary selection. Previously, this happened anytime the cursor was moved before the end of the selection. That would ensure that any insert/delete of char or line, as well as scrolling, would disown the selection. The new criteria change this to checking if the operations would modify the data which is highlighted. (Closes: #277832) + Correct handling selection of tabs over cleared space in UTF-8 mode. In this special case, xterm represents the whitespace with a null rather than a space character. (Closes: #276447) + Amend fix for infinite loop from patch #192 to check if there is wrapped text to output in a following iteration. (Closes: #273202) + Amend solution for Debian #252873, #260471 from patch #194 by making the cursor not explicitly colored if only the foreground color is set, and the cursor is on a blank space. (Closes: #275473) . * Add magic register poke to neomagic driver which apparently speeds up DVD playback operations. Thanks to Tony Hill for finding this patch. Unfortunately, despite efforts to locate some, there appears to be no documentation of why this register poke works. (Closes: #277038) . Changes by Denis Barbier and Fabio M. Di Nitto: . * Edit xc/programs/xkbcomp/symbols/pc/Imakefile so that the new pc/us_intl layout file gets installed. Update MANIFEST files and xlibs.install to ensure the file get shipped. + Ship a multi-layout aware us_intl layout. (Closes: #271326) + Make us_intl work again. (Closes: #274513) . * Update Dutch debconf template translations (thanks, Bart Cornelis). (Closes: #278714) . Changes by Denis Barbier: . * Make Sun keyboards load srvr_ctrl(xfree86) symbol definitions to have access to standard Ctrl+Alt key sequences. (Closes: #236086) . * Add several multi-layout aware layouts: + ca (Canada) contains several variants: "fr" is meant as a replacement for ca_enhanced, "fr-legacy" is another variant, and "multi" is an implementation of CAN/CSA-Z243.200-92. This standard requires two groups, so it is in fact divided into "multi" and "multi-2gr" variants. By default, "ca" loads both "multi" and "multi-2gr" to provide a full-featured keyboard. When it is combined with other layouts, the simpler variant "fr" is used, but others can be explicitly specified. (Closes: #245371, #252068, #258575) + The new ca layout also fixes ISO_Level3_Shift, which was mapped to <RCTL> instead of <RALT>. (Closes: #274457) + jp (Japan) also requires a combination of two variants. When this is the only loaded layout, the full combination is used. When this layout is combined with others, only the "jp106" variant is loaded. + hu (Hungary) layout has been simplified; some variants have been removed. (Closes: #263561) + ch (Switzerland) replaces de_CH and fr_CH. + mn (Mongolia) and vn (Vietnam) are simple layouts. . * In UTF-8 compose files, replace U00xx Unicode codepoints by the corresponding keysyms. Otherwise the compose character is in the range 0x01000000-0x010000FF which is not valid according to appendix A of the X11 protocol. Even if most applications are able to recognize these broken characters, few of them fail, most notably xemacs and users are then unable to use composition when in UTF-8 locales. (Closes: #235574) . * Replace level3(ralt_switch_multikey) by level3(ralt_switch) in all layouts so that symbols on the 4th column may be accessed with Shift+Alt_R or Alt_R+Shift. (Closes: #270235) . + In /etc/X11/xkb/rules/xfree86, move lv3 definitions after altwin so that the former can override the latter. See Bug#276143. . Changes by Fabio M. Di Nitto: . * Update wacom input driver from http://linuxwacom.sourceforge.net/ up to version 0.6.4: + Remove now obsolete patch 036_wacom_usb_tablet_update.diff + Add patch 000_stolen_from_sourceforge_wacom_driver.diff + Fix input timeout problems if the device is not connected. No references are available in upstream changelog, but tests do not show this behavior anymore. (Closes: #231837) + Fix compatibility with kernel 2.6 wacom driver. (Closes: #250331) + Add support for Cintiq boards. According to #172526 logs the patch has been included, reworked and cleaned by upstream a long time ago. No references are available in upstream changelog. (Closes: #172526) + A combination of new kernel, xfree86 and wacom driver appears to have fixed the APM resume issue as described in #80140. Tests done on a powerpc laptop do not show this problem anymore. No references are available in upstream changelog. (Closes: #80140) . * Add workaround for the UseBIOS default setting in the savage driver: + Add patch 099i_pro_savage_ddr_set_use_bios_to_false.diff + Set UseBios default to "no" for PROSAVAGE_DDR and PROSAVAGE_DDRK, as described at <URL: http://www.probo.com/timr/savage40.html >. . * Fix nl_BE locale alias information. . * Use validate-posix-sh at build time to perform syntax check on generated maintainer scripts. . * Increase verbosity of validate-posix-sh warnings. Stop immediately exiting upon encountering the first shell interpeter that fails on the script; instead, attempt all the interpreters and report all that fail. . * Sync debian/rules install-server target with install and make binary-server work again. . Changes by Fabio M. Di Nitto and Branden Robinson: . * Update patch #087 to include fruits of Xpm source code security audit by Thomas Beige. Resolves CAN-2004-0914: memory leak, improper use of signed integers, and overflows in the Xpm library. Resync offset in patch #200. Files: 604583b52dca2ffe3d5f28af1b60684d 2634 x11 optional xfree86_4.3.0.dfsg.1-9.dsc 165833695fff22cf62d4a56b5bd44549 3507053 x11 optional xfree86_4.3.0.dfsg.1-9.diff.gz 785685d69848622b281cfeb085bac954 150862 libdevel optional pm-dev_4.3.0.dfsg.1-9_all.deb 4c5d41d1a9f11b5678ed0816d571f147 207838 libdevel optional x-dev_4.3.0.dfsg.1-9_all.deb 30aa507ee9b09e08908c74e1d76387d7 4354390 x11 optional xfonts-100dpi_4.3.0.dfsg.1-9_all.deb cb034206cb153d5c37f66c0f0570e1c7 8188300 x11 optional xfonts-100dpi-transcoded_4.3.0.dfsg.1-9_all.deb 1ec84722b9bc441907753ffac2964b61 3832220 x11 optional xfonts-75dpi_4.3.0.dfsg.1-9_all.deb 74a4e47d9ec37b6d2c13124b54e7fc11 7065056 x11 optional xfonts-75dpi-transcoded_4.3.0.dfsg.1-9_all.deb 2d64e09c7bda367dfb64a627bedf1a98 5481972 x11 optional xfonts-base_4.3.0.dfsg.1-9_all.deb 9f2b107795784f9b5d6b1b5ecb50f8f3 1194910 x11 optional xfonts-base-transcoded_4.3.0.dfsg.1-9_all.deb 6940a2e9be35442f1ed4c67b0a1edcc8 532434 x11 optional xfonts-cyrillic_4.3.0.dfsg.1-9_all.deb 8608acefa0e3419f49a8ed77bd61c73e 892232 x11 optional xfonts-scalable_4.3.0.dfsg.1-9_all.deb ab713c194df9de454ae341efeac794e8 790618 x11 optional xfree86-common_4.3.0.dfsg.1-9_all.deb f600a3496f5fe23dd6079c33b7cbb55a 418094 libs optional xlibs_4.3.0.dfsg.1-9_all.deb 8ca0255c91b039fadfc3c87b6cc25dea 897400 libs optional xlibs-data_4.3.0.dfsg.1-9_all.deb 81e2dc94ee200dbceb0b02f157395ec4 5825862 x11 optional xspecs_4.3.0.dfsg.1-9_all.deb fa301c7313eeaf4f605d683d1eb3bf07 150162 x11 optional x-window-system_4.3.0.dfsg.1-9_all.deb bcf9befb8b1ab0133f826d1e286b3320 150018 oldlibs extra xlibmesa3-dbg_4.3.0.dfsg.1-9_all.deb 910b76e617cb04ca0ad2d3fa2398be59 150002 oldlibs optional xlibmesa-dev_4.3.0.dfsg.1-9_all.deb 1df8082e7d6fa8854fec9cdfc0dfbdf0 150072 oldlibs extra xlibs-dbg_4.3.0.dfsg.1-9_all.deb e12582d5c6ab48a31f94e77e82fdcbec 150072 oldlibs extra xlibs-dev_4.3.0.dfsg.1-9_all.deb c3c11c159745ab005afbb5fd9e5d9a6f 149980 oldlibs extra xlibs-pic_4.3.0.dfsg.1-9_all.deb 30e069d389fea927d16b08d072faf778 241786 x11 optional lbxproxy_4.3.0.dfsg.1-9_i386.deb a5b706fb9790c636e99c4e94d024aab8 277496 libs optional libdps1_4.3.0.dfsg.1-9_i386.deb d60c040a0c1edb01c9057c3df9ae4c09 774396 libdevel extra libdps1-dbg_4.3.0.dfsg.1-9_i386.deb 46657e42bc4de5c0a6fe0b8d8e35ca5d 333726 libdevel optional libdps-dev_4.3.0.dfsg.1-9_i386.deb 065631e2925976a2bc1b3aae0a16446b 194890 libs optional libice6_4.3.0.dfsg.1-9_i386.deb b2a4f9cb058ec32afca10a7190b344cf 277862 libdevel extra libice6-dbg_4.3.0.dfsg.1-9_i386.deb 47d917f75d912bf0ea08d8f60870ca16 196832 libdevel optional libice-dev_4.3.0.dfsg.1-9_i386.deb 8ec454cdb4d914e0be0753e356aecc94 172608 libs optional libsm6_4.3.0.dfsg.1-9_i386.deb 54c9462845b460cba3b2d15ffc7d2a47 196870 libdevel extra libsm6-dbg_4.3.0.dfsg.1-9_i386.deb 09bb9a689bc780c924f8bb4b81f86e54 168194 libdevel optional libsm-dev_4.3.0.dfsg.1-9_i386.deb ffe09308b9fee526a378359d33eb11cc 715072 libs optional libx11-6_4.3.0.dfsg.1-9_i386.deb f42cc97c1fbbe687fba8e2e50ad15b97 9598498 libdevel extra libx11-6-dbg_4.3.0.dfsg.1-9_i386.deb 9fe1f80bfda73da5a74dc1afc4e1146b 1349984 libdevel optional libx11-dev_4.3.0.dfsg.1-9_i386.deb 46163b92e7293a1802d8f03787dada97 276722 libs optional libxaw6_4.3.0.dfsg.1-9_i386.deb 048b72e343d006cea6e7d308aa1d9fca 882182 libdevel extra libxaw6-dbg_4.3.0.dfsg.1-9_i386.deb 792b12c9548299f49c0b1598c9fda814 405608 libdevel extra libxaw6-dev_4.3.0.dfsg.1-9_i386.deb 311e24f6f98083daa861d670c4772f2b 329830 libs optional libxaw7_4.3.0.dfsg.1-9_i386.deb 8d0be03a4cdb803aff9d11c235acb467 1016794 libdevel extra libxaw7-dbg_4.3.0.dfsg.1-9_i386.deb 1d86eaa88fb55ba3d6f40d80cd8510dd 405508 libdevel optional libxaw7-dev_4.3.0.dfsg.1-9_i386.deb 9ff630f9cb97fa0abe3e08647fd19f59 179746 libs optional libxext6_4.3.0.dfsg.1-9_i386.deb 6cbd35c270fe1c99eb1383d12d20df6b 499252 libdevel extra libxext6-dbg_4.3.0.dfsg.1-9_i386.deb 1ac46fe9ce964ae0371250c9d68ec23d 238282 libdevel optional libxext-dev_4.3.0.dfsg.1-9_i386.deb 83c8efcf1f385c30798e48096ecac699 182044 libs optional libxft1_4.3.0.dfsg.1-9_i386.deb 740f7227aa84c0109be742e5f8ad4b26 461192 libdevel extra libxft1-dbg_4.3.0.dfsg.1-9_i386.deb 4d726f81aa89c443b3f3d25921b58084 170964 libs optional libxi6_4.3.0.dfsg.1-9_i386.deb 0f0df17cf0a8061cb634392294454cd8 1158228 libdevel extra libxi6-dbg_4.3.0.dfsg.1-9_i386.deb 3c267f97744b673be7796c04e64ee219 222634 libdevel optional libxi-dev_4.3.0.dfsg.1-9_i386.deb 18e9597bee9901a1a76a3bff7f7046af 201132 libs optional libxmu6_4.3.0.dfsg.1-9_i386.deb c913cd10602588373dbc174bdaafc877 651460 libdevel extra libxmu6-dbg_4.3.0.dfsg.1-9_i386.deb 82f614c95c9d06c68846953596dbff4a 209710 libdevel optional libxmu-dev_4.3.0.dfsg.1-9_i386.deb 38b8b6d0d3c4244453efa7d4cec72538 162984 libs optional libxmuu1_4.3.0.dfsg.1-9_i386.deb cdb5e3eb1541e607a38ddd5bf650aec3 200006 libdevel extra libxmuu1-dbg_4.3.0.dfsg.1-9_i386.deb e23bb044834ece00b208680fc80e1c27 154500 libdevel optional libxmuu-dev_4.3.0.dfsg.1-9_i386.deb dc6fc85aa005f50015871e1f17521b17 170110 libs optional libxp6_4.3.0.dfsg.1-9_i386.deb 3957e8f4b6c73270cebefa1e7a56ab20 556626 libdevel extra libxp6-dbg_4.3.0.dfsg.1-9_i386.deb 5648bd8ad6a51a1d64286feca06c89a8 170512 libdevel optional libxp-dev_4.3.0.dfsg.1-9_i386.deb 408cd7ff5b3f5dd41e4f2e5c33204123 186736 libs optional libxpm4_4.3.0.dfsg.1-9_i386.deb 90f9d58df23cdfefe1bd4cea32f98225 238304 libdevel extra libxpm4-dbg_4.3.0.dfsg.1-9_i386.deb 5d2fb156641a3b1137f3e9f71e96b1eb 184952 libdevel optional libxpm-dev_4.3.0.dfsg.1-9_i386.deb 651d863e54b54850aeeb3297330ccfd2 162728 libs optional libxrandr2_4.3.0.dfsg.1-9_i386.deb 2472aa539ef3457eecc9e55043ee2b03 191942 libdevel extra libxrandr2-dbg_4.3.0.dfsg.1-9_i386.deb 738ac38ac0ac3b3eb7b905746560e631 162808 libdevel optional libxrandr-dev_4.3.0.dfsg.1-9_i386.deb d644d0fce129e6ed78b115f53aaf453f 319334 libs optional libxt6_4.3.0.dfsg.1-9_i386.deb 36a036034c4300732a50efdf77c0ca41 1522616 libdevel extra libxt6-dbg_4.3.0.dfsg.1-9_i386.deb f26781827bee4250b2b38e547a589796 605848 libdevel optional libxt-dev_4.3.0.dfsg.1-9_i386.deb 54f14a2777f4eaae205a1c8bec980e27 171920 libs optional libxtrap6_4.3.0.dfsg.1-9_i386.deb 837fe055e482c8681251db0d9c103371 401916 libdevel extra libxtrap6-dbg_4.3.0.dfsg.1-9_i386.deb 97a58878c495e12b4fb6de0ba38cdc6b 176310 libdevel optional libxtrap-dev_4.3.0.dfsg.1-9_i386.deb 651571f66e8a9a76113985bbb92292ae 165632 libs optional libxtst6_4.3.0.dfsg.1-9_i386.deb 90693f43d20362cdbf250515e77f4f06 228000 libdevel extra libxtst6-dbg_4.3.0.dfsg.1-9_i386.deb 3196ebc661dc9e0a0d0f7f93f1ec434b 162052 libdevel optional libxtst-dev_4.3.0.dfsg.1-9_i386.deb a94df15bb1d1b4b0316331f44b0f6038 163822 libs optional libxv1_4.3.0.dfsg.1-9_i386.deb 564205c6d07981329605007cc8523a66 194654 libdevel extra libxv1-dbg_4.3.0.dfsg.1-9_i386.deb 37bad7f94a523fe4d055bdc5dcce74d8 182192 libdevel optional libxv-dev_4.3.0.dfsg.1-9_i386.deb 5a18f50224c19f8035112f553c281d2d 174086 x11 optional proxymngr_4.3.0.dfsg.1-9_i386.deb de50f1cac45650a1fc9b829e90f41da3 256346 x11 optional twm_4.3.0.dfsg.1-9_i386.deb 7f5a65296bfbee16dad90e3a10f96a44 1932268 x11 optional xbase-clients_4.3.0.dfsg.1-9_i386.deb 3cf84476326c7700916aadc84cbaa293 293188 x11 optional xdm_4.3.0.dfsg.1-9_i386.deb 5521947f6ee8fb59fc6cf007fb374c1f 486294 x11 optional xfs_4.3.0.dfsg.1-9_i386.deb d6e9c67102557c7a08883c3685c6da60 171998 x11 optional xfwp_4.3.0.dfsg.1-9_i386.deb f1bba999dc89d32aca6b9f6a21ebad67 4994410 x11 optional xlibmesa-dri_4.3.0.dfsg.1-9_i386.deb b7b4e5170decec79018b442699ab773f 49480036 x11 optional xlibmesa-dri-dbg_4.3.0.dfsg.1-9_i386.deb e8898b596ff53ffc184743bff3ac6a95 274756 libs optional xlibmesa-gl_4.3.0.dfsg.1-9_i386.deb 95d00af46c0d806ce3a18a96ad2bc859 1222370 libdevel extra xlibmesa-gl-dbg_4.3.0.dfsg.1-9_i386.deb 4d106d819563f998ba7aecb4758c482d 696618 libdevel optional xlibmesa-gl-dev_4.3.0.dfsg.1-9_i386.deb 8db2b6a5bc1d7792ed48ccdd94b22231 357206 libs optional xlibmesa-glu_4.3.0.dfsg.1-9_i386.deb 97b9b224a6816c1799296fa3b54ed75e 1102830 libdevel extra xlibmesa-glu-dbg_4.3.0.dfsg.1-9_i386.deb 17402e1b7962d51ebeeaa15bf07bb29e 426410 libdevel optional xlibmesa-glu-dev_4.3.0.dfsg.1-9_i386.deb 27ffbf054c95c92ee9c2a4198a7187f7 652886 libs optional xlibosmesa4_4.3.0.dfsg.1-9_i386.deb 6a14a9ebe0c3dd7f081daa53c31c17ee 4571820 libdevel extra xlibosmesa4-dbg_4.3.0.dfsg.1-9_i386.deb 2784f88c146c0bddc641ecc0c6af39dc 781368 libdevel optional xlibosmesa-dev_4.3.0.dfsg.1-9_i386.deb 6e0389707fdd3aefcc600dcf735ef0c6 845596 libdevel optional xlibs-static-dev_4.3.0.dfsg.1-9_i386.deb 4de427ad34a587b74cfb539b5bb91921 375816 libdevel extra xlibs-static-pic_4.3.0.dfsg.1-9_i386.deb 48c5f6ff24154f377a72cfadb02a5ba5 218384 mail extra xmh_4.3.0.dfsg.1-9_i386.deb a18ea3893b7a24683543b9a8d267a3ef 1456718 x11 optional xnest_4.3.0.dfsg.1-9_i386.deb 288a30c1a5b50674035665e2a5fad41b 1117744 x11 optional xprt_4.3.0.dfsg.1-9_i386.deb 5e7dd3f3537ab5ec17c494ab770f1a80 325824 x11 optional xserver-common_4.3.0.dfsg.1-9_i386.deb 48040e6f94d2ec357a765d3e09a47653 5710034 x11 optional xserver-xfree86_4.3.0.dfsg.1-9_i386.deb 99fb916587c9cab3cda7c1b235e7cd87 54897076 x11 extra xserver-xfree86-dbg_4.3.0.dfsg.1-9_i386.deb 70fc7105a7fd5d2c660c564af65dd041 494926 x11 optional xterm_4.3.0.dfsg.1-9_i386.deb 0890293f0226837e5e142bc8d0653f23 901726 x11 optional xutils_4.3.0.dfsg.1-9_i386.deb 078d78d3289c9040d6bade021c1cc3ef 1593204 x11 optional xvfb_4.3.0.dfsg.1-9_i386.deb 34b17b92a59b2167a0ac34c2b51de167 150232 x11 optional x-window-system-core_4.3.0.dfsg.1-9_i386.deb 4e177316c9f02a1adcf46061b3ef2bc7 150282 x11 extra x-window-system-dev_4.3.0.dfsg.1-9_i386.deb 9fd4b72f7c1365b2e4b07a5762ac60f4 150030 oldlibs optional xlibmesa3_4.3.0.dfsg.1-9_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBuIchhCzbekR3nhgRAlgSAJ49WmORWulc7DSF0iASqcl43kAYggCfTU8X M2DF7mPU9+CaxuBht0cBAKc= =H9Dw -----END PGP SIGNATURE-----