summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-12-25 10:45:24 -0600
committerVictor Lowther <victor.lowther@gmail.com>2009-12-25 10:45:24 -0600
commit509f6badd8ffcc40bd3393d8c222ee8adacfa6b6 (patch)
tree96b0e7a59af27b5a877f0c926b461ca7608dc57b /pm
parente0b016fd42d3e2c279f730bd0f400933267d6fdb (diff)
chvt again when using nvidia binary driver
Certian newer nvidia binary drivers do not chvt in kernelspace, which leads to reported lockups. Go ahead and have them chvt in userspace again.
Diffstat (limited to 'pm')
-rwxr-xr-xpm/sleep.d/98-video-quirk-db-handler1
1 files changed, 0 insertions, 1 deletions
diff --git a/pm/sleep.d/98-video-quirk-db-handler b/pm/sleep.d/98-video-quirk-db-handler
index ec8c892..d3bca3a 100755
--- a/pm/sleep.d/98-video-quirk-db-handler
+++ b/pm/sleep.d/98-video-quirk-db-handler
@@ -358,7 +358,6 @@ case $1 in
elif using_nvidia; then
# Ditto for nVidia binary drivers
remove_parameters $possible_video_quirks
- add_parameters --quirk-no-chvt
elif using_fglrx; then
# fglrx may or may not have to change vts, reports one
# way or the other welcome.