X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fprefs.c;h=e2d765ab377d8cd605497c72890cd3b32c3374c3;hp=399a086ebecd60849cfdd5e85159cd9a4b05b009;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hpb=3f1091236d800c43a3124c44c7da54e53f205b13 diff --git a/driver/prefs.c b/driver/prefs.c index 399a086e..e2d765ab 100644 --- a/driver/prefs.c +++ b/driver/prefs.c @@ -1635,7 +1635,9 @@ stop_the_insanity (saver_preferences *p) if (p->dpms_standby == 0 && /* if *all* are 0, then DPMS is disabled */ p->dpms_suspend == 0 && - p->dpms_off == 0) + p->dpms_off == 0 && + !(p->dpms_quickoff_p) /* ... but we want to do DPMS quick off */ + ) p->dpms_enabled_p = False;