LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   HOWTO: configure compiz (https://www.linuxquestions.org/questions/slackware-14/howto-configure-compiz-567635/)

pappy_mcfae 11-19-2007 02:03 AM

Quote:

Originally Posted by Stagger Lee (Post 2963539)
What am I missing?

Oh by the way this removes my window borders and locks up opening/closing/moving anything on the desktop.

Any help ya'll can give would be much appreciated. I'mma go restart x now so I can move things again...

The stuff going missing means that compiz loaded, but it didn't load properly. What you are most likely missing is a start-up script like the one below:
Code:

#! /bin/sh
LIBGL_ALWAYS_INDIRECT=1 compiz --replace decoration ini &
kde-window-decorator &

The LIBGL_ALWAYS_INDIRECT=1 part is very important. I cannot get compiz to load on any of my machines without it. I didn't get compiz working until I created the script above.

A word to the wise: if you use the script above, and decide to add to it, be sure to keep the ini plugin from being the first one after --replace. For some reason, some machines won't start the decorator if the ini plugin comes right after --replace. I don't know why it is, but I do know my PII machine has that problem. Fortunately, it's easily fixed.

Hope that helps.

Blessed be!
Pappy

baja_yu 11-19-2007 07:15 AM

Quote:

Originally Posted by Stagger Lee (Post 2963539)
Still new to slack, had all this jazz set up fine on Ubuntu a couple months ago, but this is a different ball game it would appear.

Installed everything I think I need to get compiz to run, but when I run the command I get this:

Code:

stagger@Boris:~$ compiz --replace ini decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom &
[1] 3113
stagger@Boris:~$ compiz: No GLXFBConfig for default depth, this isn't going to work.
compiz: Failed to manage screen: 0
compiz: No manageable screens found on display :0.0

What am I missing?

Oh by the way this removes my window borders and locks up opening/closing/moving anything on the desktop.

Any help ya'll can give would be much appreciated. I'mma go restart x now so I can move things again...


Read my posts above yours. You will see I had the same problems and how I fixed them.


All times are GMT -5. The time now is 03:26 AM.