- Download this file to your home directory (~/) or move it there. This is the control file from Catalyst 10.05. Others might work, and I don't really know too much about control files. I just know this one fixed my problem.
- Plug these commands into your console blindly. I know this is generally ill-advised, but I'm telling you it worked for me under Lucid x86 with this particular video card so if you have the same setup and situation, it should probably work for you.
- cd ~ This changes your working directory to be your home directory, where you have presumably placed the file you just downloaded.
- tar xzf control.tar.gz This extracts the control file from the tar archive.
- sudo cp /etc/ati/control ~/control.bak This is just you creating a backup of your original control file.
- sudo cp control /etc/ati This overwrites the old control file (which you just made a backup of) with the one you've just downloaded.
- Log out and log back in to restart the X server. No watermark? Hooray! Watermark still there or all hell broke loose? Sorry! Move on to the otherwise unnecessary next step.
- If you broke something in following these instructions, then be glad you made a backup because it's a simple fix. From the command line, type sudo cp ~/control.bak /etc/ati and you're back to the drawing board, watermark and all unless god has intervened.
The original post can be found here.
No comments:
Post a Comment