Anyone running xgl & beryl on kde?

Soldato
Joined
9 May 2005
Posts
7,401
Location
Berkshire
I'm confused as to where my shutdown and reboot buttons have gone. At the moment I only get log off. It's not a show stopper as I can shutdown from the login menu but obviously it's way more convenient to do it from the task/start bar.

My startxgl.sh looks like this:

Code:
#!/bin/sh
Xgl :1 -fullscreen -ac -br -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
[COLOR=Red]cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"[/COLOR]
exec startkde

The bit in red is meant to fix the missing buttons buttons but it's not making any difference.

Thoughts?
 
Last edited:
Back
Top Bottom