You are not logged in.

#1 2007-01-03 07:21:06

nasigoreng
Member
Registered: 2006-10-06
Posts: 9

xfce4 compositor missing [solved]

I must be doing something wrong but I can't see it.
I am running xfce4-svn and so far I love it. However I have no compositor in the settings manager under window-manager-tweaks.

xfwm4 -V gives me:

This is xfwm4 version 4.3.99.2 (revision 24006) for Xfce 4.3.99.2
        Released under the terms of the GNU General Public License.
        Compiled against GTK+-2.10.6, using GTK+-2.10.6.

        Build configuration and supported features:
        - Startup notification support:                 Yes
        - XSync support:                                Yes
        - Render support:                               Yes
        - Xrandr support:                               Yes
        - Embedded compositor:                          Yes
        - KDE systray proxy (deprecated):               No

As outlined here: http://wiki.archlinux.org/index.php/Usi … _extension  my xorg.conf file contains:
Section "Device"
    Identifier  "gforce2mx"
    Driver      "nvidia"

    Option "TripleBuffer" "True"
    Option "AddARGBGLXVisuals"
    Option "RenderAccel" "true"
EndSection

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

It looks like everything is ok in Xorg.0.log

Why is there no compositor tab? I think I'm going to go crazy!

Offline

#2 2007-01-03 08:31:37

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: xfce4 compositor missing [solved]

it should be in xfce4 settings-window manager settings-last tab


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#3 2007-01-03 08:37:22

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: xfce4 compositor missing [solved]

WHat graphics drivers are you using? I noticed it doesnt work on Vesa and the like in xorg


http://binaryritual.net

There is no spoon.......

Offline

#4 2007-01-03 09:04:08

nasigoreng
Member
Registered: 2006-10-06
Posts: 9

Re: xfce4 compositor missing [solved]

dolby wrote:

it should be in xfce4 settings-window manager settings-last tab

Style, Keyboard, Focus and Advanced are the only tabs there so I'm assuming something is not working.

satanix wrote:

WHat graphics drivers are you using? I noticed it doesnt work on Vesa and the like in xorg

You mean the nvidia driver?


I did some more poking around: there is a file ~/.config/xfce4/mcs_settings/wmtweeks.xml which contains a line:
option name="Xfwm/UseCompositing" type="int" value="0"
That looks suspicious but I don't know what to do about it...

Offline

#5 2007-01-03 09:45:50

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: xfce4 compositor missing [solved]

You should remove (not needed by xfwm4):

Option "TripleBuffer" "True"
Option "AddARGBGLXVisuals"

And add:

Option "AllowCompositeWithGLX" "true"

Offline

#6 2007-01-03 09:48:35

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: xfce4 compositor missing [solved]

That should be
Option "AllowGLXWithComposite" "true"

wink

Offline

#7 2007-01-03 10:33:55

baze
Member
Registered: 2005-10-30
Posts: 393

Re: xfce4 compositor missing [solved]

dolby wrote:

it should be in xfce4 settings-window manager settings-last tab

no, it's the last tab in window manager _tweaks_

Offline

#8 2007-01-03 18:30:04

nasigoreng
Member
Registered: 2006-10-06
Posts: 9

Re: xfce4 compositor missing [solved]

xerverius wrote:

That should be
Option "AllowGLXWithComposite" "true"

wink

Thanks xerverius, now this option is being used.
I'm not sure where to look to find why this isn't working.

baze wrote:
dolby wrote:

it should be in xfce4 settings-window manager settings-last tab

no, it's the last tab in window manager _tweaks_

It's not showing up. I have Cycling, Focus, Accessibility, Workspaces, and a Placement tab.

Offline

#9 2007-01-03 18:48:02

nasigoreng
Member
Registered: 2006-10-06
Posts: 9

Re: xfce4 compositor missing [solved]

Does xfwm4 have a Verbose mode or something to tell me just what is starting up?

Offline

#10 2007-01-04 06:43:35

nasigoreng
Member
Registered: 2006-10-06
Posts: 9

Re: xfce4 compositor missing [solved]

After triple checking everything. I got a hunch and logged into a guest account and sure enough the compositor was there!

I got it working on my own account after an aggressive cull of dot and config files from previous installations that seem to breed quite prolifically.

As to which specific file was the culprit I can only guess...

I hope this helps someone.

Offline

Board footer

Powered by FluxBB