summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarko <marko@FreeBSD.org>2000-09-30 16:25:28 +0000
committermarko <marko@FreeBSD.org>2000-09-30 16:25:28 +0000
commitbfed2c02dd111cd4967674550be04f61341fe520 (patch)
treea859be666c2b4c8642ad1566476dd5933234acab /share
parent125cb222de55396adb8a20c0930141448a3ea8bc (diff)
downloadFreeBSD-src-bfed2c02dd111cd4967674550be04f61341fe520.zip
FreeBSD-src-bfed2c02dd111cd4967674550be04f61341fe520.tar.gz
SC_ALT_MOUSE_IMAGE is required for the mouse if SC_NO_FONT_LOADING or
VGA_NO_FONT_LOADING are used. PR: 21626 Submitted by: Vivek Khera <khera@kciLink.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/syscons.410
-rw-r--r--share/man/man4/vga.46
2 files changed, 13 insertions, 3 deletions
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 6d63045..e910378 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -255,7 +255,10 @@ in the virtual terminal.
It may be vastly costly for some video cards to draw the arrow-shaped
cursor and you may want to try this option.
However, the appearance of the alternative mouse cursor may not be
-very appealing.
+very appealing. Note that if you use the
+.Em SC_NO_FONT_LOADING
+option then you must also use this option if you wish to be able to use
+the mouse.
.It Em SC_DISABLE_DDBKEY
This option disables the ``debug'' key (by default, it is
.Em Alt-Esc ,
@@ -336,7 +339,10 @@ terminals.
The
.Nm
driver can load software font on some video cards.
-This option removes this feature.
+This option removes this feature. Note that if you still wish to use
+the mouse with this option then you must also use the
+.Em SC_ALT_MOUSE_IMAGE
+option.
.It Em SC_NO_HISTORY
This option disables back-scrolling in virtual terminals.
.\".It Em SC_NO_PALETTE_LOADING
diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4
index 496a2b9..bc038c1 100644
--- a/share/man/man4/vga.4
+++ b/share/man/man4/vga.4
@@ -118,7 +118,11 @@ driver and save kernel memory.
The
.Nm
driver can load software font to EGA and VGA cards.
-This option removes this feature.
+This option removes this feature. Note that if you use this option and
+still wish to use the mouse on the console then you must also use the
+.Em SC_ALT_MOUSE_IMAGE
+option. See
+.Xr syscons 4 .
.It Em VGA_NO_MODE_CHANGE
This option prevents the driver from changing video modes.
.El
OpenPOWER on IntegriCloud