|
|

楼主 |
发表于 2006-5-26 10:40:58
|
显示全部楼层
Refresh rates
=============
With VBE3.0 compatible BIOSes and vesafb-tng it is possible to change
the refresh rate either at boot time (by specifying the @<rr> part of
the mode name) or later, using the fbset utility.
If you want to use the default BIOS refresh rate while switching modes
on a running system, set pixclock to 0.
With VBE2.0 there is no way to change the mode 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!
* use a BIOS editor to change the default refresh rate (such an
editor does exist at least for ATI Radeon BIOSes).
* if you're running a non-vm86 and VBE3.0-compatible system, you can
use a kernel patch (vesafb-rrc) to hard-code some mode timings in
the kernel and use these while setting the graphic mode at boot time.
Note that there are some boards (nVidia 59**, 57** and newer models)
claiming that their Video BIOS is VBE3.0 compliant, while ignoring the
CRTC values provided by software such as vesafb-tng. You'll not be able
to change the refresh rate if you're using one of these boards.
这是linux内核文档vesafb.txt里面的一段,它是不是说57**之后的nvidia显卡都只能用60Hz的刷新频率? |
|