summaryrefslogtreecommitdiffstats
path: root/share/man/man4/syscons.4
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-09-11 02:07:24 +0000
committerdelphij <delphij@FreeBSD.org>2009-09-11 02:07:24 +0000
commit115c0d027c275a438e6a64297b2380f71c326821 (patch)
tree3a59f57d6ab18584579943a2d00b9806f359f71d /share/man/man4/syscons.4
parentf7f200d12d205da289929f0b9118c36acb30e16b (diff)
downloadFreeBSD-src-115c0d027c275a438e6a64297b2380f71c326821.zip
FreeBSD-src-115c0d027c275a438e6a64297b2380f71c326821.tar.gz
Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means
"set vesa mode" and higher 16bits of the flag would be the desired mode. One can now set, for instance, hint.sc.0.flags=0x01680180, which means that the system should set VESA mode 0x168 upon boot. Submitted by: paradox <ddkprog yahoo com>, swell k at gmail.com with some minor changes.
Diffstat (limited to 'share/man/man4/syscons.4')
-rw-r--r--share/man/man4/syscons.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 3f6e9ca..2c9d21d 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 22, 2006
+.Dd September 10, 2009
.Dt SYSCONS 4
.Os
.Sh NAME
@@ -325,7 +325,7 @@ This mode is useful on some laptop computers, but less so on
most other systems, and it adds substantial amount of code to syscons.
If this option is NOT defined, you can reduce the kernel size a lot.
See the
-.Dv VESA800X600
+.Dv VESAMODE
flag below.
.It Dv SC_TWOBUTTON_MOUSE
If you have a two button mouse, you may want to add this option
@@ -426,15 +426,15 @@ or else at the loader prompt (see
.\".It bit 6 (QUIET_BELL)
.\"This option suppresses the bell, whether audible or visual,
.\"if it is rung in a background virtual terminal.
-.It 0x0080 (VESA800X600)
-This option puts the video card in the VESA 800x600 pixel, 16 color
-mode.
-It may be useful for laptop computers for which the 800x600 mode
-is otherwise unsupported by the X server.
+.It 0x0080 (VESAMODE)
+This option puts the video card in the VESA mode specified by higher
+16 bits of the flags during kernel initialization.
Note that in order for this flag to work, the kernel must be
compiled with the
.Dv SC_PIXEL_MODE
option explained above.
+A list of the available mode can be obtained via
+.Xr vidcontrol 1 .
.\"Note also that the ``copy-and-paste'' function is not currently supported
.\"in this mode and the mouse pointer will not be displayed.
.It 0x0100 (AUTODETECT_KBD)
OpenPOWER on IntegriCloud