summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-12-25 10:41:04 -0600
committerVictor Lowther <victor.lowther@gmail.com>2009-12-25 10:41:04 -0600
commit42da5cf30693f9cbe2a74b11338db3177851db3c (patch)
treecd1245c91e043ca32eccd73dcf6d2769574800c5
parent5297d116b3cd2455a50fe21243dce6f93282bcd4 (diff)
Make pm-utils chvt in userspace again when the nvidia driver is detected.pm-utils-1.2.7pm-utils-1.2
It turns out that certian newer nvidia drivers are not doing The Right Thing on all hardware, so go ahead and chvt in userspace when using an nvidia binary driver again.
-rwxr-xr-xpm/sleep.d/98smart-kernel-video1
1 files changed, 0 insertions, 1 deletions
diff --git a/pm/sleep.d/98smart-kernel-video b/pm/sleep.d/98smart-kernel-video
index 1c0952b..a71343e 100755
--- a/pm/sleep.d/98smart-kernel-video
+++ b/pm/sleep.d/98smart-kernel-video
@@ -44,7 +44,6 @@ have_nvidia()
# suspend/resume in a quirk-free manner.
[ -d /sys/module/nvidia ] || return 1
remove_all_video_quirks
- add_parameters --quirk-no-chvt
}
have_fglrx()