Julien Cervelle wrote:
> Package: powersaved
> Version: 0.14.0-3
> Severity: normal
> 
> package 915resolution now supports MODE=auto and XRESO and YRESO unset,
> and the scripts
> /usr/lib/powersave/scripts/restore_after_suspend_to_disk
> and
> /usr/lib/powersave/scripts/prepare_suspend_to_disk
> do not prepare and restore resolution when MODE=auto is set:
> Replacing
>     if [ "$MODE" = "" ] || [ "$XRESO" = "" ] || [ "$YRESO" = "" ]; then
> by
>     if [ "$MODE" != "auto" ] && 
>        ([ "$MODE" = "" ] || [ "$XRESO" = "" ] || [ "$YRESO" = "" ]) ; then
> does the trick

Hi Julien,

thanks for the bug report. I'll include the fix in the next upload.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to