From 47356ebdc23835239d0284a6a498a27db83cb24e Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Wed, 10 Feb 2010 19:20:48 +0000 Subject: [PATCH] Re-enable chvt for nVidia cards nVidia cards require the chvt quirk. When the quirks were moved to 98-video-quirk-db-handler nVidia systems were erroneously given the --quirk-no-chvt parameter. Without the chvt, the user must manually switch the vts to bring X back. Signed-off-by: Chase Douglas --- pm/sleep.d/98-video-quirk-db-handler | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pm/sleep.d/98-video-quirk-db-handler b/pm/sleep.d/98-video-quirk-db-handler index 77dada4..e0d40b5 100755 --- a/pm/sleep.d/98-video-quirk-db-handler +++ b/pm/sleep.d/98-video-quirk-db-handler @@ -359,9 +359,8 @@ case $1 in remove_parameters $possible_video_quirks add_parameters --quirk-no-chvt elif using_nvidia; then - # Ditto for nVidia binary drivers + # Ditto for nVidia binary drivers, but still must change vts. 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. -- 1.6.3.3