Date: Thu, 12 Feb 1998 14:05:11 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h Message-ID: <199802122205.OAA25264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/02/12 14:05:11 PST Modified files: sys/i386/isa syscons.c syscons.h Log: Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate this using option "-b" to the boot blocks. It is smartest to compile a font into your kernel (See LINT), but not mandatory, but apart from the cursor you will see nothing on the screen until you load a font. This mode allows XF86_VGA16 to run in 800x600 mode on otherwise unsupported graphics hardware. A number of buglets in the cursor handling in syscons may become visible this way. Revision Changes Path 1.254 +104 -60 src/sys/i386/isa/syscons.c 1.37 +2 -2 src/sys/i386/isa/syscons.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802122205.OAA25264>