From 782e3549d5cafb2a35e83faf88695a742a5fe64b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 7 Apr 2008 00:12:43 +0200 Subject: Disable 00clear for uswusp sleep module. s2ram has its own vt switching logic, so disable 00clear for the uswsusp sleep module. --- pm/module.d/uswsusp | 1 + 1 file changed, 1 insertion(+) diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp index 07d2cc5..be502dc 100755 --- a/pm/module.d/uswsusp +++ b/pm/module.d/uswsusp @@ -3,6 +3,7 @@ # disable processing of 99video before_hooks() { + disablehook 00clear "disabled by uswsusp" disablehook 99video "disabled by uswsusp" } -- cgit v1.2.3