forgotten1 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/49851819941f7d92fef474.gif)
Joined: 11 Jan 2005 Posts: 477 Location: East Coast, USA
|
Posted: Tue May 30, 2006 2:59 pm Post subject: |
|
|
If you research the framebuffer device being used by the minimal LiveCD:
Code: | less /proc/config.gz |
You will learn that vesafb is being used, not vesafb-tng. This means the 'video=' statement won't work. With the vesafb driver, you have to use the 'vga' statement to change the resolution. A quick search (google 'framebuffer howto') identifies the fact that 32 bit modes are [identified] at the discretion of the manufacturer, and you will have to discover what those codes are. You might add:
to the boot parameters, but the specific 32 bit mode may not be listed. According to the framebuffer howto, the 24bit mode for 800x600 resolution is selected with:You might try that, to see if it 'just works.' Additionally, if all else fails, you can set the gentoo-nofb boot parameter to get started without a framebuffer.
It would also be helpful if you posted the results of so that I and others can see what type vga compatible controller you are using. |
|