Stuart Morris schrieb: > I have recently installed XDirectFB with modular Xorg-server-1.1.1 and > it almost > works. > There is a problem when dragging windows with the mouse. If I drag a > window the > whole screen goes black except for the mouse cursor. When I release the > window > everything returns to normal. > If I set the default opacity to something less than totally opaque, when > dragging a > window the whole screen goes transparent against a black background. > > What is wrong here?
That sounds like a window manager is creating a window as big as the screen while moving the window. In normal X you could still see the desktop if the window doesn't paint itself, but with XDirectFB it's different because of the buffer per top level window. The only solution without changing the window manager would be to detect such a case somehow and copy the desktop to the new window. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
