Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
32bit framebuffer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
agaf
n00b
n00b


Joined: 30 May 2006
Posts: 1

PostPosted: Tue May 30, 2006 11:44 am    Post subject: 32bit framebuffer Reply with quote

I need 32bit framebuffer. Booting from Gentoo Minimal LiveCD I type "gentoo video=vesafb:800x600-32
@75" but it doesn't work (fb resolution is default - 1024x768). What should I do to change fb parameters?
Back to top
View user's profile Send private message
forgotten1
Guru
Guru


Joined: 11 Jan 2005
Posts: 477
Location: East Coast, USA

PostPosted: Tue May 30, 2006 2:59 pm    Post subject: Reply with quote

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:
Code:
vga=ask

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:
Code:
vga=0x315
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
Code:
lspci
so that I and others can see what type vga compatible controller you are using.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum