Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
high-res console with gentoo-dev-sources-2.6.8-r10 [SOLVED]
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
Bungopolis
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 198
Location: San Francisco, CA, USA

PostPosted: Mon Oct 18, 2004 5:41 am    Post subject: high-res console with gentoo-dev-sources-2.6.8-r10 [SOLVED] Reply with quote

I recently upgraded my kernel sources from gentoo-dev-sources-2.6.8 to gentoo-dev-sources-2.6.8-r10, and some changes in the configuration have messed up my nice 1280x1024 framebuffer console. Before I had the same configuration listed below, except that there was no VESA driver type option, and no VESA default mode option. In order to get 1280x1024, I booted the kernel with the vga=0x31A option, which now gives an invalid mode error.

So I am looking for the correct gentoo-dev-sources-2.6.8-r10 configuration for a 1280x1024 FB console. Here is my current kernel config:

Code:
== Graphics support ==
[*] Support for frame buffer devices
<*> VESA VGA graphics support
VESA driver type (vesafb-tng)
(1280x1024x85) VESA default mode 

== Console display driver support ==
[*]   Video mode selection support
<*> Framebuffer Console support

== Logo configuration ==
[*] Bootup logo
[*]   Standard 224-color Linux logo


Last edited by Bungopolis on Mon Oct 18, 2004 6:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gavrila
Apprentice
Apprentice


Joined: 08 Jun 2003
Posts: 275

PostPosted: Mon Oct 18, 2004 7:28 am    Post subject: Reply with quote

Since u're spcifying the resolution in the kernel configuration; I'd guess u shouldn't pass kernel any parameter for vga mode :)

Regards
Back to top
View user's profile Send private message
J0rus
n00b
n00b


Joined: 27 May 2003
Posts: 30
Location: Maryland, USA

PostPosted: Mon Oct 18, 2004 7:58 am    Post subject: Reply with quote

Dunno if it's simply a typo in your post, but the mode should be specified as follows:
Code:
1280x1024@85

or you can specify the colour depth like so:
Code:
1280x1024-32@85


If you want to use a mode other than the default, here's what my kernel paramaters look like:
Code:
kernel=/2.6.9-rc2-love4 video=vesafb:ywrap,vram:16,mtrr,1280x1024-32@75 root=/dev/hda3 splash=silent,theme:emergence


~J0rus
Back to top
View user's profile Send private message
Bungopolis
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 198
Location: San Francisco, CA, USA

PostPosted: Mon Oct 18, 2004 6:31 pm    Post subject: Reply with quote

J0rus...

It was just a typo.
Code:
1280x1024@85
worked great.

Thanks
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