Hello guys.
Well, I'm a problem with the xgl. I install all pakages requested (xserver-xgl,libs,beryl-manager, emerald and aquamarine(plugins for KDE)). then I created the script to run the xgl when start the system, another to run the beryl-manager. then I created a new session for KDE. and close the session, restart the X windows and select the session but when I start the new session the system is running too slowly, well, I open a terminal and execute glxinfo and the output tells me that the direct rendering is NO and the Xfree86-DRI is missing. Well, in my default session on KDE the ATI drivers runs perfect but in the other session with XGL the ATI drivers doesn't run.
Can I help me???
Script #1 in /usr/bin/
name: startxgl.sh
#!/bin/bash
Xgl -fullscreen :1 -ac -br -accel glx

buffer -accel xv

buffer &
sleep 4
export DISPLAY=:1
Script #2 in ~/.kde/Autostart/
name: startberyl.sh
#!/bin/bash
beryl-manager
file of session in /usr/share/xsessions/
name: kdexgl.desktop
[Desktop Entry]
Encoding=UTF-8
Name=kdexgl
Comment=Start an xgl Session
Exec=/usr/bin/startxgl.sh
Type=Application
And I modify in xorg.conf the section "Extensions" changing the option "Composite" the "Enable" to "Disable".
Can I help me????
Thanks and sorry for my bad english.
Good Bye!!!