LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Trying to get compiz working in Slack 12: "Another window manager" (https://www.linuxquestions.org/questions/slackware-14/trying-to-get-compiz-working-in-slack-12-another-window-manager-570908/)

Wynd 07-20-2007 07:44 AM

Trying to get compiz working in Slack 12: "Another window manager"
 
I am trying to get compiz working on Slackware 12 in KDE. When I compiz --replace I get this error:
Quote:

compiz: Another window manager is already running on screen: 0
compiz: No manageable screens found on display :0.0
It gives me that error whether I am running kwin or not.

Can anyone help? I have already added the options to my xorg.conf.

iiv 07-21-2007 04:17 PM

Same problem. Have googled much and all queries about it were not answered -- just silence. Seems like everybody is asking about a very common thing, but there is no answer could be found.

Nikosis 07-21-2007 04:56 PM

Hi
Try
Code:

compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom kde-window-decorator &

iiv 07-22-2007 05:41 AM

Yes we re speaking about this command. Exact this comand causes and error:
Code:

compiz: Another window manager is already running on screen: 0
compiz: No manageable screens found on display :0.0

And is should be run separate:
Code:

compiz --replace decoration wobbly fade minimize cube move place resize rotate scale switcher water zoom && kde-window-decorator &

AriciU 07-22-2007 10:20 AM

If using XFCE, right click on desktop / settings / window manager tweaks and disable Compositing.

If there is no compositing menu or not running xfce check xorg.conf for the line

Section "Extensions"
Option "Composite" "Enable"
EndSection

Add it to the end if it's not present. I'm running fusion without any problems but didn't use the older Compiz that comes with Slack so i can't really help more then this.

Wynd 07-22-2007 02:44 PM

I am using KDE, not XFCE. Is there an option for that?

Like I said, I added the lines to xorg.conf.

AriciU 07-22-2007 05:25 PM

Yeah, there is probably a compositing option in KDE that is enabled and it can't be overridden by compiz i guess. That's the case with XFCE's compositing option anyway. I never used KDE so i can't tell you where it is but search the forums or search for it and you'll find it sooner or later...

Found some pictures some time ago with KDE with transparency enabled and stuff like that so there must be a composite option somewhere in there.

Wynd 07-23-2007 01:35 PM

AriciU, there is a KDE compositing program called kompmgr. I tried compiz both with it disabled and enabled and neither work, I still get the same message.

iiv 07-23-2007 02:41 PM

Same with me.

AriciU 07-23-2007 04:13 PM

Try doing "compiz --replace ccp". That's the command used for the newer compiz fusion... maybe it'll work.

hollywoodb 07-23-2007 06:56 PM

Once you've got your xorg.conf set up properly (make sure Composite and AIGLX are enabled and say so in /var/log/Xorg.0.log) you can use these scripts to start compiz:

http://files.offbeatlounge.com/compiz/

They're very simple bash scripts, you can run the commands manually as well. They have a "LIBGL_ALWAYS_INDIRECT=TRUE" in them which afaik is only necessary for some Intel cards like the i915.

In order to use the KDE script and have Compiz work with KDE you need to get rworkman's packages:

http://www.slackware.com/~rworkman/compiz/

kde-window-decorator is NOT part of the stock slackware packages. gtk-window-decorator is.

rkelsen 07-23-2007 07:40 PM

Quote:

Originally Posted by hollywoodb
In order to use the KDE script and have Compiz work with KDE you need to get rworkman's packages

It should work without any patches. I refer you to this thread:
http://www.linuxquestions.org/questi...d.php?t=567635

While compiz is nice to look at, I found that it quickly became annoying.

Wynd 07-23-2007 07:41 PM

OK, I enabled AIGLX. I have added these lines to xorg.conf:

Code:

Section "Device"
        Option      "RenderAccel" "true"
        Option      "AllowGLXWithComposite" "true"
        Option      "DRI"    "true"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
        DefaultDepth 24
        Option "AllowGLXWithComposite" "true"
        Option "DisableGLXRootClipping" "true"
        Option "AddARGBGLXVisuals" "true"
EndSection

            Section "Extensions"
        Option "Composite" "enable"
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

Section "ServerFlags"
        Option  "AIGLX" "on"
EndSection

I still get the same error. Should I conclude that using compiz with KDE is not possible?

rkelsen 07-23-2007 07:43 PM

Quote:

Originally Posted by Wynd
Should I conclude that using compiz with KDE is not possible?

Well if it's not possible, I must have been dreaming... ;)

Wynd 07-24-2007 07:16 AM

Quote:

Originally Posted by rkelsen
Well if it's not possible, I must have been dreaming... ;)

Haha, you must have posted that right after I left.

I tried the stuff in that thread, but still no luck. I noticed someone in there had the same problem as me, but I didn't see any answers.


All times are GMT -5. The time now is 08:24 AM.