> I have linked "/etc/directfbrc" into "/usr/local/etc/" > Now the internal DirectFB resolution is 640x480 and it's show in the upper > left corner of the full screen. > The remaining of the screen is black. It is still a full-screen mode, as I > don't see any of my other windows, and I can't switch to other applications > by pressing Alt+Tab. > The same happens when I specify "--dfb:mode=640x480" on the command line.
It's ok.I knew. It is a reason to asking my questions... >> What do you try to approach? > I am trying to debug an application that I wrote for DirectFB, but as soon as > debugger hits the line where DFB interface is initialized the computer > freezes, because the application is not running because it's under the > debugger, and I can't see the debugger window because it is obscured by the > DFB full-screen. I suppose you use XWindow, are you? You should add next line into the .directfbrc system=x11 Then DirectDB will work via X11 and your application will appear in detached window. Note, in this case you must build DirectFB with support of X11. See ./configure --help > Are there any other ways to try to make it non-full-screen or any other ways > to debug it? If you want to debug DirectFB's app on native hardware you should connect an external console to your computer. Then you will be able to launch and debug your applications from thither. You can use any terminal connection - telnet, ssh, tty console and so on. -- Best Regards Nikita Egorov [email protected] [email protected] _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
