On Mon, May 08, 2006 at 01:15:32PM +0200, Enrico Weigelt wrote: > > Hi folks, > > > I've seen, directfb on linux fbdev takes a new console when > graphics mode is opened and switching switching to another > console requires Ctrl+Alt+Fkey, instead Alt+Fkey, and using > Alt+Cursor doesn't work (the same as w/ X). > > I'd like to have the same behaviour like normal text console, > ie. graphics run on the same console and switching with Alt+Fkey > or Alt+Cursor. > > Does anyone know how I could get it working this way ? > Is this an userland (aka directfb) or kernel issue ?
It's a DirectFB issue. See system_input_filter() in systems/fbdev/fbdev.c. The actual vt switching code is in systems/fbdev/vt.c. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
