PDA

View Full Version : fusion-compiz xine problem and installation


ocinapsi
December 11th, 2007, 03:25 PM
Dear all,

I installed compiz-fusion from kagesenshi web site:
http://wiki.kagesenshi.org/moin.fcgi/CategoryPackages/CompizFusion

now I have the following questions but don't know if I should open more than one thread:

first of all when I start fusion i have:

Using the GTK Interface
* Searching for installed applications...
/usr/bin/ccsm
/usr/bin/compiz
/usr/bin/gtk-window-decorator
/usr/bin/emerald
/usr/bin/metacity
/usr/bin/kwin
* gnome session
* No GLX_EXT_texture_from_pixmap present with direct rendering context
... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
* Executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
compiz (cube) - Warn: Failed to load slide: freedesktop
compiz (cube) - Warn: Failed to load slide: freedesktop
compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
compiz (cubecaps) - Warn: Failed to load image: compizcap.png
compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
compiz (cubecaps) - Warn: Failed to load image: compizcap.png


what are those failed and warnings??
should I fix it? how?

then, I looked around and I discover that there might be other plugin that I don't have:
for example the aquarium plugin to see fishes in the cube (I have the gears one)
how should I do to install it? where can I update the fusion version I have.
here is the yum.repo I have:

[kagesenshi]
name=KageSenshi Package Repository
baseurl=http://devel.foss.org.my/~kagesenshi/repo/pub/$basearch/
enabled=1
gpgcheck=0

is this the last one?

Finally,
after the fusion installation,
some problem wih xine and google earth started (I did not have these problems before):
it is basically that the vision of a movie for example has some drop in the frame,
it is like it is not synchronize and when I try to open the xine control panel, it interfear with the movie window going backward and then forward it (sorry don't know how to explain it)

How should I fix this serious problem?

thank you all

PS

I know there are too many questions but...

delfick
December 12th, 2007, 12:48 AM
hello

hmm, I'm unsure about the error messages (other people will though :D)

as for the atlantis plugin, that depends. I'm unsure what version of compiz is in that repo. Also what distro are you using ? there might be a more uptodate repo available ....

as for the third problem, can you start that in a new thread in the general usage section please ??

thnx
(sry, I can't be of more help :p)

ocinapsi
December 12th, 2007, 01:55 PM
Thank you,

as for the atlantis plugin, that depends. I'm unsure what version of compiz is in that repo. Also what distro are you using ? there might be a more uptodate repo available ..

I am running FC7 2.6.22.9-91.fc7.

compiz.i386 0.5.2-0.1.fc7

but installing plugin for different compiz version is dangerous?

for the third part I will start a new post where you said.

thank you all

delfick
December 12th, 2007, 02:08 PM
not dangerous, rather if it isn't source compatible then it won't compile.

you could try to see anyways

go into the terminal and either

#git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
or
#git clone git://anongit.compiz-fusion.org/users/smspillaz/atlantis2-0.6

then once you have downloaded one of them (via that command), compile and install with
#make
#make install

ocinapsi
December 12th, 2007, 06:31 PM
Hi,

I try to do as you said and this is the result:
I can't compile:
git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
I can compile
[QUOTE]git clone git://anongit.compiz-fusion.org/users/smspillaz/atlantis2-0.6 [QUOTE]

but when I select the atlantis plug in, compiz doesn't work anymore,
here is the errors:

* Using the GTK Interface
* Searching for installed applications...
/usr/bin/ccsm
/usr/bin/compiz
/usr/bin/gtk-window-decorator
/usr/bin/emerald
/usr/bin/metacity
/usr/bin/kwin
* gnome session
* No GLX_EXT_texture_from_pixmap present with direct rendering context
... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
* Executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
compiz (cube) - Warn: Failed to load slide: freedesktop
compiz (cube) - Warn: Failed to load slide: freedesktop
compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
compiz (cubecaps) - Warn: Failed to load image: compizcap.png
compiz (cubecaps) - Warn: Failed to load image: fusioncap.png
compiz (cubecaps) - Warn: Failed to load image: compizcap.png
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
compiz: symbol lookup error: /home/max/.compiz/plugins/libatlantis.so: undefined symbol: atlantisGetWaterHeight


and here is the result of make and make install:

[root@localhost ]# cd atlantis2-0.6/
[root@localhost atlantis2-0.6]# make
bcop'ing : build/atlantis.xml -> build/atlantis_options.h
bcop'ing : build/atlantis.xml -> build/atlantis_options.c
schema : build/atlantis.xml -> build/compiz-atlantis.schema
compiling : scuttle.c -> build/scuttle.lo
compiling : util.c -> build/util.lo
compiling : crab.c -> build/crab.lo
compiling : swim.c -> build/swim.lo
compiling : atlantis.c -> build/atlantis.loatlantis.c: In function 'initAtlantis':
atlantis.c:291: warning: implicit declaration of function 'atlantisGetWaterHeight'
atlantis.c:291: warning: nested extern declaration of 'atlantisGetWaterHeight'
atlantis.c:292: warning: implicit declaration of function 'atlantisGetWaterOpacity'
atlantis.c:292: warning: nested extern declaration of 'atlantisGetWaterOpacity'
atlantis.c:293: warning: implicit declaration of function 'atlantisGetWaterGridSize'
atlantis.c:293: warning: nested extern declaration of 'atlantisGetWaterGridSize'
atlantis.c: In function 'atlantisPaintInside':
atlantis.c:634: warning: implicit declaration of function 'atlantisGetShowWater'
atlantis.c:634: warning: nested extern declaration of 'atlantisGetShowWater'
atlantis.c:636: warning: implicit declaration of function 'atlantisGetRenderWaves'
atlantis.c:636: warning: nested extern declaration of 'atlantisGetRenderWaves'
atlantis.c: In function 'atlantisInitScreen':
atlantis.c:802: warning: implicit declaration of function 'atlantisSetWaterHeightNotify'
atlantis.c:802: warning: nested extern declaration of 'atlantisSetWaterHeightNotify'
atlantis.c:803: warning: implicit declaration of function 'atlantisSetWaterOpacityNotify'
atlantis.c:803: warning: nested extern declaration of 'atlantisSetWaterOpacityNotify'
atlantis.c:804: warning: implicit declaration of function 'atlantisSetWaterGridSizeNotify'
atlantis.c:804: warning: nested extern declaration of 'atlantisSetWaterGridSizeNotify'
compiling : atlantis.c -> build/atlantis.lo
compiling : water.c -> build/water.lo
compiling : shark.c -> build/shark.lo
compiling : whale.c -> build/whale.lo
compiling : dolphin.c -> build/dolphin.lo
compiling : build/atlantis_options.c -> build/atlantis_options.lo
linking : build/libatlantis.la
[root@localhost atlantis2-0.6]# make install
install : /root/.compiz/plugins/libatlantis.so
install : /root/.compiz/metadata/atlantis.xml
install : build/compiz-atlantis.schema


I did it as root then as non root but nothing changes.

Thank you very much

delfick
December 13th, 2007, 01:59 AM
yeah, sorry about that :D
one day it'll be part of a release version :)

Thank you very much

no probs...

ocinapsi
December 13th, 2007, 11:14 AM
So there is nothing much i can do to fix it?
It seems to me that there is a mismatching with symbols in a library.
maybe it can be repaired easily....

let me know.
thanks