Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37

Thread: Remove "AMD testing use only" script

  1. #31
    Join Date
    Jul 2011
    Beans
    56

    Re: Remove "AMD testing use only" script

    Quote Originally Posted by mentorious View Post
    There's simpler method. You only need to "sign" your drivers:

    Code:
    sudo gedit /etc/ati/signature
    (or other editor, e.g. kate in kubuntu)

    Delete "UNSIGNED" and paste this code:

    Code:
    9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc
    Reboot and everything works
    +1! Works for me.

    Netbook Acer One 722/Xubuntu 12.10 x32/Radeon HD 6290/AMD Catalyst 13.1
    Last edited by ubunet; March 4th, 2013 at 04:51 AM.

  2. #32
    Join Date
    May 2007
    Beans
    132

    Re: Remove "AMD testing use only" script

    Quote Originally Posted by mentorious View Post
    There's simpler method. You only need to "sign" your drivers:

    Code:
    sudo gedit /etc/ati/signature
    (or other editor, e.g. kate in kubuntu)

    Delete "UNSIGNED" and paste this code:

    Code:
    9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc
    Reboot and everything works

    Here's how to do the safer signature replacer with a oneliner:
    Code:
    sed -i "s/^UNSIGNED/9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc/g" /etc/ati/signature
    I'll also attach a more advanced script that guides you through the process. It essentially does the same thing.
    Attached Files Attached Files

  3. #33
    Join Date
    Dec 2011
    Beans
    1

    Red face Re: Remove "AMD testing use only" script

    Thanks So Much It WORKED!!!

  4. #34
    Join Date
    Feb 2008
    Location
    Milwaukee, WI, USA
    Beans
    10
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Remove "AMD testing use only" script

    Quote Originally Posted by AbtZ View Post
    Here's how to do the safer signature replacer with a oneliner:
    Code:
    sed -i "s/^UNSIGNED/9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc/g" /etc/ati/signature
    I'll also attach a more advanced script that guides you through the process. It essentially does the same thing.
    Thanks! used this command with 13.04B2 (AMD64) and AMD13.3B3 and works great! Anyone else wanting to use Raring and get decent frame rates this seems to be the best way to go.

  5. #35
    Join Date
    May 2011
    Location
    Scotland.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Remove "AMD testing use only" script

    Does this work in 13.04? I tried to perform this, and got "Downloads/script.sh" is an unknown command.

  6. #36
    Join Date
    May 2012
    Location
    Germany, NRW
    Beans
    86
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Remove "AMD testing use only" script

    Are you sure that command was correct?

    Code:
    cd ~/Download
    and then

    Code:
    chmod a+x script.sh && ./script.sh
    Yet another blog about Linux Games..- news, ratings, tutorials and competitions

  7. #37
    Join Date
    Aug 2006
    Beans
    1

    Re: Remove "AMD testing use only" script

    This script worked perfectly for me. All other methods I tried, including an alternative script from Kano http://phoronix.com/forums/showthrea...ware-watermark, sinature signing ... etc failed. The reason I really posted this however is because the script also fixed another really annoying problem for me. Everytime I rebooted, my graphics card would revert to some default settings, including a ridiculously low refresh rate of 24 Hz! My screen would actually flicker, which I'd never even seen before with an LCD. This meant after every reboot, I'd have to go to the catalyst control center and change my settings. Annoying. This problem is now gone along with the watermark. Thanks HomerHomer!

    Ubuntu 13.10 64-bit
    ATI FirePro V4800 (FireGL) Graphics Adapter
    fglrx-updates 2:13.101-0ubuntu3 (Driver Packaging Version 13.101-130523a-157671E-ATI)
    fglrx-amdcccle-updates 2:13.101-0ubuntu3 (Catalyst Control Center Version 2.18)
    OpenGL Version 4.2.12337 Compatibility Profile Context FireGL 13.101

Page 4 of 4 FirstFirst ... 234

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •