Package: fglrx-driver Version: 8.42.3-2 Severity: important Tags: patch
With the new 8.42.3 I see a corruption in the lower right corner with my Radeon 9800 (r300). This is an upstream issue, a fix is available at http://www.rage3d.com/board/showpost.php?p=1335043887&postcount=6 Right now I can not connect to rage3d.com, so here it comes: #!/bin/bash DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so TMPDRV=/tmp/fglrx_drv.so cp $DRIVER $TMPDRV for x in $(objdump -d $DRIVER|awk '/call/&&/Logo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do sed -i "s/$x/\x90\x90\x90\x90\x90/g" $TMPDRV done cp --remove-destination $TMPDRV $DRIVER This fixed the issue for me. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Shell: /bin/sh linked to /bin/bash Versions of packages fglrx-driver depends on: ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries ii libgl1-mesa-glx [libgl1] 7.0.1-2 A free implementation of the OpenG ii libx11-6 2:1.0.3-7 X11 client-side library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxrandr2 2:1.2.2-1 X11 RandR extension library ii libxrender1 1:0.9.4-1 X Rendering Extension client libra ii xserver-xorg 1:7.2-5 the X.Org X server Versions of packages fglrx-driver recommends: ii fglrx-kernel-src 8.42.3-2 kernel module source for the ATI g -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

