View previous topic :: View next topic |
Author |
Message |
guilag n00b
Joined: 14 Nov 2003 Posts: 14 Location: Montreal
|
Posted: Wed Jun 08, 2005 1:55 am Post subject: Console screen resolution problem |
|
|
Hi to all !
I'm running Gentoo on a Toshiba laptop, everything is going fine but since I have switch to the kernel 2.6 a few months ago, my screen resolution has never been larger than 640x480.
I have tried many times to set the resolution in the kernel config via the vesa-fg option, but it don't want to switch to a 1024x768 resolution. I can still use my console but I would very like that it could fit my screen.
I don't know what to change or what to install more, somebody had this little problem before ?
Thanks ! |
|
Back to top |
|
|
zonk Apprentice
Joined: 23 May 2005 Posts: 176
|
Posted: Wed Jun 08, 2005 3:16 am Post subject: |
|
|
hi,
i dunno a specific solution but here's what works for me:
kernel:
Code: | device drivers -> graphics support -> support for frame buffer devices [*]
vesa vga graphics support [*] -> vesa driver type (vesafb-tng)
console display driver support ->
video mode selection support [*]
framebuffer console support [*] |
and then this as a kernel parameter in the grub.conf:
video=vesafb:ywrap,mtrr,1024x768@65 |
|
Back to top |
|
|
Deathwing00 Bodhisattva
Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Thu Jun 09, 2005 11:16 am Post subject: |
|
|
Moved from Installing Gentoo to Kernel & Hardware. |
|
Back to top |
|
|
dgaffuri Advocate
Joined: 05 Jun 2005 Posts: 2078 Location: Italy
|
Posted: Fri Jun 10, 2005 12:42 am Post subject: |
|
|
Same kernel options, with
Code: | video=vesafb:ywrap,mtrr,1024x768-32@60 |
in grub.conf. Toshiba Tecra M2, 2.6.11-r9 |
|
Back to top |
|
|
mihirgk n00b
Joined: 06 Jun 2005 Posts: 12
|
Posted: Sat Jun 11, 2005 3:13 am Post subject: |
|
|
I have the same problem, except I am using an HP OmniBook 4150B. I have tried everything listed here, but it still doesn't display in 1024x768.
-Mihir |
|
Back to top |
|
|
|