There is no way to change the vesafb video mode and/or timings after
booting linux. If you are not happy with the 60 Hz refresh rate, you
have these options:
* configure and load the DOS-Tools for your the graphics board (if
available) and boot linux with loadlin.
* use a native driver (matroxfb/atyfb) instead if vesafb. If none
is available, write a new one!
* VBE 3.0 might work too. I have neither a gfx board with VBE 3.0
support nor the specs, so I have not checked this yet.
[/code:1]
http://dev.gentoo.org/~spock/projects/vesafb-tng/ 这是vesa3.0的补丁
如果要调刷新率的话,也可以不打vesa3.0的补丁,而用其他原生的驱动。可以看看 modedb.txt。用这种格式
[code:1]To specify a video mode at bootup, use the following boot options:
video=<driver>:<xres>x<yres>[-<bpp>][@refresh][/code:1]