Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2d32152b8011ac85f607e062a0ade538 > files > 1

pm-utils-1.2.6.1-4.fc13.src.rpm

--- a/pm/sleep.d/98smart-kernel-video
+++ b/pm/sleep.d/98smart-kernel-video
@@ -32,7 +32,7 @@ have_kms()
 {
     # if we are running with a KMS-enabled video driver, we should not
     # attempt to run any quirks
-    grep -q -E '(noveau|drm)fb' /proc/fb || return 1
+    grep -q -E '(nouveau|drm)fb' /proc/fb || return 1
     remove_all_video_quirks
     add_parameters --quirk-no-chvt
 }