* [gentoo-user] about console resolution
@ 2005-11-21 6:28 sempsteen
2005-11-21 6:59 ` Iain Buchanan
0 siblings, 1 reply; 3+ messages in thread
From: sempsteen @ 2005-11-21 6:28 UTC (permalink / raw
To: gentoo-user
Hi,
My screen resolution outside of X is 720x400. I don't know in which
file this is set and i want to change it because whenever splash
starts it tries to load 720x400.cfg file. I've tried to change it on
grub.conf file but nothing happens, it always switches back to
720x400. I've tried these in grub.conf file just to be sure that
resolution works:
kernel /kernel-2.6.14-gentoo-r2 root=/dev/hda4 vga=ask
- The scan result returned a maximum resolution of 132x60
kernel /kernel-2.6.14-gentoo-r2 root=/dev/hda4 video=vesafb:1024x768-32@80
- It switches to 720x400 (for all video=vesafb:resolutions)
In kernel I've enabled these:
Device Drivers
-> Graphics Support
-> <*>Support for frame buffer devices
<*> VESA VGA graphics support
VESA driver type (vesafb-tng)
(1152*864@75) VESA default mode
<*>nVidia Framebuffer Support
[*] Enable DDC Support
Console display driver support
-> [*] Video mode selection support
<*> Framebuffer Console support
[*] Support for the framebuffer splash
Can you help me?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] about console resolution
2005-11-21 6:28 [gentoo-user] about console resolution sempsteen
@ 2005-11-21 6:59 ` Iain Buchanan
2005-11-21 13:45 ` sempsteen
0 siblings, 1 reply; 3+ messages in thread
From: Iain Buchanan @ 2005-11-21 6:59 UTC (permalink / raw
To: gentoo-user
On Mon, 2005-11-21 at 08:28 +0200, sempsteen wrote:
> Hi,
> My screen resolution outside of X is 720x400. I don't know in which
> file this is set and i want to change it because whenever splash
> starts it tries to load 720x400.cfg file. I've tried to change it on
> grub.conf file but nothing happens, it always switches back to
> 720x400. I've tried these in grub.conf file just to be sure that
> resolution works:
>
> kernel /kernel-2.6.14-gentoo-r2 root=/dev/hda4 vga=ask
vga= is not for vesafb-tng!
> - The scan result returned a maximum resolution of 132x60
this is characters (wide) and lines (long), not resolution!
> kernel /kernel-2.6.14-gentoo-r2 root=/dev/hda4 video=vesafb:1024x768-32@80
> - It switches to 720x400 (for all video=vesafb:resolutions)
try
video=vesafb:1024x768-24@60
note the "24" colour depth, and the "60" refresh rate. Once this works,
you can try higher numbers.
> In kernel I've enabled these:
> <*>nVidia Framebuffer Support
not sure, but I don't think you need this one - ie. choose either
vesafb-tng _or_ nvidia framebuffer...
I'm guessing, but 720x400 may be something the nvidia framebuffer is
determining, and overriding vesafb-tng... dunno...
> Can you help me?
I hope so :^)
--
Iain Buchanan <iaindb@netspace.net.au>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-11-21 13:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-21 6:28 [gentoo-user] about console resolution sempsteen
2005-11-21 6:59 ` Iain Buchanan
2005-11-21 13:45 ` sempsteen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox