| View previous topic :: View next topic |
| Author |
Message |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 2999 Location: USA
|
Posted: Sat Feb 16, 2013 7:50 pm Post subject: ATI RadeonHD 5770 with stable ati-drivers-12.11_beta11 ? |
|
|
Is this just an artifact of the _beta11 prematurely marked as stable, but I now get the AMD Testing use only watermark on my RadeonHD 5770 video card...
I would think this video card is still supported by fglrx?
Should ATI beta drivers be marked stable for Gentoo?
Should I just do USE=disable-watermark and look the other way? _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
crshbndct n00b

Joined: 18 Oct 2012 Posts: 5
|
Posted: Sun Feb 17, 2013 7:18 am Post subject: |
|
|
Put this in a file (like watermark.sh)
| Code: | #!/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 |
and then run
| Code: |
sudo sh watermark.sh
|
and then reboot.
Edit: the 13.1 drivers are far, far better though. |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 2999 Location: USA
|
Posted: Sun Feb 17, 2013 9:13 am Post subject: |
|
|
Yeah, that's what USE=disable-watermark does, so that means I should do that and look the other way? :)
I just wonder when 13.1 will be marked as stable. _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
|