» Enable compiz-fusion in Ubuntu Feisty
Warning. This article is meant for Ubuntu Feisty only and is therefore deprecated! Compiz-fusion comes standard in more recent Ubuntu versions, so don't use this article anymore! I would have taken this article offline if it wasn't for the fact that there are still some Feisty users out there who find this useful.
If you're in the midst of upgrading from Feisty to Gutsy, read howto upgrade to Ubuntu Gutsy without breaking compiz-fusion!
Linux desktop effects have come a long way. Over time we've seen different implementations like compiz & beryl. These 2 projects have lead a life of their own but have now been merged back together again in a new project called: compiz-fusion. Compiz-fusion has got some awesome eye candy effects, but it's still a little bit tricky to get it to work though. There are some other howtos online but those didn't cut it for me, so eventually after getting it to work, I wrote one myself.
WHY would you want to run compiz-fusion on your computer you say?
Right, I hope that YouTube video answers your question ;)
About this article
I've created this how to especially for people running Ubuntu 7.04 Feisty Fawn, with Gnome and an nVidia card, but other people may find this article useful as well, just make a few minor adjustments like change feisty to edgy.
Though I'm trying to explain this as easy as possible, I do assume that you're somewhat experienced as you could seriously mess up your system if you don't know what you're doing. Some have reported problems when using Envy. Compiz Fusion is still in development. So use at own risk. You've been warned!
Step 1: Update the graphics driver
What some of the other howtos don't mention, is that you'll need to update your nVidia (or ATi) driver first. Strange because in my case it fixed a lot of bugs like crashing window decorations, white borders, black windows or the infamous warning: No GLXFBConfig for depth 32.
Now, for the new driver we don't need to compile anything, there's a program called Envy that can do everything for us. It installs version 100.10, whereas nvidia-glx would provide 96.31. So let's:
- Download Envy
- Install Envy. It's a .deb package so just open it and then enter you password:

- Start Envy. It can be found here: Applications -> System Tools -> Envy
- Select the correct video card vendor and click on Apply:

- You will see a terminal window that's installing the lastest driver for you card. You'll get 2 dialog boxes.

Click yes to have it rewrite the xorg.conf file

Click yes again to reboot
Your machine will start to reboot.
Step 2: Cleanup up for compiz-fusion
Now that we've updated the driver let's first cleanup a bit because we have to get rid of the desktop-effects package and maybe you're like me and have made a mess of it before? Anyway, open a terminal and type:
sudo aptitude -y remove compiz-core desktop-effects
sudo aptitude -y remove compiz compiz-gnome
sudo aptitude -y remove compizconfig-settings-manager
sudo aptitude -y remove compiz-fusion-plugins-extra
sudo aptitude -y remove compiz-fusion-plugins-unofficial
sudo aptitude -y remove libcompizconfig-backend-gconf
Confirm, and now your system is clean from potentially conflicting packages.
Step 3: Prepare for compiz-fusion
Press ALT+F2 again, type: gksudo "gedit /etc/apt/sources.list" and press Run:

We need to add the following 3 lines to the open file:
# compiz-fusion by Treviño's Ubuntu feisty EyeCandy Repository
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
Like this:

amd64 users: change feisty eyecandy to feisty eyecandy-amd64
Done? Then save and close this file.
Now let's tell Ubuntu to trust our new package source. In a terminal type type:
gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF
gpg --export --armor 81836EBF | sudo apt-key add -
Great! We're totally ready to install!
Step 4: Install compiz-fusion
Let's begin installing compiz-fusion from our newly added apt source. Open a terminal and type:
sudo aptitude -y update
sudo aptitude install compiz compiz-gnome \
compizconfig-settings-manager compiz-fusion-plugins-extra \
compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf

Confirm, and that's it! compiz-fusion is now installed!
For compatibility reasons you might also want to run an extra:
sudo aptitude upgrade
Step 5: Run compiz-fusion
To run compiz-fusion, all you need to do is press ALT+F2 and type compiz --replace like this:

Whoohoo!! We did it!
some hotkeys to get going:
SUPER+SHIFT+DRAG LEFT MOUSE = draw fire
SUPER+SHIFT+C = clear fire
CTRL+ALT+DRAG LEFT MOUSE = rotate cube
CTRL+ALT+LEFT ARROW = rotate cube
CTRL+ALT+DOWN ARROW = flat desktop
There are many more, to find them, open the System -> Preferences -> CompizConfig Settings Manager and checkout the actions tab for different features.
Step 6: Tweak compiz-fusion
If you want to add more effects or alter the behavior, you'll find the compiz settings in the menu: System -> Preferences -> CompizConfig Settings Manager

So play around a bit, compiz-fusion has got a lot to offer. Enjoy!
Troubleshooting
Search through the comments on this article, there are a lot of problems & solutions listed there. You can also ask for help (here or on @ ubuntuforums.org). But please first read! Because there are a lot of the same questions asked twice or even more, thus polluting the comments section!
To make it even easier, here I will summarize the problems that occur the most.
No window borders
Solution 1: Indirect rendering
In step 5, instead of compiz --replace, press ALT+F2 and try running:
compiz --replace --indirect-rendering
Solution 2: add-argb-glx-visuals
From a terminal run:
sudo nvidia-xconfig --add-argb-glx-visuals
Solution 3: Use emerald for window decoration
aptitude -y update && aptitude install beryl emerald
Press ALT+F2, type beryl-manager. Right click the beryl icon next to your clock in the system bar, select: Select Window Decorator -> Standard Beryl Decorator (Emerald)
Solution 4: Diagnose the problem
Not really a solution, but from a terminal run:
compiz --replace
This should output errors on what's going wrong.
Envy messed up, how can I undo?
Solution 1: restore backup of xorg.conf
Envy creates a backup of your original xorg.conf called xorg.conf_backup_#DATE#, so let's restore that one:
cd /etc/X11/
ls -al # see what's the #DATE# and precise name of your backup
cp -af name_of_backup.conf xorg.conf
reboot
Now your previous config should be restored. If it's still broken try booting a previous kernel in the GRUB menu.
Solution 2: rewrite a new default xorg.conf
Only do this if solution 1 didn't work. You can TOTALLY REWRITE your xorgs.conf by typing:
sudo dpkg-reconfigure xserver-xorg
Now you'll get some dialogs. Set de driver to "vesa", and choose default options if you don't know the answer to other questions.
compiz-fusion messed up, now what?
Should be easy, compiz only runs when you type compiz --replace, so just reboot your computer, and do not execute that command. This way the default metacity window-manager will run.
After my kernel upgrade, X says it can't find the nVidia driver!
Because Envy compiles the nVidia driver for your current kernel, it needs to recompile it when you do a dist-upgrade. But you don't have a graphical interface anymore, so this is how you fix it.
- Open a textbased terminal to your system by pressing ALT+CTRL+F2.
- Login
- Type: envy -t to open the textbased envy interface
- Follow the instructions (press 1 to install the nVidia driver), let it rewrite your xorg.conf & reboot
- Done!
Stay up to date
You can track my blog
articles and
comments. You may also find my
bookmarks interesting. Or
Follow me on Twitter
Like this article?
|
Then Digg it! Or use another bookmark button below to show your support & help me spread the word. |
tags: ubuntu, eyecandy, compizfusion, beryl, compiz
category: Howto - Desktop
read: 331,530 times







tagcloud

#294. Kevin on 21 March 2008
#293. Valentine on 21 March 2008
Please answers, thanks again.....sorry for my bad english, my primary language is spanish!
#292. Kevin on 21 March 2008
I've increased the size of the warnings, maybe that helps.
#291. razvan on 21 March 2008
#290. Kevin on 28 February 2008
#289. steve on 28 February 2008
im new to linux ...
i dont know wat to do
#288. Kevin on 27 February 2008
This article was for Feisty.
#287. brian on 27 February 2008
Step 5
#286. Kumar Chetan on 13 February 2008
Thanks a lot
#285. Kevin on 08 February 2008
I don't have intel cards and thus lack experience with (problems that may occur using) them.
This article is outdated and was designed purely for nVidia users.
#284. Kumar Chetan on 07 February 2008
I have read on launchpad.net that Intel users dont need xgl and AIGLX will do. AIGLX is installed and if I do install Xserver-XGL the machine becomes very slow and still I cant use Compiz. Any pointer will help...
#283. Kumar Chetan Sharma on 07 February 2008
But I am facing a different issue, hope you can point me in a right direction, I installed Xserver-XGL on 2 of machines where compiz--replace said XGL wasnt present. Installing XGL caused the machines to go damn slow, I have to remove XGL and apart from this, effects didnt work at all. Any clue???
Ch33r5
#282. Kumar Chetan on 06 February 2008
Ch33r5. I will find some solution ;-) here is the output
:-)
#281. Kevin on 05 February 2008
I think you're using deprecated repositories.
#280. Kumar Chetan on 04 February 2008
Effects are there in all installations but I am unable to create a cube. Shame on me. :P
Also, where is the "settings -> General Options -> Desktop Size ->" thing. I can create 4 workspaces. Any pointer will help. :-)
Ch33r5!!!
PS: m hungry, must go home
#279. Kevin on 04 February 2008
So don't use feisty if you can use gutsy as well.
And what do you mean by intel pentium? Intel does make videocards like nVidia & ATi do, but the Pentium part refers to their processors. So you can have a Pentium processor and still have an nVidia card.
#278. Kumar Chetan on 04 February 2008
a) Dekstop effects dint work on 2 machines, reason xglserver wasnt working, why? I dont know. I installed XGL and 2 guys reported that their machines were very slow in responding.
b) All machines are intel pentium so we dont need ATI or nVidia Drivers hence I guess the step to upgrade the drivers isnt required for us.
I have Gutsy Gibbon with me and Shipit have sent me Live CDs for Fiesty Fawn. I am not a newbie in terms of linux but I still dont consider myself an expert. I will be trying to set up a cube soon and if I succeeded in not MESSING up with my machine I will be a superhero for my team. ;-)
#277. Wooer on 03 February 2008
#276. Kevin on 03 February 2008
I've never needed to do so but more info on that can be found here:
http://www.ubuntu.com/getubuntu/upgrading
... [more] Doesn't look to hard though. Good luck!
And if you currently have 3rd party compiz & nvidia drivers, checkout my other article:
http://kevin.vanzonneveld.net/techblog/article/upgrade_to_ubuntu_gutsy_with_compizfusion/
#275. Kumar Chetan on 03 February 2008
My laptop is a mediocre compaq presario with celeron on board and just 512mb ram.
I'm lovin it. ;-)
#274. N Dub on 20 January 2008
#273. Zubn Bhuyan on 13 January 2008
Thanx a million!!!!
#272. Kevin on 13 January 2008
#271. Murtaza on 13 January 2008
#270. Kevin on 16 December 2007
#269. al1en on 15 December 2007
al1en@Al1en-PC:~$ ccsm
Traceback (most recent call last):
File "/usr/bin/ccsm", line 45, in <module>
idle = ccm.IdleSettingsParser(context)
... [more] File "usr/lib/python2.5/site-packages/ccm/Utils.py", line 229, in __init__
File "usr/lib/python2.5/site-packages/ccm/Utils.py", line 228, in <lambda>
File "usr/lib/python2.5/site-packages/ccm/Utils.py", line 225, in FilterPlugin
AttributeError: 'compizconfig.Plugin' object has no attribute 'Initialized'
noe what to do??
#268. Kevin on 18 November 2007
I would recommend upgrading to gutsy:
http://kevin.vanzonneveld.net/techblog/article/upgrade_to_ubuntu_gutsy_with_compizfusion/
Gutsy has got compiz-fusion by default.
#267. adam on 18 November 2007
#266. Suresh on 17 November 2007
#265. Suresh on 17 November 2007
* I can't get expose working: i.e I can't figure out the command to tile the windows on my desktop so I can select a new one
* I can't get a cube: I have 2x2 horizontal and vertical, and it gives me a flat 2x2 grid when I hit the Expo hot key.
#264. Kevin on 20 October 2007
http://kevin.vanzonneveld.net/techblog/article/upgrade_to_ubuntu_gutsy_with_compizfusion/
Maybe you should try it.
#263. PC-Pete on 20 October 2007
#262. andy on 18 October 2007
had default desktop effects on Feisty and got ambitious...screwed it all up. between this and another post (told me to apt-get remove compiz*, then reinstall per this post) i'm up and running all fancy-like.
#261. Kevin on 11 October 2007
sudo aptitude reinstall compizconfig-settings-manager
Will help? Otherwise run ccsm from a terminal and tell me what the error is or run it through google. Cheers!
#260. Alex on 11 October 2007
#259. Mike Wilson on 09 October 2007
#258. Jason on 09 October 2007
I too have an ATI card (radeon x600 w/ 256 MB RAM) Though I don't think it's outdated, it works well. I didn't follow this guide, though It is great. I instead used the following guide http://forlong.blogage.de/article/2007/8/26/The-best-way-to-install-Compiz-Fusion-on-Ubuntu-Feisty It work 100%. I tried other things before like updating my drivers or using envy and that just screwed up my system. I have an HP ZD8000 laptop, and am runing linux mint (ubuntu fiesty). And the base OS installation auto setup my drivers and beryl, so for me I atleast had that w/ no manual configuration. I however like updating and left Beryl behind. The next version of mint will have compiz-fusion by default. If you are a windows user, I recommend mint, it auto setup everything except my WiFi card, but thats because of the free driver, not the OS. I was able to set that up easily enough w/ ndiswrapper.
#257. Andrew on 08 October 2007
#256. Kevin on 07 October 2007
#255. Sgt. Mixor on 07 October 2007
How am I supposed to add the faces?
#254. Jr. on 07 October 2007
#253. realizee on 06 October 2007
#252. Kevin on 05 October 2007
#251. realize on 05 October 2007
#250. Kevin on 03 October 2007
#249. Scy on 03 October 2007
Alt-F2
gksudo "gedit etc/X11/xorg.conf"
... [more] Search for Section "screen"
change DefaultDepth to 24
Fixed my problem without needing to install emerald, my default was set to 16
Works like a charm now
#248. Kevin on 03 October 2007
#247. Jason on 03 October 2007
Checks indicate that it's impossible to start compiz on your system."
#246. Got it on 02 October 2007
https://help.ubuntu.com/community/CompositeManager/CompizFusion
As instructed here:
... [more]
http://forum.compiz-fusion.org/showthread.php?t=4418
so all is well now (thanks for the help by the way, fusion is great :D)
#245. Kevin on 02 October 2007
#244. Scy on 02 October 2007
sources and keys were added ok, and seem correct....
#243. Kevin on 02 October 2007
#242. justin on 02 October 2007
gpg: requesting key 81836EBF from hkp server subkeys.pgp.net
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
... [more] justin@justin-laptop:~$ gpg --export --armor 81836EBF | sudo apt-key add -
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
need help
#241. The Ace on 02 October 2007
Then I moved on to Compiz Fusion, in which I also got almost all errors available :-) The "...non power of two...", the "...texture_from_pixmap...", GXL failing to load (or loading and making a mess out of my screen), missing borders (in Metacity!) etc etc...
It's just not meant to happen for me...
This here guide is probably the easiest and most thorough, but just not for ATi users...
#240. Zargon on 02 October 2007
Nothing ever happens when I try the combos or enable them in CompizConfig.
Kevin: good tutorial by the way, yeah I am mad on ATi I got this error as you expected
... [more]
zargon@zargon-cracklab:~$ compiz --replace
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system
We just have to wait and see or fix a more compatible GFX's card ;)
#239. Kevin on 02 October 2007
Should you have an nVidia card and install Gutsy which will be released in October, all of this will work out of the box.
Luckily ATi/AMD is finally getting their head around this and is beginning to release adequate drivers.
... [more]
So it will just be a matter of time before everyone will experience the compiz-fusion goodness out of the box. Until then, bare with me, read forums, or buy nVidia ;)
But tell me, what errors are you getting when you run compiz --replace from within a terminal? Is it the Fatal: Failed test: texture_from_pixmap? This iindicates that You're the unfortunate owner of an ATi card with poor linux/compiz support.
#238. The Ace on 01 October 2007
This is exactly why Linux (through all its "manifestations") will NEVER pick-up...Being a guy with almost 30 years of experience in computers, i have failed miserably in making Beryl or Compiz work on my P4/ATi X850 PC. And this after many, many, many retries, installs/uninstalls, guides, FAQs, etc etc...
And all this not while trying to setup something unbelievably difficult or "space-age", but just a freaking desktop manager with some 3D effects...
... [more]
I hate MS, but this is ridiculous....Pity...
#237. ShAd0w on 30 September 2007
#236. Kevin on 29 September 2007
#235. John on 29 September 2007
We can see on the video that you are using a dock.. which one is it ? cario-dock ?
Otherwise good video which perfectly illustrates the capabilities of the stuff ;)
#234. Kevin on 29 September 2007
aptitude install python-gtk2 python-glade2 python-vte build-essential xserver-xorg-dev pkg-config gcc module-assistant fakeroot dh-make debhelper debconf libstdc++5 dpkg-dev
Another option would be reinstalling Envy, so maybe this time it will install it's dependencies.
... [more]
@ New To Linux: Processor doesn't really matter. Most important thing is the video card. I'm running smoothly on an nVidia 7600 GT, everything better will do as well. Maybe if you're buying now, take an nVidia 8600. It's got native HD playback support and is not too expensive. Yet you are then the owner of a solid nVidia card that can easily handle compiz-fusion with dual screens. Make sure it's got 2 DVI outputs, and don't buy the cheapest 8600. 2GB of system RAM is nice too.
@ John: try running it from a terminal and see what errors appear. Then maybe we can solve them.
#233. John on 29 September 2007
#232. New To Linux on 29 September 2007
Question what computer specs do recomend and is the best way to do dual screens with linux.
Finally does this work well with presenter.
#231. Kevin on 28 September 2007
"error: dependency is not satisfiable: module assistant"
being new to Linux in general i'm not sure how to proceed
... [more] another thing Is I got it to work using your guide WITHOUT installing the new Nvidia drivers but the compiz stopped working I was able to use the rotate cube and all the other effects but after a couple minutes it stopped working, I'm assuming that because the new Nvidia drivers are not installed it messed up somehow?
anyway I'll be looking around for a fix and waiting for your reply.
thanks again
Kevin
#230. Kevin on 25 September 2007
I personally run on a 7600GT very smoothly, and dual headed even.
But seriously though, if you're currently not considering a new card, you could set low quality textures, or a lower resolution even.
... [more] Play around with the compiz settings a bit. e.g. If you have the fire effect, choose less particles, etc.
#229. AM on 25 September 2007
everything works like a charm! The only thing is, that the performance ain't really great.
I'v got the newest drivers, and a nvidia 6200... You've got a solution/idea how I go make it a bit more smoother?
#228. Kevin on 25 September 2007
#227. Rimdeker on 25 September 2007
Thanks to all who made this happen *sniff*
#226. Rimdeker on 25 September 2007
When I click on the CCSM nothing happens , I mean nothing pops up ...
*Sighs* sorry but I really want this to work ...
#225. Rimdeker on 25 September 2007
Anyways, now it worked I just had the border issue which I could solve with the hints in the troucleshooting section.
Thank you Kevin
#224. Kevin on 25 September 2007
#223. JimBuntu on 25 September 2007
<replace>step 7</replace>
<with>step 3</with>
</edit>
#222. JimBuntu on 25 September 2007
@Kevin: For 64 bit platforms use the following lines at step 7:
# compiz-fusion by Treviño's Ubuntu feisty EyeCandy Repository
deb http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64
... [more] deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64
#221. Kevin on 24 September 2007
@ danjoh: The top & bottom are always beryl logo's that's normal. But if your want more sides you can change the 'Horizontal Virtual Size' I believe.
#220. Rimdeker on 24 September 2007
@Kevin Okay , thanks for the help , i'll try it again in a few hours. But I got one question is there a way to download and install the CCSM manually? I didn't know you can just go to the reporitory like a normal internet page. I am sorry but I am kind of a noob .
This is is the only How-To which kinda worked for me , so sorry if I am kinda bothering.
#219. danjoh on 24 September 2007
Anyways got Beryl working.. sort of.. it wont show more than 4 desktops.. when i spin to the top and bottom of the cube theres just a beryl logo..
#218. Kevin on 24 September 2007
@ Rimdeker + Stan: I've tested but the repository seems to be ok. I've run:
aptitude -y update && aptitude reinstall compizconfig-settings-manager
... [more] And the commands finished with a:
Setting up compizconfig-settings-manager (0.6.99~git20070921+3v1ubuntu0) ...
With no errors whatsoever. Also when I manually go to the repository using my webbrowser: http://download.tuxfamily.org/3v1deb/pool/feisty/eyecandy/
I can find and download the compizconfig-settings-manager_0.6.99~git20070921+3v1ubuntu0_i386.deb that aptitude uses. Got any more detailed output of aptitude?
#217. Rimdeker on 24 September 2007
#216. danjoh on 24 September 2007
$ compiz --replace --indirect-rendering
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
... [more]
whats going on? :P
#215. Stan on 24 September 2007
sudo aptitude -y update
sudo aptitude install compiz compiz-gnome \
compizconfig-settings-manager compiz-fusion-plugins-extra \
compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
... [more]
It says it can't find them, and that is why it didn't work. I'm wondering if the repositories are broken ....
#214. Rimdeker on 24 September 2007
I hope you can help me and well, if not still thanks ^^.
#213. Duy on 23 September 2007
#212. Kevin on 23 September 2007
#211. Duy on 23 September 2007
Whenever I switch to Compiz, The windows appear freeze (no slide bar move, no button press...) but it not actually freeze. If I minimize it and then restore it and the change updated.
Things act normally with Metacity Window Manager.
... [more] This is the errors generated when I try to run "compiz --replace" in Terminal:
/usr/bin/compiz.real (blur) - Warn: No stencil buffer. Region based blur disabled
/usr/bin/compiz.real (core) - Error: Couldn't load plugin 'border'
/usr/bin/compiz.real (core) - Error: Couldn't load plugin 'mousegestures'
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
My laptop's using an Intel Integrated Graphic Card.
Can you help? Thanks.
#210. Kevin on 23 September 2007
#209. Rimdeker on 21 September 2007
I tried that out but it says that there are no packages with the name >>aptitude reinstall compizconfig-settings-manager<< . I am sorry because I can't copy the text in the terminal , it's German lol.
#208. Kevin on 21 September 2007
@ Rimdeker: What about 'aptitude reinstall compizconfig-settings-manager' ?
#207. Rimdeker on 21 September 2007
I cannot get the CompiConf Setup Manager. I tried "apt-get -f update" but it doesn't really help. I did configure my sources.list . When I run compiz --replace , the effects do work but since I don't have CCSM I can't donfigure anything.
#206. Rimdeker on 21 September 2007
#205. Mathieu petit on 21 September 2007
Many thanks.
#204. Rimdeker on 21 September 2007
#203. Kevin on 20 September 2007
@ Reglone: I'll take that as a compliment ;) thank you!
@ Beau: Do you know the hotkeys to trigger the cube?
#202. Keito on 19 September 2007
please amend this on your blog as it would help alot of people I'm sure
thank you
#201. Reglone on 19 September 2007
You should be a teacher
#200. Beau on 18 September 2007
Is there anything I have to do to get it to start besides typing "compiz --replace"?
#199. Kevin on 18 September 2007
#198. tenjin on 18 September 2007
Although sometimes I do get missing title bars on my windows, even when launching "compiz --replace --indirect-rendering" Mostly I get missing title bars on my TV (dual monitors) than on my computer monitor. I may install emerald just to see if it helps. I wonder what percentage of Compiz Fusion users use emerald?
..And to all other users having problems..make sure u follow step-by-step because IT IS easy to break ur system if u dont. I has similar problems in the past on Dapper with ATI cards until i ditched the crap and got NVidia :)
... [more]
Otherwise Kudos to u Kevin on this great How-To.
#197. Kevin on 18 September 2007
- double checking their repositories
- aptitude update
- aptitude reinstall <packages>
I have never seen that error however. Let me know if this worked out.
#196. Patrick on 18 September 2007
a bunch of
A handler is already registered for the path starting with path[0] = "org"
followed by
/usr/bin/compiz.real: symbol lookup error: /usr/lib/compiz/libdecoration.so: undefined symbol: decor_apply_gravity
... [more]
and no compiz-fuzion
Have you got any ideas
#195. Kevin on 17 September 2007
#194. Mike on 17 September 2007
#193. Kevin on 16 September 2007
I'm willing to help out anyone that can ask a question like an adult but I will not tolerate your tone on my site. So next time keep your comments polite.
#192. zambo on 16 September 2007
#191. Vin on 16 September 2007
Sorry for being a pain...i'll go through with guide now.
Once again...im sorry for being a pain
Thanks a lot for your help.
... [more]
have a nice day!
#190. Kevin on 16 September 2007
So please just read carefully, if you don't you can easily break things, and you can't expect me to retype everything here.
#189. Vin on 16 September 2007
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
... [more] deb http://gb.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ feisty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://gb.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ feisty universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ feisty multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://gb.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
(where do i type the 3 lines of code you're)
# compiz-fusion by Treviño's Ubuntu feisty EyeCandy Repository
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
#188. vin on 16 September 2007
#187. vin on 16 September 2007
this is how i type it
gksudo(space)"gedit/etc/apt/sources.list"
... [more]
thats the only space i put in.
#186. Kevin on 16 September 2007
@ Vin: Please don't double post. Looks like you are not typing a space between gedit and the sources.list file
#185. Vin on 16 September 2007
gksudo "gedit/etc/apt/sources.list"
when i hit run, it doesn't do anything at all.
no window comes up whatsoever.
... [more]
please help me
#184. Vin on 16 September 2007
whenever i type this code on to the atl+f2 it just does not do anything..
please help me.
#183. hello on 16 September 2007
#182. Mariuz on 14 September 2007
#181. Lorenzo on 14 September 2007
thanks man, I had no clue on how to deal with it.
#180. Kevin on 14 September 2007
- System -> Preferences -> CompizConfig Settings Manager
- Preferences ->
- Backend: Flat-file Configuration Backend
- Profile: Click + and create a new profile, name it Lorenzo1 for instance
... [more] - Back
- Find the Window Decoration button under Effects
- Command: gtk-window-decorator
- Back
- Close
- ALT+F2: compiz --replace
I had the same problem when I recently upgraded compiz-fusion, and that fixed it for me. The only thing is that all your preferences will of course not be copied to your new profile, so you'll have to reconfigure compiz to your liking.
#179. Lorenzo on 14 September 2007
I have to ask your help.I did a system upgrade with update manager 2 days ago, some packages regarded compiz fusion.
Since that compiz doesn't work anymore, I get this error from the terminal:
lorenzo@lorenzo-laptop:~$ compiz --replace
/usr/bin/compiz.real (core) - Warn: Unable to parse XML metadata from file "ccp.xml"
... [more] /usr/bin/compiz.real (core) - Error: no 'text' plugin with ABI version '20070902' loaded
/usr/bin/compiz.real (shift) - Warn: No compatible text plugin loaded.
A handler is already registered for the path starting with path[0] = "org" (this line actually repeated a bunch of time)
GConf backend: There is an unsupported value at path /apps/compiz/plugins/wobbly/screen0/options/friction. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
GConf backend: There is an unsupported value at path /apps/compiz/plugins/wobbly/screen0/options/spring_k. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
GConf backend: There is an unsupported value at path /apps/compiz/plugins/scale/allscreens/options/initiate_edge. Settings from this path won't be read. Try to remove that value so that operation can continue properly.
/usr/bin/compiz: line 777: 6458 Segmentation fault (core dumped) $*
Any idea what the problem is?tnx
#178. ritz on 13 September 2007
#177. Kevin on 11 September 2007
@ Lorenzo: Great man!
@ bill: just reboot ;) or press ALT+F2 and run metacity --replace
... [more]
@ g2bush: You have an ATi card or driver that does not support compiz-fusion.
#176. g2bush on 10 September 2007
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
... [more] Why ???
#175. billIsGay on 10 September 2007
My only question is, how do you stop compiz through command line if it is already running?
#174. billIsGay on 10 September 2007
#173. Lorenzo on 08 September 2007
#172. Lorenzo on 06 September 2007
thanks for the guide.I followed it and no problem came up, but the cube desktop effect is just not working.Nothing happens if I switch it on\off..All the other ones work fine, so I don't know what the problem may be.
I have ubuntu feisty fawn and an nvidia geforce 7300.
Any guess?
#171. Confused Noobie on 06 September 2007
Oh and dual monitor...Anyone running Compiz on a dual monitor system? :)
#170. Confused Noobie on 06 September 2007
So I get window wobble to work that seems to be all. No cube, no fire, no flat desktop...no errors however.
What, if anything, should I try. And how do I get my dual monitor setup to work as well not just a cloned image.
... [more]
Thanks in advance.
#169. Kevin on 05 September 2007
#168. pc on 05 September 2007
#167. Kevin on 05 September 2007
And for the second part, If you don't have the right packages installed yet, you should not continue doing 'compiz --replace' and other parts of the tutorial. Because that can indeed cause strange behaviour.
Every step of the tutorial should complete without errors, before proceeding to the next.
#166. pc on 05 September 2007
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package compizconfig-settings-manager
... [more] pc@pc-linux:~$" so that dosent work..and yes i did put the Repositories but i think that thare notcompleate or something beacuse i get the same message when i try to install "compiz-fusion-plugins-extra, compiz-fusion-plugins-unofficial, and libcompizconfig-backend-gconf"
oh i dont know it this will help but when i try "compiz --replace" and "compiz --replace --indirect-rendering" my screen gose white and my computer freezes and i have to unplug it to get it going again
thanks for the help..its nice to have met someone that realy knows what thare talking about :)
#165. Kevin on 05 September 2007
@ pc: How about doing Step 2 again, until all packages are successfully removed, and then build it up with a fresh start? Does that work?
An: 'apt-get -f install' is known to fix some problems as well.
#164. pc on 05 September 2007
and when i try "sudo aptitude -y update" it works but when i get to
"sudo aptitude install compiz compiz-gnome \
compizconfig-settings-manager compiz-fusion-plugins-extra \
... [more] compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf" i get this..
"pc@pc-linux:~$ sudo aptitude install compiz compiz-gnome \
> compizconfig-settings-manager compiz-fusion-plugins-extra \
> compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Couldn't find any package whose name or description matched "compizconfig-settings-manager"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-extra"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-unofficial"
Couldn't find any package whose name or description matched "libcompizconfig-backend-gconf"
The following packages are BROKEN:
compiz
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.1kB of archives. After unpacking 65.5kB will be used.
The following packages have unmet dependencies:
compiz: Depends: compiz-decorator which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:
Install the following packages:
compiz [1:0.3.6-1ubuntu13 (feisty)]
Score is -10040
Accept this solution? [Y/n/q/?]" i do "y" and that dosent fix anything at all.
PLEASE HELP ME if you can email me @ pcstalljr@msn.com cause i got a job and im in school and im ALWAYS watching my baby brother and baby sisters so please help
#163. James on 05 September 2007
#162. Kevin on 02 September 2007
#161. Neeso on 02 September 2007
Checks indicate that it's impossible to start compiz on your system.
Sorry for dubble post. thought id give you the error though.
#160. Neeso on 02 September 2007
#159. Kevin on 31 August 2007
#158. neeso on 31 August 2007
#157. neeso on 31 August 2007
when i enter line
compizconfig-settings-manager compiz-fusion-plugins-extra \
then hit enter and hit enter again it just says
... [more] bash: compizconfig-settings-manager: command not found
Am i messing up somewhere? or am i just not able to use this?
#156. Kevin on 30 August 2007
#155. rickster duphus on 30 August 2007
The free ati driver works just fine, I even get higher fps in glx gears using it then fglrx.
#154. efw on 30 August 2007
#153. Kevin on 29 August 2007
#152. Waggygee on 29 August 2007
#151. Compiz installs, FIXED EFFECTS on 29 August 2007
THANKS, Kevin, for a groovy web page!!
#150. Compiz installs, no effects on 28 August 2007
This system ran fine with Beryl + Emerald before. I removed compiz and re-installed Beryl again just to see if it works with the -100 driver and all is fine again.
Any clues on getting CF running at this point?
#149. Kevin on 28 August 2007
#148. viverant on 28 August 2007
#147. Kevin on 27 August 2007
@ Bart: I don't think it will work with a Live CD because some parts of the installation requires reboots. And reboots obviously destroy all the modifications you have made with your Live CD.
@ Sirius: If all the other compiz-fusion plugins work fine, then maybe only your bindings where overwritten by another plugin, check the Actions tab in the CompizConfig Settings Manager.
... [more]
@ linux3r: Haven't tried the session manager yet, more on that later! (probably another chapter in this article)
#146. linux3r on 27 August 2007
Any ideas?
#145. Sirius on 24 August 2007
Compiz fusion was running smooth for quite
a while now but suddenly i cant rotate the cube any longer while everything else appears to be working fine.Do you know by any chance what I could try to fix that?
... [more] many thanks in advance
#144. Bart on 23 August 2007
1. Rather than using Envy, could it be done using this method:
http://www.albertomilone.com/latest_nvidia_udsf_feisty.html#METHOD_1
... [more] The author is the same person who wrote Envy but this is one of the other methods he suggests for installing Nvidia Graphics drivers.
2. Will your method above work with Xubuntu? Not the Xubuntu desktop package from Synaptic in Ubuntu but rather a direct download from the xubuntu website. i.e. using the Xubuntu LIVE CD and NOT the Ubuntu LIVE CD?
3. That snow effect I see when in cude "mode"...that only come with Beryl?
#143. Ant on 23 August 2007
#142. Kevin on 22 August 2007
@ Ant: I believe those are part of the compiz-fusion-plugins-unofficial package. Try (re)installing that one.
@ Michel: Nice to hear! Thanks!
#141. Michel on 22 August 2007
#140. Ant on 22 August 2007
#139. Nick on 22 August 2007
When doing compiz --replace in terminal it says:
Fatal: Failed test: texture_from_pixmap support
... [more] Checks indicate that it's impossible to start compiz on your system.
#138. Kevin on 21 August 2007
@ Diesel: press ALT+F2, type "gksudo nvidia-settings" and press enter. This wil open up an nVidia panel that's capable of configuring TwinView and rewriting your xorg.conf. Works great (if you have nVidia of course).
#137. Diesel on 21 August 2007
I now have compiz working but would love it on both displays.
#136. justinf on 21 August 2007
#135. justinf on 21 August 2007
maddening - because i'm now getting a 3d cube and am able to run the aquarium plugin.
#134. justinf on 21 August 2007
do not try that folks!
#133. justinf on 21 August 2007
but i have 2 major problems.
1. no window decorations
2. no 3d cube - i just get a 2d flat rectangle, even though i have 4 workspaces.
... [more] 3. when i reboot, i still dont have window decorations.
i haven't installed the emerald/beryl stuff you mention, so i'll try that and report back here.
card is "Nvidia GeForce Go 6100"
the card is working just fine with the drivers installed by Envy -
Celestia looks awesome.
#132. Kevin on 20 August 2007
@ mooglinux: Have you tried reinstalling the package?
@ Jo Vermeulen: Thanks for the tips!
... [more]
@ C. Bess: Thanks!
@ Compiz Confuse: Maybe the site was down temporarily? You can always go to http://www.albertomilone.com/nvidia_scripts1.html to download the newest version of Envy yourself.
@ Chad: Have you tried the emerald window decorator?
@ Ryan: Great you got it to work!
@ totalownage: You should also provide the exact errors you've got otherwise I (and everyone else who read your comment) have no way of diagnosing your problem.
#131. total0wnage on 20 August 2007
#130. Ryan on 19 August 2007
From there, I double checked I had my updates, used Envy to upgrade my nvidia drivers, made sure desktop effects was off, and installed compiz-fusion. Everything is working fine now, I don't even have to use indirect rendering.
In other words, the best solution might be to start with a fresh copy. But that's just me.
#129. Ryan on 19 August 2007
You say in the article that if it locks up, just restart, because compiz only runs in that session...but something is jacked, everytime I restart I just get a wallpaper...no system bar, dock...anything.
I'm running an AMD 4400+ (I used the 64 bit tweak) and a 7900GT.
#128. Chad on 19 August 2007
What am I doing wrong? :S :(
#127. Compiz Confuse on 19 August 2007
I can't download envy (URL won't open) so i tried to install compiz like steps above. after installation everything works fine (decorator, cube,etc) BUT it hangs after 10 secs or so. I have installed beryl before without any problem whatsoever.
Does this problem occur because of my outdated nvidia driver ? My GC is nvidia GeForce 5700VE 128mb if thats help btw. I have updated my driver via automatix 2.
... [more]
If this is the problem, please point me place to download/install the latest driver for my GC.
Thanks,
#126. C. Bess on 17 August 2007
#125. Jo Vermeulen on 16 August 2007
#124. Jo Vermeulen on 16 August 2007
Just run gnome-compiz-preferences to try it out.
#123. Jo Vermeulen on 16 August 2007
#122. mooglinux on 16 August 2007
mooglinux@gaurdian:~$ ccsm
Traceback (most recent call last):
File "/usr/bin/ccsm", line 24, in <module>
... [more] import compizconfig
ImportError: No module named compizconfig
#121. newbi on 14 August 2007
#120. newbi on 14 August 2007
#119. Kevin on 14 August 2007
@ Dave Lister: Frozen, eh? That's pretty hardcore, pretty hard to debug as well. Tried indirect rendering??
@ Jon: See the keyboard shortcuts at the end of the how-to to draw fire. Check if fire is enabled in the CompizConfig Settings Manager
... [more]
@ kintakunte: thanks!
#118. kintakunte on 14 August 2007
#117. Jon on 14 August 2007
#116. Dave Lister on 13 August 2007
Installed fine but when I try to make any changes with the manager or even in a terminal window. the system totally locks up.
I can move the mouse around and all but other than that, the entire system is frozen.
... [more]
Sempron2400 - Nvidia 6600gt128mb - 1.5gb newest drivers
#115. Rob on 13 August 2007
What spec are you running this on? on the video the transitions seem so smooth!
#114. Kevin on 13 August 2007
Section "Extensions"
Option "Composite" "Enable"
EndSection
... [more] @ Jan: System -> Preferences -> CompizConfig Settings Manager -> General Options -> Desktop Size -> Horizontal Virtual Size -> 4
However I have two screens so I can leave it to 2 and still have a cube, cause compiz-fusion then automatically folds the sides.
#113. Jan on 13 August 2007
In Beryl and on the picture You have a cube with 4 planes. But with compiz I only have two ones. like a sheet of paper viewed from both sides. where can I add the others?
#112. milan on 11 August 2007
#111. BoriZor on 10 August 2007
#110. Josh on 10 August 2007
#109. Kelly O! on 09 August 2007
#108. Kelly O! on 09 August 2007
This morning I bootup at work, and there are updates for compiz, I thought great, new goodies to play with, well, it busted my setup and the last module to install doesn't want to install (it just keeps popping up in update manager to be installed) the versions are the same, it wants to go from 1:05.2-0ubuntu2~ppa1 to 1:05.2-0ubuntu2~ppa1, any ideas on what the issues with the updates could be?
Great tutorial BTW.
#107. mac123 on 09 August 2007
#106. Kevin on 09 August 2007
Some ATi users have gotten: Fatal: Failed test: texture_from_pixmap support
My gut feeling says either the ATi driver or card just does not support essential instructions for compiz-fusion, but I could be wrong. Unfortunatelly I have no way of testing with ATi since I switched to nVidia a long time ago.
... [more] But there are a lot of ATi users on ubuntuforums.org, so maybe you have better chances of reporting your problem and getting an anwser over there?
#105. mac123 on 09 August 2007
i will try again and if it still doesnt work should i post you the whole terminal? like can i email you or something cuz that would be kinda big...
if you have any suggestions as to what to do it would be very appreciated... like, is it my graphics card? (ati radeon 9600 XT) or do you have any ways for me to check what the problem could be? this is just maddening! i've reinstalled ubuntu sooo many times...
... [more]
thanks in advance
#104. Kevin on 08 August 2007
#103. Bish dissa on 08 August 2007
Above not shown in System Preferences
#102. Kevin on 08 August 2007
@ duke Nuked: Maybe the same problem as oawilla?
@ aunhan: glad you got it to work!
#101. aunhan on 08 August 2007
http://erusan.googlepages.com/ubuntuhowto.html#nvidia
It appears there are various instructions out there...just a matter of getting one which works for your system.
Mine: Pentium D 2.8GHz Duo Core, 2G RAM, Nvidia 6600LE
#100. duke Nuked on 08 August 2007
heres the code it seems the packages weren't found???
(I am using amd64 and i put in the special stuff into the file)
... [more] duke-desktop:~$ sudo aptitude install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Couldn't find any package whose name or description matched "compizconfig-settings-manager"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-extra"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-unofficial"
Couldn't find any package whose name or description matched "libcompizconfig-backend-gconf"
The following packages are BROKEN:
compiz
The following NEW packages will be automatically installed:
compiz-core compiz-gtk compiz-plugins
The following NEW packages will be installed:
compiz-core compiz-gnome compiz-gtk compiz-plugins
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.9kB/537kB of archives. After unpacking 3224kB will be used.
The following packages have unmet dependencies:
compiz: Depends: compiz-decorator which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:
Keep the following packages at their current version:
compiz [Not Installed]
Score is -10001
Accept this solution? [Y/n/q/?]
#99. oawillia on 07 August 2007
"...Couldn't find any package whose name or description matched "compizconfig-settings-manager" ...
...type of errors. I figured it out by poking around in Treviño’s packages and noticed the differences. I'm trying the different plugins now...Wow!
#98. aunhan on 07 August 2007
#97. mac123 on 07 August 2007
#96. mac123 on 07 August 2007
Reading package lists... Done
maclean@maclean-desktop:~$ sudo aptitude install compiz compiz-gnome
Reading package lists... Done
... [more] Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
maclean@maclean-desktop:~$ sudo aptitude install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
it never asked me Y/n so am i missing something? (once again i'm sorry to keep on bothering you)
#95. aunhan on 07 August 2007
For me, installation went fine (updated nvidia driver and compiz install) but I get no cube and like him lost my windows title bars as well. Almost there...eyes are salivating... :-)
#94. DarkHorse on 07 August 2007
You are the man! I have spent more time than sense trying to get this to work. Your guide worked like a champ. Thanks again
#93. Kevin on 07 August 2007
#92. mac123 on 07 August 2007
maclean@maclean-desktop:~$ sudo aptitude install compiz compiz-gnome \
>
Reading package lists... Done
... [more] Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
maclean@maclean-desktop:~$ compizconfig-settings-manager compiz-fusion-plugins-extra \
>
bash: compizconfig-settings-manager: command not found
maclean@maclean-desktop:~$
i dont understand. where are my missing backslashes? do i need to do it all in the same terminal? like from start to finish cuz i definately didnt do that...
#91. Kevin on 07 August 2007
#90. mac123 on 07 August 2007
myname-desktop:~$ compizconfig-settings-manager compiz-fusion-plugins-extra \
>
... [more] bash: compizconfig-settings-manager: command not found
please save me! well, at lest i got 3d accelerated drivers now!
#89. Vincent on 06 August 2007
#88. Kevin on 06 August 2007
- have you added the trevinos repositories to your sources.list
- have you run apt-get update
@ Mage: thanks dude!
... [more]
@ Sergio Berlotto: I think 'Falha de segmentação (core dumped)' means segmentation fault right? I also think that your haveing the gnome clearlooks theme selected. A few things that pop into my head now:
Try running compiz without --indirect-rendering. Try running it from the ALT+F2 window. Try selecting your default Human theme.
#87. Sérgio Berlotto on 06 August 2007
sergio@ubuntu-desktop:~$ compiz --replace --indirect-rendering
Backend : gconf
Integration : true
... [more] Profile : default
Adding plugin atlantis (atlantis)
Adding plugin expo (expo)
Adding plugin put (put)
Adding plugin quickchange (quickchange)
Adding plugin mblur (mblur)
Adding plugin video (video)
Adding plugin fade (fade)
Adding plugin resizeinfo (resizeinfo)
Adding plugin plane (plane)
Adding plugin scaleaddon (scaleaddon)
Adding plugin notification (notification)
Adding plugin cube (cube)
Adding plugin water (water)
Adding plugin widget (widget)
Adding plugin workarounds (workarounds)
Adding plugin annotate (annotate)
Adding plugin vpswitch (vpswitch)
Adding plugin extrawm (extrawm)
Adding plugin dbus (dbus)
Adding plugin ezoom (ezoom)
Adding plugin resize (resize)
Adding plugin winrules (winrules)
Adding plugin mousegestures (mousegestures)
Adding plugin zoom (zoom)
Adding plugin rotate (rotate)
Adding plugin glib (glib)
Adding plugin splash (splash)
Adding plugin wallpaper (wallpaper)
Adding plugin screensaver (screensaver)
Adding plugin flash (flash)
Adding plugin text (text)
Adding plugin scale (scale)
Adding plugin screenshot (screenshot)
Adding plugin trailfocus (trailfocus)
Adding plugin animation (animation)
Adding plugin minimize (minimize)
Adding plugin svg (svg)
Adding plugin wall (wall)
Adding plugin switcher (switcher)
Adding plugin neg (neg)
Adding plugin fs (fs)
Adding plugin kiosk (kiosk)
Adding plugin shift (shift)
Adding plugin fadedesktop (fadedesktop)
Adding plugin cubecaps (cubecaps)
Adding core settings (General Options)
Adding plugin blur (blur)
Adding plugin move (move)
Adding plugin scalefilter (scalefilter)
Adding plugin gotovp (gotovp)
Adding plugin visualevent (visualevent)
Adding plugin reflex (reflex)
Adding plugin bench (bench)
Adding plugin crashhandler (crashhandler)
Adding plugin cheatsheet (cheatsheet)
Adding plugin opacify (opacify)
Adding plugin ring (ring)
Adding plugin addhelper (addhelper)
Adding plugin cubereflex (cubereflex)
Adding plugin clone (clone)
Adding plugin colorfilter (colorfilter)
Adding plugin group (group)
Adding plugin thumbnail (thumbnail)
Adding plugin showdesktop (showdesktop)
Adding plugin wobbly (wobbly)
Adding plugin firepaint (firepaint)
Adding plugin gears (gears)
Adding plugin 3d (3d)
Adding plugin snap (snap)
Adding plugin keybinding (keybinding)
Adding plugin regex (regex)
Adding plugin inotify (inotify)
Adding plugin decoration (decoration)
Adding plugin png (png)
Adding plugin place (place)
Adding plugin imgjpeg (imgjpeg)
Initializing core options...done
Initializing mblur options...done
Initializing water options...done
Initializing workarounds options...done
Initializing ezoom options...done
Initializing resize options...done
Initializing zoom options...done
Initializing minimize options...done
Initializing move options...done
Initializing thumbnail options...done
Initializing 3d options...done
/usr/bin/compiz: line 777: 11499 Falha de segmentação (core dumped) $*
Aviso do gerenciador de janelas: "" localizado no banco de dados de configurações não é um valor válido para a tecla de atalho "toggle_shaded"
/home/sergio/.themes/clearsky/gtk-2.0/gtkrc:151: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored.
/home/sergio/.themes/clearsky/gtk-2.0/gtkrc:152: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
/home/sergio/.themes/clearsky/gtk-2.0/gtkrc:153: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
/home/sergio/.themes/clearsky/gtk-2.0/gtkrc:154: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
Any help ?
#86. Sérgio Berlotto on 06 August 2007
I follow this step-by-step....
#85. Mage on 06 August 2007
#84. mooglinux on 06 August 2007
mooglinux@gaurdian:~$ sudo aptitude install compiz compiz-gnome \
> compizconfig-settings-manager compiz fusion-plugins-extra \
> compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
... [more] Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Building tag database... Done
Couldn't find any package whose name or description matched "compizconfig-settings-manager"
Couldn't find any package whose name or description matched "fusion-plugins-extra"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-unofficial"
Couldn't find any package whose name or description matched "libcompizconfig-backend-gconf"
The following packages are BROKEN:
compiz
The following NEW packages will be automatically installed:
compiz-core compiz-gtk compiz-plugins
The following NEW packages will be installed:
compiz-core compiz-gnome compiz-gtk compiz-plugins
0 packages upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 573kB of archives. After unpacking 3351kB will be used.
The following packages have unmet dependencies:
compiz: Depends: compiz-decorator which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:
Keep the following packages at their current version:
compiz [Not Installed]
Score is -10001
Accept this solution? [Y/n/q/?]
what do i do next?
#83. Kevin on 05 August 2007
@ oawillia: Your ouput is from a reinstall command that's not in my tutorial. Furthermore there's NO error in your output so I don't know what I can do for you.
#82. oawillia on 05 August 2007
oawillia@oawillia-desktop-ubuntu:~$ sudo aptitude reinstall compiz compiz-gnome \> compizconfig-settings-manager compiz-fusion-plugins-extra \
> compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Reading package lists... Done
... [more] Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
compiz is not currently installed, so it will not be reinstalled.
Couldn't find any package whose name or description matched "compizconfig-settings-manager"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-extra"
Couldn't find any package whose name or description matched "compiz-fusion-plugins-unofficial"
Couldn't find any package whose name or description matched "libcompizconfig-backend-gconf"
The following packages will be REINSTALLED:
compiz-gnome
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B/35.0kB of archives. After unpacking 0B will be used.
Writing extended state information... Done
(Reading database ... 107889 files and directories currently installed.)
Preparing to replace compiz-gnome 1:0.3.6-1ubuntu13 (using .../compiz-gnome_1%3a0.3.6-1ubuntu13_i386.deb) ...
Unpacking replacement compiz-gnome ...
Setting up compiz-gnome (0.3.6-1ubuntu13) ...
#81. dwihard on 04 August 2007
but why still display :
xset: unable to open display ""
xdpyinfo: unable to open display "".
xvinfo: Unable to open display
... [more] xdpyinfo: unable to open display "".
xdpyinfo: unable to open display "".
xdpyinfo: unable to open display "".
xdpyinfo: unable to open display "".
xdpyinfo: unable to open display "".
xdpyinfo: unable to open display "".
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
could you help me...
thx
#80. Junior on 04 August 2007
If you can help me over aim that'll be cool too. My screen name is ItsJrFo0
#79. Kevin on 03 August 2007
try to run:
compiz --replace --indirect-rendering
instead of:
compiz --replace
... [more] And you did upgrade the nVidia driver?
#78. Chad on 03 August 2007
It's running on my laptop with a Nvidia 7400 Go. I appreciate your help.
Thanks
#77. Kevin on 03 August 2007
#76. Patrick on 03 August 2007
#75. Kevin on 03 August 2007
@ Vanish: got some hotkeys for you right here:
SUPER+SHIFT+DRAG LEFT MOUSE = draw fire
SUPER+SHIFT+C = clear fire
... [more] CTRL+ALT+DRAG LEFT MOUSE = rotate cube
CTRL+ALT+LEFT ARROW = rotate cube
CTRL+ALT+DOWN ARROW = flat desktop
There are many more, to find them, open the CompizConfig Settings Manager and checkout the actions tab for different features
@ Inxsible: You can keep beryl, but then you NEED to do an apt-get upgrade to get the latest version from Trevinos repository
@ Inxsible: Envy makes a backup of your xorg.conf. So you can always restore that. But if you want you can try to get the driver directly from nvidia and let their installation tool compile it. I believe it's ncurses based. But I would definitly opt for Envy because otherwise on every kernel update you would have to do this by hand.
#74. Inxsible on 02 August 2007
I don't mind using the CLI or other lengthy procedures to be able to do it
Thanks
#73. Inxsible on 02 August 2007
#72. Vanish on 02 August 2007
#71. Seppuku on 02 August 2007
#70. Kevin on 01 August 2007
try to run:
compiz --replace --indirect-rendering
instead of:
compiz --replace
... [more] And you did upgrade the nVidia driver?
#69. damion on 01 August 2007
I have the same problem as kieren and digital. any suggestions?
#68. Jafar Calley on 01 August 2007
Still can't get it to run on stupid ATI hardware on the laptop. I'll get one with Nvidia next time. ;)
#67. Kevin on 01 August 2007
@ andriansah: you need a more recent nVidia driver than the one provided by standard apt to run compiz-fusion flawlessly.
#66. andriansah on 01 August 2007
aptitude install nvidia-glx
Install beryl and beryl can run like a charm :)
... [more] but still compiz-fusion not working .
#65. hehe on 01 August 2007
Thank you, backup solved it :)
#64. Kevin on 01 August 2007
cd /etc/X11/
ls -al # see what's the #DATE# and precise name of your backup
cp -af name_of_backup.conf xorg.conf
... [more] reboot
Now your previous config should be restored.
If not you can TOTALLY REWRITE your xorgs.conf by typing:
sudo dpkg-reconfigure xserver-xorg
Now you'll get some dialogs. Set de driver to "vesa", and choose default options if you don't know the answer to other questions.
#63. hehe on 01 August 2007
Tried to change xorg.conf but still crashes, says it cant find displays (marked as generic in conf but higher resolution)
#62. marli on 31 July 2007
#61. Brock Landers on 31 July 2007
Great walk through again. Much appreciated.
#60. Kevin on 31 July 2007
#59. hehe on 31 July 2007
#58. Kevin on 31 July 2007
@ digital: Maybe you can try opening a terminal and type:
sudo aptitude -y update
sudo aptitude purge compiz-plugins
... [more] sudo aptitude -y upgrade
sudo aptitude reinstall compiz compiz-gnome \
compizconfig-settings-manager compiz-fusion-plugins-extra \
compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
#57. digital on 31 July 2007
I tried to remove compiz using the steps in the tutorial but it seemed to break them. Now when I try to correct everything in Synaptic I get
E: /var/cache/apt/archives/compiz-gnome_1%3a0.5.1+git20070730~3v1ubuntu0_i386.deb: trying to overwrite `/usr/lib/compiz/libgconf.so', which is also in package compiz-plugins
... [more]
How do I get rid of everything so I can start again rather than having to reinstall ubuntu and update it all again?
#56. andriansah on 31 July 2007
the window manager is missing
Could you help
#55. Kevin on 31 July 2007
@ tweak: Tanner has got the same problem, he's trying to find solutions on ubuntuforums.org. And yeah it's unbelievable that ATi isn't taking this more serious. Especially since they've been taken over by AMD (fine Linux support generally).
@ Craig: compiz + desktop-effects can be easily removed. ubuntu-desktop is a meta-package that can also be removed, but it needs to be in place when you're going to upgrade, because it tells Ubuntu of what packages a release consists.
#54. Craig on 31 July 2007
cbeck@ubuntu:~$ sudo aptitude install compiz
Reading package lists... Done
Building dependency tree
... [more] Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages are BROKEN:
compiz
The following packages have been kept back:
emerald-themes tcpdump
1 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 28.8kB of archives. After unpacking 4096B will be used.
The following packages have unmet dependencies:
compiz: Depends: compiz-decorator which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:
Remove the following packages:
compiz
desktop-effects
ubuntu-desktop
Score is -11003
Accept this solution? [Y/n/q/?]
#53. tweak on 31 July 2007
Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.
... [more]
What the hell can I do? This is why I will not change over to linux. This sucks...stupid ATI...
#52. codyg1985 on 31 July 2007
#51. Kevin on 30 July 2007
@ Haxor Jim Duggin: For compiz on KDE you need to install compiz-kde instead of compiz-gnome, but this how-to officially does not cover KDE, since I don't use it, and have no way of testing anything
@ Brock Landers: Have you tried running: compiz --replace --indirect-rendering ?
... [more]
@ Sirius: You must NOT run compiz --replace from within a terminal. Chances are it can't find your X-Windows then. So only run compiz --replace using the ALT+F2 combination, as stated in the how to.
#50. Sirius on 30 July 2007
reinstalled according the tutorial.
everything went fine, but when i entered:
sirius@sirius-Laptop:~$ compiz --replace
... [more]
/usr/bin/compiz.real (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0"
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0
that happened.
any suggestion's?
many thanks
#49. Arrgh! on 30 July 2007
Reading extended state information
Initialising package states... Done
Building tag database... Done
... [more] "compiz-decorator" is a virtual package provided by:
compiz-kde compiz-gnome
You must choose one to install.
The following packages have been automatically kept back:
compiz-core compiz-plugins libdecoration0 libdns22
The following packages have been kept back:
bind9-host dbus dbus-1-doc dbus-1-utils dnsutils gnash gnome-media
gnome-media-common lftp libbind9-0 libdbus-1-3 libdbus-1-dev libgnash0
libgnome-media0 libisc11 libisccc0 libisccfg1 liblwres9 tzdata vino
wesnoth wesnoth-data
The following NEW packages will be installed:
compiz-fusion-plugins-unofficial
The following packages will be upgraded:
compiz-gnome
1 packages upgraded, 1 newly installed, 0 to remove and 26 not upgraded.
Need to get 0B/333kB of archives. After unpacking 1937kB will be used.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
(Reading database ... 229563 files and directories currently installed.)
Preparing to replace compiz-gnome 1:0.3.6-1ubuntu13 (using .../compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb) ...
Unpacking replacement compiz-gnome ...
dpkg: error processing /var/cache/apt/archives/compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb (--unpack):
trying to overwrite `/usr/lib/compiz/libgconf.so', which is also in package compiz-plugins
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking compiz-fusion-plugins-unofficial (from .../compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb (--unpack):
trying to overwrite `/usr/lib/compiz/libkeybinding.so', which is also in package compiz-plugins
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb
/var/cache/apt/archives/compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: dependency problems prevent configuration of compiz:
compiz depends on compiz-decorator; however:
Package compiz-decorator is not installed.
dpkg: error processing compiz (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
compiz
#48. Sirius on 30 July 2007
here is what i got.
sirius@sirius-Laptop:~$ gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF
gpg: requesting key 81836EBF from hkp server subkeys.pgp.net
... [more] gpg: key 81836EBF: "Treviño (3v1n0) <trevi55@gmail.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
sirius@sirius-Laptop:~$ gpg --export --armor 81836EBF | sudo apt-key add
gpg: can't open `': No such file or directory
sirius@sirius-Laptop:~$ wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
--21:13:32-- http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
=> `-'
Resolving download.tuxfamily.org... 88.191.250.18
Connecting to download.tuxfamily.org|88.191.250.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,180 (4.1K) [text/plain]
100%[====================================>] 4,180 --.--K/s
21:13:32 (97.68 KB/s) - `-' saved [4180/4180]
OK
sirius@sirius-Laptop:~$ sudo aptitude -y update
Get:1 http://gb.archive.ubuntu.com feisty Release.gpg [191B]
Hit http://gb.archive.ubuntu.com feisty/main Translation-en_GB
Get:2 http://security.ubuntu.com feisty-security Release.gpg [191B]
Ign http://security.ubuntu.com feisty-security/main Translation-en_GB
Ign http://gb.archive.ubuntu.com feisty/restricted Translation-en_GB
Ign http://gb.archive.ubuntu.com feisty/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com feisty/multiverse Translation-en_GB
Ign http://security.ubuntu.com feisty-security/restricted Translation-en_GB
Ign http://security.ubuntu.com feisty-security/universe Translation-en_GB
Ign http://security.ubuntu.com feisty-security/multiverse Translation-en_GB
Get:3 http://gb.archive.ubuntu.com feisty-updates Release.gpg [191B]
Ign http://gb.archive.ubuntu.com feisty-updates/main Translation-en_GB
Ign http://gb.archive.ubuntu.com feisty-updates/restricted Translation-en_GB
Get:4 http://download.tuxfamily.org feisty Release.gpg [189B]
Ign http://download.tuxfamily.org feisty/eyecandy-amd64 Translation-en_GB
Hit http://gb.archive.ubuntu.com feisty Release
Hit http://security.ubuntu.com feisty-security Release
Hit http://gb.archive.ubuntu.com feisty-updates Release
Hit http://download.tuxfamily.org feisty Release
Hit http://gb.archive.ubuntu.com feisty/main Packages
Hit http://gb.archive.ubuntu.com feisty/restricted Packages
Hit http://gb.archive.ubuntu.com feisty/main Sources
Hit http://security.ubuntu.com feisty-security/main Packages
Hit http://download.tuxfamily.org feisty/eyecandy-amd64 Packages
Hit http://gb.archive.ubuntu.com feisty/restricted Sources
Hit http://gb.archive.ubuntu.com feisty/universe Packages
Hit http://gb.archive.ubuntu.com feisty/universe Sources
Hit http://gb.archive.ubuntu.com feisty/multiverse Packages
Hit http://gb.archive.ubuntu.com feisty/multiverse Sources
Hit http://security.ubuntu.com feisty-security/restricted Packages
Hit http://security.ubuntu.com feisty-security/main Sources
Hit http://security.ubuntu.com feisty-security/restricted Sources
Hit http://download.tuxfamily.org feisty/eyecandy-amd64 Sources
Hit http://gb.archive.ubuntu.com feisty-updates/main Packages
Hit http://gb.archive.ubuntu.com feisty-updates/restricted Packages
Hit http://gb.archive.ubuntu.com feisty-updates/main Sources
Hit http://gb.archive.ubuntu.com feisty-updates/restricted Sources
Hit http://security.ubuntu.com feisty-security/universe Packages
Hit http://security.ubuntu.com feisty-security/universe Sources
Hit http://security.ubuntu.com feisty-security/multiverse Packages
Hit http://security.ubuntu.com feisty-security/multiverse Sources
Fetched 4B in 0s (12B/s)
Reading package lists... Done
sirius@sirius-Laptop:~$ sudo aptitude install compiz compiz-gnome \
> compizconfig-settings-manager compiz-fusion-plugins-extra \
> compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initialising package states... Done
Building tag database... Done
The following packages have been automatically kept back:
compiz-core compiz-plugins libdecoration0 libemeraldengine0
The following packages have been kept back:
compiz-kde emerald emerald-themes
The following NEW packages will be installed:
compiz-fusion-plugins-unofficial
The following packages will be upgraded:
compiz-gnome
1 packages upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 0B/333kB of archives. After unpacking 1937kB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 125581 files and directories currently installed.)
Preparing to replace compiz-gnome 1:0.3.6-1ubuntu13 (using .../compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb) ...
Unpacking replacement compiz-gnome ...
dpkg: error processing /var/cache/apt/archives/compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb (--unpack):
trying to overwrite `/usr/lib/compiz/libgconf.so', which is also in package compiz-plugins
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Unpacking compiz-fusion-plugins-unofficial (from .../compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb (--unpack):
trying to overwrite `/usr/lib/compiz/libkeybinding.so', which is also in package compiz-plugins
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/compiz-gnome_1%3a0.5.1+git20070719~jbs1_amd64.deb
/var/cache/apt/archives/compiz-fusion-plugins-unofficial_0.0.1+git20070724~jbs0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: dependency problems prevent configuration of compiz:
compiz depends on compiz-decorator; however:
Package compiz-decorator is not installed.
dpkg: error processing compiz (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
compiz
many thanks in advance
#47. Sirius on 30 July 2007
i tried what u suggested but its just not working .Id like to deinstall and start from scratch but not even the command suggested by you in step2 of your tutorial works.
i get the following: sirius@sirius-Laptop:~$ sudo apt-get remove compiz-core desktop-effects compiz compiz-gnome \
> compizconfig-settings-manager compiz-fusion-plugins-extra \
... [more] > compiz-fusion-plugins-unofficial libcompizconfig-backend-gconf
Password:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package compiz-fusion-plugins-unofficial is not installed, so not removed
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies.
compiz-fusion-plugins-main: Depends: compiz-core but it is not going to be installed
compiz-kde: Depends: compiz-core (= 1:0.3.6-1ubuntu13) but it is not going to be installed
compiz-plugins: Depends: compiz-core (= 1:0.3.6-1ubuntu13) but it is not going to be installed
gnome-compiz-manager: Depends: compiz but it is not going to be installed
Depends: compiz-gnome but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).
appreciate your help.
#46. Brock Landers on 30 July 2007
#45. boo ATI on 30 July 2007
twas a wonderful tutorial for my other comp though
#44. Brock Landers on 30 July 2007
I installed beryl, launched the beryl manager, reselected metacity as the window manager, then uninstalled all compiz and beryl packages via synaptic.
Ugly and I don't know exactly why it worked, but it did :)
#43. Kickboy on 30 July 2007
#42. Brock Landers on 30 July 2007
Any ideas.
/and I know it is an ati card and that wasn't the card discussed and I take full responsibility for jacking my system, FYI :)
#41. Hax0r Jim Duggin on 30 July 2007
#40. Ubuntu on 30 July 2007
#39. Kieran on 30 July 2007
I feel so stupid :(
#38. envy victim on 30 July 2007
#37. Kevin on 30 July 2007
#36. Lefty on 30 July 2007
I'll easily be able to turn it on and off that way.
Thanks a bunch :-D
#35. Tanner on 30 July 2007
ATI V3400
#34. Kevin on 30 July 2007
You COULD add: compiz --replace
to your system -> sessions -> startup programs
But personally I would run it manually because it isn't stable yet: what if there's a screw up? With a manual compiz-fusion startup, you could just reboot, and you're back in business. That becomes a pain if it's automatically started again the moment you login.
#33. Drakkor on 30 July 2007
#32. Lefty on 30 July 2007
However, my crappy VAIO Intel gfx card wanted nothing to do with eighter the nVidia or ATI drivers...clearly.
A short trip to "http://intellinuxgraphics.org/" fixed that.
... [more] BTW, whenever I reset the computer - Compiz goes inactive; everything goes bakc to normal.
How do I make the darn thing initiate at startup??
#31. Kevin on 30 July 2007
@ Tanner: Do you know what video card you have? Vendor, model?
@ Shawn Q. (TrinaryOuroboros): Thanks for the tip, I made the amd64 note red!
... [more]
@ Ben G.: Yes, Trevinos repository is regularly updated, so every time you run an aptitude upgrade, those packages will be upgraded as well.
#30. JK on 30 July 2007
#29. Drakkor on 30 July 2007
#28. Shawn Q. (TrinaryOuroboros) on 30 July 2007
#27. Ben G. on 30 July 2007
#26. Tanner on 30 July 2007
Fatal: Failed test: texture_from_pixmap support
Which I gathered is from me not having XGL - how do I install xgl?
... [more]
com.gmail@tannerlawndart
#25. Kevin on 30 July 2007
@ Wes: yeah in your case you COULD add:
compiz --replace --indirect-rendering
to your
... [more] system -> sessions -> startup programs
But personally I would run it manually because it isn't stable yet: what if there's a screw up? With a manual compiz-fusion startup, you could just reboot, and your back in business. That becomes a pain if it's automatically started again the moment you login.
#24. Wes on 30 July 2007
do i just add that command instead of
compiz --replace
to my sessions menu to make it load up when I boot?
#23. Drakkor on 30 July 2007
thanks, Kevin !
#22. Wes on 30 July 2007
Will try your suggestion and update.
#21. Kevin on 30 July 2007
@ Sirius: In beryl select to use the default metacity widnow manager cause we're not using beryl anymore. Then run the compiz --replace, and if it works, you should be able to hold CTRL+ALT and drag your desktop a bit with your left mouse button. Now you should be able to see the cube!
@ Drakkor: The skydome options can be found in the menu: System -> Preferences -> CompizConfig Settings Manager -> Desktop Cube -> Skydome
... [more]
@ William: the backslashes are fine and can just be copy-pasted. They tell the system to ignore the newlines that I have to use for layout-reasons. If you want you can remove the backslashes, but then you have to put everything on one big line.
@ Wes: you might want to try to run:
compiz --replace --indirect-rendering
And you did upgrade the nVidia driver?
#20. Wes on 30 July 2007
My only workaround is to scale all my windows to be small which is obviously a pain. Also if i have more then 1-2 windows open then it will do the same thing and go black.
Any ideas?
#19. William on 30 July 2007
#18. Drakkor on 30 July 2007
where to get the skydome??
#17. Sirius on 30 July 2007
no effects, i mean , no cube etc.
also when running beryl, 3 sites of the cube are displayed without wallpaper and when i open a program of one of those 3 it usually get stock.
... [more] any ideas ?
appreciate your help.
#16. Sirius on 30 July 2007
the prob was that i had nether nedit nor gedit installed (noob me).
#15. sammy on 30 July 2007
#14. Kevin on 30 July 2007
sudo nano /etc/apt/sources.list
make the changes, save with CTRL+O and exit with CTRL+X
... [more] Does that work for you?
#13. Sod75 on 30 July 2007
just a wild guess, but check that your swap isn't mounted twice. I had that issue on my laptop.
see https://bugs.launchpad.net/bugs/86234
Hope it helps,
... [more] Sod75
http://www.vernaillen.eu
#12. Sirius on 30 July 2007
when entering gksudo "gedit /etc/apt/sources.list"
no window is opening so i cant edit anything.
... [more] appreciate your help very much.
#11. orvils on 30 July 2007
#10. Mariusz on 30 July 2007
#9. Shane O'Sullivan on 30 July 2007
Shane
#8. Rob on 30 July 2007
try this instead , worked for me:
wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
#7. Rob on 30 July 2007
#6. Shane O'Sullivan on 30 July 2007
> gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF
does not work for me. It says:
... [more] gpg: requesting key 81836EBF from hkp server subkeys.pgp.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
Are you sure that the URL is correct?
#5. Teatime on 30 July 2007
#4. RetepNamenots on 30 July 2007
Does anyone here know how to get the two desktops which you can rotate between? (Not the desktop cube, but similar although you only have two desktops on a flat plane.)
Cheers :-)
#3. Ademan on 30 July 2007
From the ubuntu helper bot:
"<ubotu> envy is a script that may leave you envious of those who have not used it, use the resticted manager to install binary drivers or use the instructions on the wiki, this script may break your machine very badly!"
#2. Kevin on 29 July 2007
"Paint fire on the screen" is one to recommend as well :)
#1. Tunaman on 29 July 2007