Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xgl and compiz
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 3:52 pm    Post subject: Xgl and compiz Reply with quote

I'm using kde 3.5 and Xgl and compiz are installed and running but I don't see any effects :(
Why? Can ou help me?
Thx a lot
Back to top
View user's profile Send private message
thestick
Guru
Guru


Joined: 07 Apr 2006
Posts: 531
Location: /dev/urandom

PostPosted: Fri Jul 14, 2006 3:59 pm    Post subject: Reply with quote

have you followed this exactly?
http://gentoo-wiki.com/HOWTO_XGL
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:01 pm    Post subject: Reply with quote

Yes.. i have checked all what I did; it's all ok :(
Back to top
View user's profile Send private message
thestick
Guru
Guru


Joined: 07 Apr 2006
Posts: 531
Location: /dev/urandom

PostPosted: Fri Jul 14, 2006 4:14 pm    Post subject: Reply with quote

what do you mean by ` no effects`?
have you added the plugins to compiz?
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 4:19 pm    Post subject: Reply with quote

How are you loading compiz? Did you import the gconf schemas? If you launch gconf-editor do you see the entry for compiz?
_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:20 pm    Post subject: Reply with quote

yes under compiz-> plugin there are all plugins... i'v followed the wiki :D
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 4:24 pm    Post subject: Reply with quote

I'm assuming since you followed the wiki that you created the compiz-decorator script and added it to the Xstartup script. Can you see compiz running? Have you tried to start it manually?
_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:28 pm    Post subject: Reply with quote

yes compiz runs :
Code:
netcelli  9451  0.0  0.0   1424   336 ?        S    17:22   0:00 kwrapper ksmserver --windowmanager compiz-decorator
netcelli  9453  0.0  1.0  24324  9108 ?        S    17:22   0:00 ksmserver [kdeinit] --windowmanager compiz-decorator
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 4:33 pm    Post subject: Reply with quote

If you type

Code:
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib compiz --replace gconf & gnome-window-decorator


while you are already in kde, does it give you any errors?
_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:38 pm    Post subject: Reply with quote

It works but i have no widnows decoration

Code:
1] 10313
compiz: GLX_EXT_texture_from_pixmap is missing
compiz: Failed to manage screen: 0
compiz: No managable screens found on display :0

[1]+  Exit 1                  LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib compiz --replace gconf
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 4:42 pm    Post subject: Reply with quote

try

Code:
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY=:1 compiz --replace gconf & gnome-window-decorator

_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:51 pm    Post subject: Reply with quote

This is the output
Code:

[1] 10723
gnome-window-decorator: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.

thx :D
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 4:53 pm    Post subject: Reply with quote

You could try adding --replace after gnome-window-decorator, but shouldn't have to. When you ran the command did compiz load / start working?
_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 4:57 pm    Post subject: Reply with quote

What do u mean with "compiz load / start working"? Do u mean if there is xgl effects? :D if this no :) thx
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 5:00 pm    Post subject: Reply with quote

I just meant do any of the compiz plugins work (ctrl + alt + left spins cube, etc...) I wish I could be more help, but if compiz is in fact loading and you do have the plugins loaded and in the correct order Im not sure what it could be?
_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 5:06 pm    Post subject: Reply with quote

No, compiz plugins dont' work :( I don't know what is the problem
Back to top
View user's profile Send private message
netcelli
Apprentice
Apprentice


Joined: 29 Nov 2005
Posts: 169

PostPosted: Fri Jul 14, 2006 5:17 pm    Post subject: Reply with quote

Is it correct this:

Code:

ps aux | grep X
root      9328  5.7  6.6  67116 59828 ?        SL   19:15   0:04 /usr/bin/Xgl -br -ac -accel glx:pbuffer -accel xv -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-upXNJu
root      9329  0.9  1.5  17840 14040 tty7     SLs+ 19:15   0:00 /usr/bin/Xorg -br vt7 -auth /tmp/.Xgl-auth-YeVz4s -nolisten tcp :93 -terminate
netcelli  9551  0.0  0.0   1488   516 pts/1    S+   19:16   0:00 grep X
Back to top
View user's profile Send private message
redbeardmcg
Apprentice
Apprentice


Joined: 12 Mar 2006
Posts: 171
Location: Suburbia Massachusetts

PostPosted: Fri Jul 14, 2006 6:39 pm    Post subject: Reply with quote

Looks about right. Here is what I get, but keep in mind it might look different than yours. I am running an ati card, and I have some extra options that you might not need.

Code:
7093 ?        S      0:23 /usr/bin/Xgl :1 :1 -ac -dpms -accel xv:fbo -accel glx:pbuffer -xorgAc -auth /var/gdm/:1.Xauth -nolisten tcp vt7
 7095 tty7     Ss+    1:04 /usr/bin/Xorg -ac vt7 -auth /tmp/.Xgl-auth-6bPjC3 -nolisten tcp :94 -terminate

_________________
Sacrifice:::Your role may be thankless, but if you're willing to give it your all, you just might bring success to those who outlast you.
Back to top
View user's profile Send private message
Bitwaba
n00b
n00b


Joined: 10 Mar 2005
Posts: 34

PostPosted: Sat Jul 29, 2006 11:58 pm    Post subject: Reply with quote

Hey, I was having this same problem earlier when trying to set up Xgl.

After an hour or so of me looking over everything again, I noticed why Xgl wasn't working in KDE.

In my /usr/kde/3.5/shared/config/kdm/kdmrc, I had:
Code:
ServerCmd=/usr/bin/X -br -ac -accel glx:pbuffer -accel xv

When it should have said:
Code:
ServerCmd=/usr/bin/Xgl -br -ac -accel glx:pbuffer -accel xv


Just make sure its starting Xgl instead of X.

Hope this helps.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum