From e11a2faaf210a3c507c32588439eff829a2b31f3 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 5 Sep 2003 13:27:57 +0000 Subject: Document the SC_NO_SUSPEND_VTYSWITCH kernel config option. PR: 55562 Submitted by: Lukas Ertl --- share/man/man4/syscons.4 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share') diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4 index 11028979b3165..68fd7cf188e20 100644 --- a/share/man/man4/syscons.4 +++ b/share/man/man4/syscons.4 @@ -46,6 +46,7 @@ .Cd "options SC_NO_FONT_LOADING" .Cd "options SC_NO_HISTORY" .Cd "options SC_NO_PALETTE_LOADING" +.Cd "options SC_NO_SUSPEND_VTYSWITCH" .Cd "options SC_NO_SYSMOUSE" .Cd "options SC_PIXEL_MODE" .Cd "options SC_TWOBUTTON_MOUSE" @@ -344,6 +345,12 @@ unless you explicitly load a software font at startup. See .Sx EXAMPLES below. +.It SC_NO_SUSPEND_VTYSWITCH +This option, which is also available as loader tunable and sysctl +.Va ( hw.syscons.sc_no_suspend_vtswitch ) , +disables switching between virtual terminals (graphics <-> text) during +suspend/resume (ACPI and APM). Use this option if your system is freezing +when you are running X and trying to suspend. .El .Pp The following options will remove some features from the -- cgit v1.2.3