* Is it possible to issue a VBE3.0 call from Grub (1.95) to set desired refresh rate?
@ 2007-05-29 14:03 Dimitry Golubovsky
2007-05-29 16:41 ` Robert Millan
0 siblings, 1 reply; 2+ messages in thread
From: Dimitry Golubovsky @ 2007-05-29 14:03 UTC (permalink / raw)
To: grub-devel
Hi,
I am using Linux 2.6 on x86-64 with framebuffer console, VIA Unichrome
integrated graphics chip on a VIA K9MM-V motherboard.
When the videomode is set using Linux kernel boot options
(video=vesafb vga=...), default refresh rate is 60Hz which causes
visible blinking on a CRT monitor. The vesafb-tng driver does not work
in 64 bit kernels. Kernel framebuffer driver modules specific to VIA
Unichrome were tried, but none worked.
Is setting a videomode via VBE3.0 call 4f02h with desired refresh rate
possible from within Grub - using the grub.cfg file, or with some
programming?
Another thing, how to pass parameters to Linux kernel so that it does
not attempt to change the video mode when loading the vesafb
framebuffer driver?
Video mode needs to be set just once, during the boot process.
Thanks.
PS I am completely new to Grub, but familiar with low-level programming.
--
Dimitry Golubovsky
Anywhere on the Web
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Is it possible to issue a VBE3.0 call from Grub (1.95) to set desired refresh rate?
2007-05-29 14:03 Is it possible to issue a VBE3.0 call from Grub (1.95) to set desired refresh rate? Dimitry Golubovsky
@ 2007-05-29 16:41 ` Robert Millan
0 siblings, 0 replies; 2+ messages in thread
From: Robert Millan @ 2007-05-29 16:41 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, May 29, 2007 at 10:03:35AM -0400, Dimitry Golubovsky wrote:
> Hi,
>
> I am using Linux 2.6 on x86-64 with framebuffer console, VIA Unichrome
> integrated graphics chip on a VIA K9MM-V motherboard.
>
> When the videomode is set using Linux kernel boot options
> (video=vesafb vga=...), default refresh rate is 60Hz which causes
> visible blinking on a CRT monitor. The vesafb-tng driver does not work
> in 64 bit kernels. Kernel framebuffer driver modules specific to VIA
> Unichrome were tried, but none worked.
>
> Is setting a videomode via VBE3.0 call 4f02h with desired refresh rate
> possible from within Grub - using the grub.cfg file, or with some
> programming?
I'm not familiar with the video API either, but vbe.c:grub_video_vbe_init()
looks like a good place to start digging for the information you want.
grub_video_vbe_fini() might also be useful.
--
Robert Millan
My spam trap is honeypot@aybabtu.com. Note: this address is only intended
for spam harvesters. Writing to it will get you added to my black list.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-29 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-29 14:03 Is it possible to issue a VBE3.0 call from Grub (1.95) to set desired refresh rate? Dimitry Golubovsky
2007-05-29 16:41 ` Robert Millan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.