I'm a little confused about getting a console on a screen:
Do I need the VGA stuff in order to get just text output from the onboard video (EPIA MII) or is it only needed to do graphics?
What is a "uniq console" as activated by :
CONFIG_CONSOLE_BTEXT=1
?
Thanks,
-- Scott
On 5/11/06, scott scott@waye.co.uk wrote:
I'm a little confused about getting a console on a screen:
Do I need the VGA stuff in order to get just text output from the onboard video (EPIA MII) or is it only needed to do graphics?
You have to do the VGA stuff to initialize the vga card correctly. So it has to be done before any video output text or otherwise.
What is a "uniq console" as activated by : CONFIG_CONSOLE_BTEXT=1
I vaguely remember this. grepping through the code it only looks like its used in the ragexl code so you probally don't have to mess with it