


Hi,abester wrote:It makes it more puzzling, because in my xorg.cfg is
Option "Composite" "Enable"
but I have really no problem with anything (3D apps/ fullscreen 3Dapps, you name it) so long as I don't have kompmgr running. The moment I try to run just about any 3D app, even the simplest 'Hello World' opengl equivalent X crashes completely.


kompmgr uses DCOP which you can access from most programming APIs and from bash using:abester wrote: 1) is it possible with some simple command to turn off kompmgr and thereafter start it again? Like this in a script: close kompmgr->start 3dprogram, on end->start kompmgr again. Its a dirty workaround, but it would at least be something.

I don't completely understand.yodi wrote:An easier solution would be that KDE allows you to set custom setting for every application. If you click on the title bar of your video playing application or other you can set the Opacity to 100% and thus removing the compositive extention from that window. This solution has worked fine for me so far.
Most people would disagree but I don't think the compositive option is ready for any hard use. It is still relatively new option and so rather unstable still. Some people though do use it on an ever day bases but I believe you would need to configure your setup around using this option.
Hope this helps...

Code: Select all
jw local # emerge compiz -ptv
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
[ebuild N ] x11-wm/compiz-0.0.5_alpha20060308 USE="kde svg -gnome -switch_all_desktops" 0 kB [1]
[ebuild NS ] x11-libs/qt-4.1.1 USE="cups doc gif jpeg mysql odbc opengl png zlib -accessibility -debug -examples -firebird -mng -nas -nis -postgres -sqlite -xinerama" 27,110 kB
[ebuild N ] x11-libs/startup-notification-0.8 230 kB
Total size of downloads: 27,341 kB
Portage overlays:
[1] /usr/local/xgl-coffee
jw local #
Code: Select all
jonas@jw ~ $ DISPLAY=:1 /usr/bin/kde-window-decorator
Qt decorator is not yet ready!
jonas@jw ~ $
Code: Select all
#!/bin/bash
echo ">Starting XGL at Display: $1"
echo "========= XGL ============"
Xgl :$1 -ac -accel xv -accel glx:pbuffer &
sleep 3
echo "======= COMPIZ ==========="
DISPLAY=:$1 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace deco$
sleep 3
echo "====== DECORATIONS ======="
DISPLAY=:$1 gnome-window-decorator &
# sleep 3
echo "======= KDE/small ============"
DISPLAY=:$1 kdesktop &
DISPLAY=:$1 kicker &
DISPLAY=:$1 setxkbmap -model pc105 -layout de -variant basic &
#echo "======= LOGOUT ============"
#killall Xgl
# Adding the line above,if you can't logout Gnome correctly.

I did the same as you,iDeJ wrote:jonaswidarsson
how did you manage to get KDE fully working?
Code: Select all
DISPLAY=:$1 kdesktop &
DISPLAY=:$1 kicker &
I have seen something similar, but which I saw in my ordinary KDE setup (gentoo ebuilds) in the new modular X.iDeJ wrote:which gives me a very fast loading kde-like environment wich strange behaviour
(e.g. K-Menu misses some apps (like the KDE Control Center), or the Control Center misses some options (like Show Windows from all Desktops),
everything related to Devices refuses to work to (i can't use devices in Konquror nor the Media-Applet)