summaryrefslogtreecommitdiffstats
path: root/Documentation/fb
diff options
context:
space:
mode:
authorAndres Salomon2008-04-28 11:15:28 +0200
committerLinus Torvalds2008-04-28 17:58:39 +0200
commit564820d42aaa55e6ce60a59c0f60832e1330c58b (patch)
tree14312ba428c32d36e023d437b3d02ed86b0add1f /Documentation/fb
parentlxfb: rename kernel arg fbsize to vram (diff)
downloadkernel-qcow2-linux-564820d42aaa55e6ce60a59c0f60832e1330c58b.tar.gz
kernel-qcow2-linux-564820d42aaa55e6ce60a59c0f60832e1330c58b.tar.xz
kernel-qcow2-linux-564820d42aaa55e6ce60a59c0f60832e1330c58b.zip
lxfb: disable suspend VT switch by default
By default disable VT switch, but allow it to be overridden via the 'vt_switch' module arg. Signed-off-by: Andres Salomon <dilinger@debian.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Jordan Crouse <jordan.crouse@amd.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/fb')
-rw-r--r--Documentation/fb/lxfb.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/fb/lxfb.txt b/Documentation/fb/lxfb.txt
index 80656078d4d9..38b3ca6f6ca7 100644
--- a/Documentation/fb/lxfb.txt
+++ b/Documentation/fb/lxfb.txt
@@ -45,6 +45,8 @@ Accepted options:
mode_option - specify the video mode. Of the form
<x>x<y>[-<bpp>][@<refresh>]
vram - size of video ram (normally auto-detected)
+vt_switch - enable vt switching during suspend/resume. The vt
+ switch is slow, but harmless.
--
Andres Salomon <dilinger@debian.org>