On 11/9/05, Unger Richard <[EMAIL PROTECTED]> wrote: > One suggestion I do have is to use 2 Screens/GFX Cards for DirectFB > development. Run X-Windows, your favourite development environment, emacs and > whatever else you need on the main screen. Run your framebuffer driver and > the DirectFB apps on the secondary GFX card and screen. That way you should > never need to SSH again, AND can keep all your Xwindows open while testing! --- Or use SDL emulation in case you are working on a higher level application development work, so the SDL output is displayed in another X window.
You could set this in directfbrc, system=sdl, or via a command line flag when you start the specific DirectFB application. The X emulation still needs some work, it's checked in, but has issues. --Kent -- Something, Anything! _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
