Quote:
Originally Posted by knc1
The K3 devices do not run X - only framebuffer - so it is already "on".
|
I meant to say that I would have to recompile the kernel to turn on fbcon.
I am aware that K3 does not run X, and that the framebuffer is already enabled.
However, the framebuffer is different than fbcon: the frame buffer is just an output device -- a driver for displaying graphics on the screen. It does not perform any input functionality.
fbcon, on the other hand, uses the framebuffer as the output interface, but fbcon also reads from the keyboard and thus provides a full input and output user interface.
fbcon is a kernel driver:
http://free-electrons.com/kerneldoc/latest/fb/fbcon.txt
Actually, a slightly modified fbcon would be splended for the k3.
Does anyone know how hard it is to compile a kernel for a k3? I have the arm scratchbox cross compiler set up and can compile simple programs no problem, but I'm not sure if I'd be able to compile a kernel...! Fortunately however the K3's current kernel config is available from /proc/config.gz.
Thanks,
Jesse