View | Details | Raw Unified | Return to bug 55562
Collapse All | Expand All

(-)share/man/man4/syscons.4 (+7 lines)
Lines 46-51 Link Here
46
.Cd "options SC_NO_FONT_LOADING"
46
.Cd "options SC_NO_FONT_LOADING"
47
.Cd "options SC_NO_HISTORY"
47
.Cd "options SC_NO_HISTORY"
48
.Cd "options SC_NO_PALETTE_LOADING"
48
.Cd "options SC_NO_PALETTE_LOADING"
49
.Cd "options SC_NO_SUSPEND_VTYSWITCH"
49
.Cd "options SC_NO_SYSMOUSE"
50
.Cd "options SC_NO_SYSMOUSE"
50
.Cd "options SC_PIXEL_MODE"
51
.Cd "options SC_PIXEL_MODE"
51
.Cd "options SC_TWOBUTTON_MOUSE"
52
.Cd "options SC_TWOBUTTON_MOUSE"
Lines 344-349 Link Here
344
See
345
See
345
.Sx EXAMPLES
346
.Sx EXAMPLES
346
below.
347
below.
348
.It SC_NO_SUSPEND_VTYSWITCH
349
This option, which is also available as loader tunable and sysctl
350
.Va ( hw.syscons.sc_no_suspend_vtswitch ) ,
351
disables switching between virtual terminals (graphics <-> text) during
352
suspend/resume (ACPI and APM).  Use this option if your system is freezing
353
when you are running X and trying to suspend.
347
.El
354
.El
348
.Pp
355
.Pp
349
The following options will remove some features from the
356
The following options will remove some features from the

Return to bug 55562