Hi all,
Ok, made tons of progress getting this new vm up and running, now doing
some tweaking, and can't figure this one out...
I'm trying to enable the framebuffer for the console at boot time.
Here's my kernel boot options:
video=vesafb:mtrr:y,ywrap vga=ask
This correctly prompts me for the mode I want - I press enter to show me
the list of available/supported modes, choose "y" for the mode "y 341
1024x768x32", the system continues to boot and switches to the correct
mode (1024x768) for my console...
The problem is, if I set vga=341, which is the mode on that line, all I
get is the default 40x25 text console...
Anyone have any ideas?