Olivier BONHOMME wrote:
> Hello,
> 
> I am trying to use directfb 0.9.24 with the intelfb driver and I would 
> want more information about one point. In my project I would want to 
> launch a directfb application from a Linux Basic Text console. When the 
> application is terminated, I would want to go back to this linux text 
> console.
> 
> At this moment, when my application terminates, it is impossible for me 
> to go back to the linux console. The only solution I found is to use 
> fbcon module.
> 

Only a few drivers support internally restoring the VGA console, rivafb
and i810fb.

> Is there a way to do what I want ?
> 

Try vbetool.

vbetool vbestate save > /tmp/vbestate
/* run app */
vbetool vbestate restore < /tmp/vbestate

Tony

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to