Your message dated Sun, 21 May 2006 07:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#368025: fixed in powersave 0.12.17-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: powersaved Version: 0.12.7-1 Severity: normal in /usr/lib/powersave/scripts, the scripts: prepare_suspend_to_disk and restore_after_suspend_to_disk work with the files: /etc/sysconfig/videobios, and /etc/init.d/boot.videobios and have something to do with 855resolution (package?). To the best of my knowledge, the equivalent package in Debian is 915resolution which uses the files: /etc/default/915resolution, and /etc/init.d/915resolution Here is the relevent lines of code for a modified version of prepare_suspend_to_disk; you'll note the similarities so perhaps there is a better method: (BEGIN) ############################################################################# # if the system is configured for 855resolution, we _must_ switch away from # X before suspend if [ -e /etc/sysconfig/videobios ]; then . /etc/sysconfig/videobios if [ "$VIDEOBIOS_PATCH" = "yes" ]; then SWITCH_VT=yes echo "VIDEOBIOS_PATCH is enabled" >> $LSMOD_LOG fi fi # debian update / 915resolution - Elizabeth Barham Fri May 19 04:46:05 CDT 2006 R915="/etc/default/915resolution" if [ -e $R915 ]; then . $R915 if [ $MODE ]; then SWITCH_VT=yes echo "VIDEOBIOS_PATCH (915resolution) is enabled" >> $LSMOD_LOG fi fi (END) and from restore_after_suspend_to_disk: (BEGIN) ############################################################################# # if the system is configured for 855resolution, we first patch the BIOS, # then force the switch back to the previous console if [ -e /etc/sysconfig/videobios ]; then . /etc/sysconfig/videobios if [ "$VIDEOBIOS_PATCH" = "yes" ]; then SWITCH_VT=yes BIOS_INIT="/etc/init.d/boot.videobios" echo "patching video bios..." >> $LSMOD_LOG [ -x $BIOS_INIT ] && $BIOS_INIT start >> $LSMOD_LOG fi fi # debian update / 915resolution - Elizabeth Barham Fri May 19 04:46:05 CDT 2006 R915="/etc/default/915resolution" if [ -e $R915 ]; then . $R915 if [ $MODE ]; then SWITCH_VT=yes BIOS_INIT="/etc/init.d/915resolution" echo "patching video bios..." >> $LSMOD_LOG [ -x $BIOS_INIT ] && $BIOS_INIT start >> $LSMOD_LOG fi fi (END) the top part of the code is the original and then I added the part for dealing with 915resolution. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968) Versions of packages powersaved depends on: ii adduser 3.87 Add and remove users and groups ii dbus 0.61-5 simple interprocess messaging syst ii hal 0.5.7-1 Hardware Abstraction Layer ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libcpufreq0 001-2 shared library to deal with the cp ii libdbus-1-2 0.61-5 simple interprocess messaging syst ii libdbus-glib-1-2 0.61-5 simple interprocess messaging syst ii libgcc1 1:4.1.0-1+b1 GCC support library ii libglib2.0-0 2.10.2-1 The GLib library of C routines ii libhal1 0.5.7-1 Hardware Abstraction Layer - share ii libpowersave10 0.12.7-1 power management daemon - shared l ii libstdc++6 4.1.0-1+b1 The GNU Standard C++ Library v3 ii libsysfs2 2.0.0-6 interface library to sysfs ii lsb-base 3.1-5 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 hdparm 6.6-1 tune hard disk parameters for high ii kpowersave 0.6.0-1 frontend to powersave for setting -- no debconf information
--- End Message ---
--- Begin Message ---Source: powersave Source-Version: 0.12.17-1 We believe that the bug you reported is fixed in the latest version of powersave, which is due to be installed in the Debian FTP archive: libpowersave-dev_0.12.17-1_i386.deb to pool/main/p/powersave/libpowersave-dev_0.12.17-1_i386.deb libpowersave10_0.12.17-1_i386.deb to pool/main/p/powersave/libpowersave10_0.12.17-1_i386.deb powersave_0.12.17-1.diff.gz to pool/main/p/powersave/powersave_0.12.17-1.diff.gz powersave_0.12.17-1.dsc to pool/main/p/powersave/powersave_0.12.17-1.dsc powersave_0.12.17.orig.tar.gz to pool/main/p/powersave/powersave_0.12.17.orig.tar.gz powersaved_0.12.17-1_i386.deb to pool/main/p/powersave/powersaved_0.12.17-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Biebl <[EMAIL PROTECTED]> (supplier of updated powersave package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 19 May 2006 21:51:18 +0200 Source: powersave Binary: libpowersave-dev libpowersave10 powersaved Architecture: source i386 Version: 0.12.17-1 Distribution: unstable Urgency: low Maintainer: Michael Biebl <[EMAIL PROTECTED]> Changed-By: Michael Biebl <[EMAIL PROTECTED]> Description: libpowersave-dev - power management daemon - development files libpowersave10 - power management daemon - shared library powersaved - power management daemon Closes: 368025 Changes: powersave (0.12.17-1) unstable; urgency=low . * New upstream release. * Removed *.la files from libpowersave-dev. * Added video_bios_intel.patch to properly call the 915resolution tool for Intel graphics chipsets. Closes: 368025 Thanks to Elizabeth Barham. Files: d92fe8dafb6e996db7f61f575d096fb6 746 admin optional powersave_0.12.17-1.dsc 07de7b8e07aaadd52c78d848740152a6 836465 admin optional powersave_0.12.17.orig.tar.gz bc2b1b49ced961f881257ac1dd5f029e 7682 admin optional powersave_0.12.17-1.diff.gz 75aa7fa8b2ba1aa82ea3d57780638ad7 393810 admin optional powersaved_0.12.17-1_i386.deb 2ae4ab13100a898c888f4f499347403d 28792 libs optional libpowersave10_0.12.17-1_i386.deb 18fc0b4c1eb53c80a3f6122ddc464176 39602 libdevel optional libpowersave-dev_0.12.17-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEcHpZipBneRiAKDwRAoNeAJ4+zcdGFDPAulFalHzuuU1P7mnXKgCffSTa f2v30+wjn3bHwLFlFjONjBM= =tJ6P -----END PGP SIGNATURE-----
--- End Message ---

