From: James S. <jsi...@tr...> - 2002-02-13 19:40:33
|
> Hi > Can You ilustrate how to video units assigned with /dev/tty's? Its automatic. As soon as a new display and new keyboard is detected it creates a VT. > How many tty's per unit? 16 > Where determined concrete /dev/fbX<->/dev/ttyX binding? At present it is first come first serve to get a tty range. > con2fb couldn't compile with ruby fb.h. I removed that functionality. Actually I need to add it back once I make fbcon modular. > I try 3dfxfb.c v1.17 and get no prompt or blank screen. I have to try it again. I haven't played with it in awhile. > VGA console and Voodoo3 framebuffer configured. Don't use vga console at the same time. Just select the framebuffer console. > Two keyboards is attatched and mapped with two different vt pointer > (checked in keyboard.c, kbd_connect()). > Must take_over_console() in framebuffer init routines called? Take_over_console replaces a display driver for a VT. In the case of having VGA console then loading in the 3dfx and fbcon driver. Thi sis tricky code tho which I haven't worked out yet. > Must be additional getty in inittab for second framebuffer added? Yes. You need to add gettys for tty16 to tty32. > I patch 3dfxfb.c . This one allowed compilation. Commited. Will test tonight. |