You are not logged in.

#1 2010-12-06 21:51:41

vheon
Member
Registered: 2010-04-08
Posts: 21

[SOLVED][Fluxbox]xcompmgr does't render all perfectly

Hi at all... I have reinstall my arch two days ago with fluxbox. I installed also xcompmgr and put into my .xinitrc this:

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

xset s off -dpms &
xcompmgr -c -r10 -F -f -D5 -C -o0.8 &
conky &

exec fluxbox

but when I do startx, at first seem to be all normal but without the composite manager, then when it start the shadows appear around the windows as should be, but the toolbar is not completely drawn and only when I move a window over it then the toolbar refresh and all is almost perfetc except for conky that has his shadow when I don't want it.

Someone can help me?

PS. Sorry for my bad english

EDIT: I have tryed something: I removed the line of xcompmgr in the .xinitrc and start it from a shell after the startx and all work perfectly, even the shadow around conky... only that I don't want start xcompmgr by hand every time...

Last edited by vheon (2010-12-08 16:50:54)

Offline

#2 2010-12-07 08:04:47

Simplet
Member
Registered: 2010-12-02
Posts: 18

Re: [SOLVED][Fluxbox]xcompmgr does't render all perfectly

try sleeping before launching command at fluxbox's startup :

sleep 5 && xcompmgr -c -r10 -F -f -D5 -C -o0.8 &
sleep 2 && conky &


"You feel a strange vibration under your feet."

Offline

#3 2010-12-07 13:46:53

vheon
Member
Registered: 2010-04-08
Posts: 21

Re: [SOLVED][Fluxbox]xcompmgr does't render all perfectly

thanks man! I didn't think about this... smile

Offline

Board footer

Powered by FluxBB