Re: how can I obtain the old fglrx_drv.so?
- From: lina <lina.lastname@xxxxxxxxx>
- Date: Sat, 20 Aug 2011 13:43:56 +0800
Thanks for Camaleón and johan's advice.
2011/8/20 Johan Grönqvist <johan.gronqvist@xxxxxxxxx>:
2011-08-19 21:03, Camaleón skrev:
On Thu, 18 Aug 2011 13:24:11 +0800, lina wrote:
can I use the old fglrx_drv.so installed before, such as the squeeze
one, to substitute the new one,
/usr/lib/xorg/modules/drivers/fglrx_drv.so, installed in wheezy?
I agree that it might not work, and I would not try it, but there are
several versions available at
<http://snapshot.debian.org/binary/fglrx-driver/>. The .deb file is a
compressed file, that can be opened by, e.g., the gnome archive manager, and
there, under /usr/lib/fglrx/, there is a file named fglrx_drv.so.
I found the fglrx_drv.so from version 11-6-3 and substitute the
present 11-7- one.
something went wrong, so I came back to the new one.
There is a script I downloaded which could help to get rid of the
watermark which showed "AMD unsupported hardware".
The script is as followed, it's targeted on the old fglrx_drv.so,
#!/bin/sh
DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print
"\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
while for the version after 11-7-* when I used it, it showed:
$ ./ATI_driver_fglrx.sh
sed: -e expression #1, char 45: Unmatched [ or [^
is it possible to compare the two fglrx_drv.so, and modify this script
to fit for the new one, so can remove the water mark.
Thanks,
/ johanan
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject
of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/j2mg8h$h8s$1@xxxxxxxxxxxxxxx
--
Best Regards,
lina
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/CAG9cJmngFouqhCXCYe+MWCDDM52pjq7G44FZO1VUkrT8JFMmfg@xxxxxxxxxxxxxx
- Follow-Ups:
- Re: how can I obtain the old fglrx_drv.so?
- From: Johan Grönqvist
- Re: how can I obtain the old fglrx_drv.so?
- References:
- how can I obtain the old fglrx_drv.so?
- From: lina
- Re: how can I obtain the old fglrx_drv.so?
- From: Camaleón
- Re: how can I obtain the old fglrx_drv.so?
- From: Johan Grönqvist
- how can I obtain the old fglrx_drv.so?
- Prev by Date: Re: cannot find and install some dev packages
- Next by Date: Re: How to read .so lib file
- Previous by thread: Re: how can I obtain the old fglrx_drv.so?
- Next by thread: Re: how can I obtain the old fglrx_drv.so?
- Index(es):
Relevant Pages
|