summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vidcontrol/vidcontrol.1
Commit message (Collapse)AuthorAgeFilesLines
* Mention that the vga(4) driver supports 90-column video modes.dd2001-03-281-0/+10
| | | | | | PR: 26050 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
|
* New option `-g' to allow selecting custom text geometry in VESA_800x600 rastersobomax2001-01-251-0/+18
| | | | | | | text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37 text mode as opposed to default 80x25. Reviewed by: imp
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-2/+2
|
* Spell the sos's name correctly.ru2000-11-141-1/+1
|
* Avoid use of tbl(1).ru2000-11-061-13/+8
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* updates the vidcontrol man page to include mention of the new -M flagunfurl2000-02-171-0/+4
| | | | | PR: 16221 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Fix broken cross reference : kldload(1) -> kldload(8)phantom1999-10-301-1/+1
|
* Various style and visual changes.phantom1999-09-241-8/+10
| | | | | VESA_132x30 is not available mode SC_PIXLE_MODE -> SC_PIXEL_MODE
* - Mention that the SC_PIXEL_MODE kernel option is required, in orderyokota1999-09-191-1/+8
| | | | | | to use the VESA_800x600 raster text mode. - Fix the list of recognized keywords; "40x25" is not recognized, but "VGA_40x25" is.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various man page cleanup:mpp1999-08-151-2/+2
| | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Added the EXAMPLE section and try to make the text slightly more informative.yokota1999-07-051-52/+142
| | | | | | | Grammar and Spelling Reviewed by: mpp While mpp kindly checked grammar and spelling, any technical errors remaining in the man pages are entirely of mine.
* Mention that 8x8 font is required for 43, 50 and 60 line text modes,yokota1999-06-031-8/+57
| | | | and that font files can be specified in /etc/rc.conf[.local].
* Change LKM to KLD.ghelmer1999-04-081-2/+2
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* VESA BIOS support update in syscons.yokota1998-09-231-8/+27
| | | | | | - Accept generic video mode names: 80x25, 80x30, etc. Specific video mode names, VGA_80x25, VESA_132x25, are still accpeted too. - Update the man page accordingly.
* Add VESA support to syscons.sos1998-09-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use err(3). Stylistic changes in man page.charnier1997-10-271-28/+38
|
* Add ref to moused(8).wosch1997-07-241-1/+3
|
* Add a -s option for setting the current vty. This should makebrian1997-03-071-0/+3
| | | | | | | | | life easier if a PS/2 mouse locks up the keyboard (frequent-ish, but not repeatable). Tidy up code (a bit) and make it -Wall Is this a 2.2 candidate ? (although it doesn't -Wall in 2.2 because of the lack of sys/sysproto.h
* Convert to mdoc format.mpp1996-12-091-76/+70
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
* Added new -m option, that enable / disables the mousepointer onsos1996-06-211-1/+5
| | | | a textmode screen.
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
|
* remove option "-s saver" from usage()dima1995-03-031-2/+1
|
* Next syscons update (given up on numbering :)sos1995-02-221-5/+0
| | | | | | | | | | | Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload.
* Added new choises of cursors.sos1995-02-071-2/+4
|
* First round in syscons update. Several new features has been added:sos1995-01-121-11/+7
| | | | | | | | | | | | | | No kernel config options anymore besides keyboard language layout. Virtual consoles are now dynamically allocated, no NCONS anymore. Software cursor blinking/nonblinking. Visual bell for laptops (don't beep at meetings :-). Cursor/bell default type setable via config "flags" instead of as defines. Cursor/bell type setable via ioctl's. New video modes 80x30 80x60 for some laptops, and those with multisync monitors. Scroll-lock history (length currently fixed at 100 lines). Lots of cleanups, some only commented out for now (will goaway soon). Support for new features in vidcontrol/kbdcontrol. Updated manpages.
* Document -d and -x optionsache1994-09-261-1/+7
|
* Added vidcontrol util from 1.1.5.1+sos1994-08-171-0/+112
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud