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
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.utf8)
Versions of packages powersaved depends on:
ii adduser 3.99 Add and remove users and groups
ii dbus 0.94-1 simple interprocess messaging syst
ii hal 0.5.8.1-3 Hardware Abstraction Layer
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
ii libcpufreq0 002-2 shared library to deal with the cp
ii libdbus-1-3 0.94-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.71-2 simple interprocess messaging syst
ii libgcc1 1:4.1.1-19 GCC support library
ii libglib2.0-0 2.12.4-1 The GLib library of C routines
ii libhal1 0.5.8.1-3 Hardware Abstraction Layer - share
ii libpowersave10 0.14.0-3 power management daemon - shared l
ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3
ii lsb-base 3.1-19 Linux Standard Base 3.1 init scrip
Versions of packages powersaved recommends:
ii acpid 1.0.4-5 Utilities for using ACPI power man
ii grub 0.97-18 GRand Unified Bootloader
ii hdparm 6.9-1 tune hard disk parameters for high
ii kpowersave 0.6.2-3 frontend to powersave for setting
pn uswsusp <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]