From : Mike E. Matsnev
Subj : [FreeBSD] Патч для увеличения частоты регенерации консоли до 100Hz
-------------------------------------------------------------------------------
freebsd-console-vesa-100x37-800x600-100Hz.patch
This patch changes the refresh rate of the VESA 800x600x4 mode to 98Hz, should
hopefully work on all cards with VESA bios. Remember, the 60Hz refresh rate
no longer works. The second part changes the default width and height of
the SC_PIXEL_MODE in vidcontrol to 100x37 from 80x25 (dunno why they
use 80x25 anyway, when the hardware is set to a much better mode, the small
active rectangle in the middle of the screen looks really ugly).
Mike E. Matsnev
--- src,orig/sys/i386/isa/vesa.c Sat Jan 29 18:08:40 2000
+++ src/sys/i386/isa/vesa.c Thu Mar 16 11:44:31 2000
@@ -1016,7 +1016,25 @@
if (!(info.vi_flags & V_INFO_GRAPHICS))
info.vi_flags &= ~V_INFO_LINEAR;