Quoting David Philippi ([EMAIL PROTECTED]): > Hi > > I've got XDirectFB-rc4 installed and I can run it quite well if one ignores > the fact that I get a nice blue background with a tearshaped cursor and > nothing else... > How do I configure which window manager to run and which ones are supported > besides sawfish? I've tried to compile it but I'm tired of walking down the > dependencies to get it working (I don't use much gtk programs beside).
If your distro has X installed and you have a "/etc/X11/xinit/xserverrc" you would enter the correct command to start XDirectFB there. But you can simply start your session like this: /usr/local/X11R6/bin/XDirectFB -ac -nolisten tcp & sleep 3 && DISPLAY=:0 wmaker Alternatively you could use "gnome-session" instead of "wmaker". I tested sawfish and wmaker successfully. I don't know if "-ac" is really needed. It disables access control and should be used with caution. Especially if you don't specify "-nolisten tcp". -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
