Initial. Don't... just don't ask.
This commit is contained in:
commit
00bae13bba
586 changed files with 129057 additions and 0 deletions
16
doc/man8/mode3.8
Normal file
16
doc/man8/mode3.8
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.TH mode3 8 "11 Mar 1999" "Svgalib (>= 1.4.0)" "Svgalib User Manual"
|
||||
.SH NAME
|
||||
mode3 \- set a vesa mode.
|
||||
.SH SYNOPSIS
|
||||
|
||||
.BI "mode3 [modenum] "
|
||||
|
||||
.SH DESCRIPTION
|
||||
The video card is set to vesa mode
|
||||
.IR modenum
|
||||
(or 3 by default) using the (real mode) vesa bios calls.
|
||||
|
||||
.SH BUGS
|
||||
Using this program is unsafe, and might (depending on the bios) result in
|
||||
a video card in a state that requires a hard reset to restore to normal,
|
||||
or even a hung computer.
|
||||
17
doc/man8/vga_reset.8
Normal file
17
doc/man8/vga_reset.8
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.TH vga_reset 8 2004-01-26 "Svgalib (>= 1.4.0)" "Svgalib User Manual"
|
||||
.SH NAME
|
||||
vga_reset \- reset video graphic board
|
||||
.SH SYNOPSIS
|
||||
.B vga_reset
|
||||
.SH DESCRIPTION
|
||||
Call real mode c000:0003, which should be the video card's initialization
|
||||
routine. Should work in some cases when mode3 fails to restore text mode.
|
||||
.SH BUGS
|
||||
Using this program is unsafe, and might (depending on the bios) result in
|
||||
a video card in a state that requires a hard reset to restore to normal,
|
||||
or even a hung computer.
|
||||
.SH SEE ALSO
|
||||
.BR mode3 (8).
|
||||
.SH AUTHOR
|
||||
This manual page was written by Guillem Jover <guillem@debian.org>.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue