compiz adventures

I started testing compiz and compiz fusion to keyword it ~ppc, that was my first experience with it…

– I don’t use gnome and I hate gconf, I happen also not to use kde…
– Currently I’m using xfce to test compiz
– I have a more or less old xorg configuration

Here the pitfalls list:

X
– make sure you have DRI and AIGLX enabled: (Option “AIGLX” “True” in your ServerLayout in case you are wondering)
– add some options to your Device: Option “AddARGBGLXVisuals” “true” and Option “XAANoOffscreenPixmaps” “true”

compiz
– make sure that compiz-start script doesn’t have gconf if you don’t want it, otherwise the decorators won’t show up.
– ccsm is quite a nice utility if you aren’t using a full featured DE
decorators:
– emerald is the decorator you want, at least it allows some degree of configurability.

I think I won’t use compiz right now since I’m not so fond of the effects, anyway it looks quite nice.

(once I get the cvs updated so I can keyword the stuff I’ll mark most of it ~ppc)

2 thoughts on “compiz adventures”

  1. An alternative to the XAA stuff you posted in X setup is to change to Option “AccelMethod” “exa”, which also has a reasonable chance of improving your performance. This assumes you use an EXA-capable driver such as intel or radeon. Also, AIGLX should be on by default.

  2. EXA indeed helped, still I’m willing to disable aiglx since seems to eat a bit of cpu even when unused O_o?

Leave a Reply

Your email address will not be published.