Amd watermark: Difference between revisions

From cchtml.com
(New page: This page is intended for people that are using ATI Proprietary Drivers (fglrx) and there's a watermark in the bottom right corner of the screen. The annoying watermark is result of an mis...)
 
(beta drivers come UNSIGNED so you have to write the signature from another package, also fixed a typo)
Line 2: Line 2:
The annoying watermark is result of an missing signature key in /etc/ati/signature. It should be installed by default, but by some strange reason, sometimes it isn't.  
The annoying watermark is result of an missing signature key in /etc/ati/signature. It should be installed by default, but by some strange reason, sometimes it isn't.  
You have to add the signature key by hand, grabbing it from the ati install script.
You have to add the signature key by hand, grabbing it from the ati install script.
In case of a beta driver, you should get the signature from an older version.
Type in some terminal window:
Type in some terminal window:


<code> grep -a signature= ati-driver-installer-<version>.run </code>
<code> grep -a signature= ati-driver-installer-<version>.run </code>


It will output the signature key. As root, echo that code, withtout the "signature=" part to /etc/ati/signature, or just copy it with your favourite text editor.
It will output the signature key. As root, echo that code, without the "signature=" part to /etc/ati/signature, or just copy it with your favourite text editor.


Restart X, and it should remove that watermark.
Restart X, and it should remove that watermark.

Revision as of 15:49, 29 October 2012

This page is intended for people that are using ATI Proprietary Drivers (fglrx) and there's a watermark in the bottom right corner of the screen. The annoying watermark is result of an missing signature key in /etc/ati/signature. It should be installed by default, but by some strange reason, sometimes it isn't. You have to add the signature key by hand, grabbing it from the ati install script. In case of a beta driver, you should get the signature from an older version. Type in some terminal window:

grep -a signature= ati-driver-installer-<version>.run

It will output the signature key. As root, echo that code, without the "signature=" part to /etc/ati/signature, or just copy it with your favourite text editor.

Restart X, and it should remove that watermark.