PDA

View Full Version : Compiz Fusion for amd64 bit processing?


volksolwagen57
August 18th, 2007, 04:19 PM
None of the how-tos I've tried work. They either break apt-get or have this weird update redundancy that does not go away. Which repositories just work? Which how-to is tried and true? Thanks for your help in advance

Ub1476
August 18th, 2007, 06:19 PM
I have AMD64 Nvidia Geforce 7900 GS, and this works: Link (http://www.compiz.org/Compiz_and_Copmiz_Fusion_GIT_Ubuntu_Repository#amd 64)

Before you install, remember to delete the .compizconfig in your home directory (ctrl+h to show hidden files) and do a "sudo apt-get autoremove" after you removed compiz core. Maybe a apt-get clean too just to be safe. Also reinstall Emerald (using the reps from the guide) and finally start compiz with: alt+F2 "compiz --replace".

At least if I don't do all those stuff, compiz wont be successfully installed somehow..

volksolwagen57
August 20th, 2007, 02:02 PM
thanks for your response but i get this error:
volksolwagen@core2duo:~$ KEY=DD800CD9; sudo gpg --keyserver subkeys.pgp.net --recv $KEY && sudo gpg --export --armor $KEY | sudo apt-key add -
gpg: WARNING: unsafe ownership on configuration file `/home/volksolwagen/.gnupg/gpg.conf'
gpg: external program calls are disabled due to unsafe options file permissions
gpg: keyserver communications error: general error
gpg: keyserver receive failed: general error
volksolwagen@core2duo:~$

I figure I need to add this key in sudo, in fact all of my installs are done in sudo and I'd like to keep it that way. Is there a way I can add this key, that is, an alternate way?
thanks for your help.

volksolwagen57
August 20th, 2007, 02:05 PM
or maybe it's that autoremove did not, for some reason, remove all the orphaned files and that this add key does not have permission to overwrite the filename that holds the key number already? what's the deal? thanks for listening.

wolf08
August 21st, 2007, 09:17 AM
thanks for your response but i get this error:

I figure I need to add this key in sudo, in fact all of my installs are done in sudo and I'd like to keep it that way. Is there a way I can add this key, that is, an alternate way?
thanks for your help.

You do NOT need to add the key to gpg in sudo. Only to apt-key.

try this:

KEY=DD800CD9; gpg --keyserver subkeys.pgp.net --recv $KEY && gpg --export --armor $KEY | sudo apt-key add