From: James S. <jsi...@tr...> - 2001-05-21 18:47:20
|
> I am currently developping a frame buffer drivers for a Samsung LCD. The > LCD is connected to the system trough the USB chain, but fb access works > fine (I can draw ;-p ). The only annoying thing is that when I register my > fb driver it takes over all my VC. > > How can I create a new VC (tty?) using my fb driver only? > How can I keep my already existing VC using vgacon ? With the standard kenel you can't :-( When you load the new fbdev driver it takes over. What you can do is get a second card that is supported by fbcon. Then migrate some of the VCs to that card. P.S For 2.5.X this will be fixed :-) |