Date: Wed, 16 Sep 1998 22:20:47 +0300 From: Alexander Litvin <archer@lucky.net> To: =?koi8-r?Q?S=F8ren_Schmidt?= <sos@FreeBSD.ORG> Cc: current@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT files.i386 options.i386 src/sys/i386/include console.h src/sys/i386/include/pc vesa.h src/sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c videoio.h kbdtables.h pcaudio.c syscons.c syscons.h wst.c src/lkm/syscons ... Message-ID: <19980916222047.59531@carrier.kiev.ua> In-Reply-To: =?koi8-r?Q?=3C199809151816=2ELAA20541=40freefall=2Efreebsd=2Eorg=3E=3B_f?= =?koi8-r?Q?rom_S=F8ren_Schmidt_on_Tue=2C_Sep_15=2C_1998_at_11=3A16=3A40A?= =?koi8-r?Q?M_-0700?= References: <199809151816.LAA20541@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Seems that after that commit SC_BAD_FLICKER doesn't work any more :( On Tue, Sep 15, 1998 at 11:16:40AM -0700, Søren Schmidt wrote: > sos 1998/09/15 11:16:39 PDT > > Modified files: > sys/i386/conf LINT files.i386 options.i386 > sys/i386/include console.h > sys/i386/isa kbdtables.h pcaudio.c syscons.c syscons.h > wst.c > lkm/syscons saver.h > lkm/syscons/blank blank_saver.c > lkm/syscons/daemon daemon_saver.c > lkm/syscons/fade fade_saver.c > lkm/syscons/green green_saver.c > lkm/syscons/snake snake_saver.c > lkm/syscons/star star_saver.c > usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c > Added files: > sys/i386/include/pc vesa.h > sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c > videoio.h > Log: > Add VESA support to syscons. > > Kazu writes: > > The VESA support code requires vm86 support. Make sure your kernel > configuration file has the following line. > options "VM86" > If you want to statically link the VESA support code to the kernel, > add the following option to the kernel configuration file. > options "VESA" > > The vidcontrol command now accepts the following video mode names: > VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600 > > The VESA_800x600 mode is a raster display mode. The 80x25 text will > be displayed on the 800x600 screen. Useful for some laptop computers. > > vidcontrol accepts the new `-i <info>' option, where <info> must be > either `adapter' or `mode'. When the `-i adapter' option is given, > vidcontrol will print basic information (not much) on the video > adapter. When the `-i mode' option is specified, vidcontrol will > list video modes which are actually supported by the video adapter. > > Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG > > Revision Changes Path > 1.466 +4 -1 src/sys/i386/conf/LINT > 1.204 +5 -1 src/sys/i386/conf/files.i386 > 1.87 +3 -1 src/sys/i386/conf/options.i386 > 1.39 +124 -3 src/sys/i386/include/console.h > 1.41 +5 -5 src/sys/i386/isa/kbdtables.h > 1.43 +5 -5 src/sys/i386/isa/pcaudio.c > 1.278 +493 -1330 src/sys/i386/isa/syscons.c > 1.40 +62 -30 src/sys/i386/isa/syscons.h > 1.12 +4 -4 src/sys/i386/isa/wst.c > 1.11 +6 -6 src/lkm/syscons/saver.h > 1.12 +5 -5 src/lkm/syscons/blank/blank_saver.c > 1.10 +3 -3 src/lkm/syscons/daemon/daemon_saver.c > 1.13 +6 -6 src/lkm/syscons/fade/fade_saver.c > 1.12 +5 -5 src/lkm/syscons/green/green_saver.c > 1.18 +7 -7 src/lkm/syscons/snake/snake_saver.c > 1.15 +7 -7 src/lkm/syscons/star/star_saver.c > 1.13 +6 -1 src/usr.sbin/vidcontrol/vidcontrol.1 > 1.20 +120 -2 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980916222047.59531>