compiz fusion 0.8.8
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
compiz fusion 0.8.8
slackware repo only has standard compiz-0.8.8 which doesnt even have the settings manager
debian repo seems to have compiz fusion but only version 0.8.4 and i'm a bit confused with the packages since dependency resolution doesnt work for me with debian repo
any help please?
debian repo seems to have compiz fusion but only version 0.8.4 and i'm a bit confused with the packages since dependency resolution doesnt work for me with debian repo
any help please?
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
i think its just a matter of installing the fusion plugins. Ill have a look later today
https://www.porteus-apps.org
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
hey, I had a look and according to the compiz wiki you need these packages installed in this order:
It also depends on (most are probably already included in porteus):
If you're into source, its all available here
Let me know how ya go
Code: Select all
compiz
bcop
libcompizconfig
compizconfig-python
ccsm
compiz-fusion-plugins-main (it must be built before plugins-extra as it contains necessary header files)
everything else...
Code: Select all
build-essential libxcomposite-dev libpng12-dev libjpeg-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libmetacity-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev libgnome-window-settings-dev git autoconf automake automake1.9 libtool intltool libxslt1-dev xsltproc libwnck-dev python-dev python-pyrex
Let me know how ya go
https://www.porteus-apps.org
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
i tried installing all the deb packages that you suggested and all their deps, but i got stuck on libcanberra-gtk as porteus says the module is corrupt even after redownloading a few times.
i'm no good at compiling from source so i'm at a bit of a loss, since i cant find any other binaries.
i need an opengl compositor as i get tearing with the nvidia driver and xfce compositor, its a known issue with 460gtx.
i might just forget about compiz and instead try compton or xcompmgr, although the effects in compiz fusion looked really nice.
i'm no good at compiling from source so i'm at a bit of a loss, since i cant find any other binaries.
i need an opengl compositor as i get tearing with the nvidia driver and xfce compositor, its a known issue with 460gtx.
i might just forget about compiz and instead try compton or xcompmgr, although the effects in compiz fusion looked really nice.
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
I didn't see the "gtk" bit, im pretty drunk.
try these:
libcanberra-gtk2-0.30-alt1.x86_64.xzm
libcanberra-gtk-common-devel-0.30-alt1.x86_64.xzm
If your still having probs let me know and ill try get it working on my computer and post the modules.
try these:
libcanberra-gtk2-0.30-alt1.x86_64.xzm
libcanberra-gtk-common-devel-0.30-alt1.x86_64.xzm
If your still having probs let me know and ill try get it working on my computer and post the modules.
https://www.porteus-apps.org
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
now i'm having trouble with libmetacity-private again porteus says its corrupt
i'd be very grateful if you could make a working xzm for me thank you
i'd be very grateful if you could make a working xzm for me thank you
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
i am using xfce, didnt like kde with its million features i'll never use
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
hehehe cool I used xfce for the last year and a half. I was wasted last night on cheap port but it looks like I got it mostly done. Ill try it out on xfce later today.
https://www.porteus-apps.org
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
thanks i really appreciate it, lol cheap port 

- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
hey mate. I hit a wall installing the yaml python module. I tried a bunch of them but cant find the right version to work with python 2.7.
https://www.porteus-apps.org
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
maybe if you show me what you have done so far i could try and do the rest.
do you know how to compile from source?
do you know how to compile from source?
- freestyler
- Contributor
- Posts: 384
- Joined: 17 Oct 2013, 14:21
- Distribution: Porteus XFCE
Re: compiz fusion 0.8.8
no probs. Ive uploaded it all to here. Let me know if i missed something. ccm and pygtk are python modules. to install them just extract it and open up terminal in the directory then run "setup.py install". If it says permission denied you need to make setup.py executable. I think the command is "chmod +ax <filename>". maybe double check that...
compizconfig-backend-gconf-0.8.8.tar.gz is the source package. To compile is way easier than it sounds.
normally its like this:
-unpack the source
-open the directory in terminal
-then type:
that will build and install the package. If you want to make it into a porteus module do this:
-unpack the source
-open the directory in terminal
-then type:
in this case it would look like:
now navigate to /tmp/ directory and you will see a folder with the <filename> you specified. right click the folder and convert to xzm module or if you want to do it in terminal here is instructions to make a module. Now you got a porteus package ready to go.
Give me a shout if you get stuck and ill help as much as I can. good luck
EDIT: btw you will need the devel module to compile, you can get it here
compizconfig-backend-gconf-0.8.8.tar.gz is the source package. To compile is way easier than it sounds.
normally its like this:
-unpack the source
-open the directory in terminal
-then type:
Code: Select all
./configure
make
make install
-unpack the source
-open the directory in terminal
-then type:
Code: Select all
./configure
make
make install DESTDIR=/tmp/<filename>
Code: Select all
./configure
make
make install DESTDIR=/tmp/compizconfig-backend-gconf-0.8.8
Give me a shout if you get stuck and ill help as much as I can. good luck

EDIT: btw you will need the devel module to compile, you can get it here
https://www.porteus-apps.org
-
- Black ninja
- Posts: 40
- Joined: 10 Oct 2013, 14:45
- Distribution: porteus 2.1
- Location: australia
Re: compiz fusion 0.8.8
thanks for the help, i'm going away this weekend but i'll definitely work on it when i get back