Your message dated Tue, 17 Aug 2010 08:32:09 +0000
with message-id <[email protected]>
and subject line Bug#593303: fixed in acpi-support 0.137-5
has caused the Debian Bug report #593303,
regarding acpi-support: suspend in half the time - background xscreensaver
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
593303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: acpi-support
Version: 0.137-3
Severity: normal
Tags: patch
I was excited when the 2.6.35 kernel suspended to ram
`echo mem > /sys/power/state` in 1.4 seconds, but then seeing Fn Zz
acpi suspend hot key taking 6.6 seconds was disapointing, especially
since /etc/acpi/sleep.sh was also using the same kernel suspend to ram
method. Granted it was going to be slower because it has the whole
acpi and pm-suspend set of shell scripts to process through, but 4.7
times slower? I tracked down 3+ seconds of that being
xscreensaver-command sleeping three times for a second each. Here's a
patch to execute those sleeps in the background and half the time to
get the system suspended using the hot keys. It could be executed in
another half the time, but I haven't tracked that down.
As a side note, throttling the screen saver and forcing dpms to off is
pointless when the cpu and graphics card are going to be powered off.
Index: usr/share/acpi-support/screenblank
===================================================================
--- usr/share/acpi-support/screenblank (revision 106)
+++ usr/share/acpi-support/screenblank (revision 107)
@@ -1,7 +1,7 @@
if [ `pidof xscreensaver` ]; then
- su $user -s /bin/sh -c "(xscreensaver-command -throttle)"
+ su $user -s /bin/sh -c "(xscreensaver-command -throttle&)"
if [ x$LOCK_SCREEN = xtrue ]; then
- su $user -s /bin/sh -c "(xscreensaver-command -lock)"
+ su $user -s /bin/sh -c "(xscreensaver-command -lock&)"
fi
elif [ `pidof dcopserver` ]; then
if [ x$LOCK_SCREEN = xtrue ]; then
@@ -16,13 +16,13 @@ fi
case "$DISPLAY_DPMS" in
xset)
-su $user -s /bin/sh -c "xset dpms force off"
+su $user -s /bin/sh -c "xset dpms force off&"
;;
xrandr)
- su $user -s /bin/sh -c "xrandr --output LVDS --off"
+ su $user -s /bin/sh -c "xrandr --output LVDS --off&"
;;
vbetool)
- /usr/sbin/vbetool dpms off
+ /usr/sbin/vbetool dpms off &
;;
esac
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages acpi-support depends on:
ii acpi-fakekey 0.137-3 tool to generate fake key events
ii acpi-support-base 0.137-3 scripts for handling base ACPI eve
ii acpid 1:2.0.6-1 Advanced Configuration and Power I
ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip
ii pm-utils 1.3.0-2 utilities and scripts for power ma
ii x11-xserver-utils 7.5+2 X server utilities
Versions of packages acpi-support recommends:
ii dbus 1.2.24-3 simple interprocess messaging syst
pn radeontool <none> (no description available)
ii vbetool 1.1-2 run real-mode video BIOS code to a
ii xscreensaver 5.11-1 Automatic screensaver for X
Versions of packages acpi-support suggests:
pn rfkill <none> (no description available)
ii xinput 1.5.2-1 Runtime configuration and test of
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/share/acpi-support/screenblank (from acpi-support
package)
--- End Message ---
--- Begin Message ---
Source: acpi-support
Source-Version: 0.137-5
We believe that the bug you reported is fixed in the latest version of
acpi-support, which is due to be installed in the Debian FTP archive:
acpi-fakekey_0.137-5_amd64.deb
to main/a/acpi-support/acpi-fakekey_0.137-5_amd64.deb
acpi-support-base_0.137-5_all.deb
to main/a/acpi-support/acpi-support-base_0.137-5_all.deb
acpi-support_0.137-5.diff.gz
to main/a/acpi-support/acpi-support_0.137-5.diff.gz
acpi-support_0.137-5.dsc
to main/a/acpi-support/acpi-support_0.137-5.dsc
acpi-support_0.137-5_all.deb
to main/a/acpi-support/acpi-support_0.137-5_all.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 Meskes <[email protected]> (supplier of updated acpi-support 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.8
Date: Tue, 17 Aug 2010 09:48:09 +0200
Source: acpi-support
Binary: acpi-support acpi-support-base acpi-fakekey
Architecture: source all amd64
Version: 0.137-5
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
acpi-fakekey - tool to generate fake key events
acpi-support - scripts for handling many ACPI events
acpi-support-base - scripts for handling base ACPI events such as the power
button
Closes: 591815 593303
Changes:
acpi-support (0.137-5) unstable; urgency=low
.
* Removed leftover packaging files coming from the Ubuntu debian/
directory. (Closes: #591815)
* Improve suspned time by backgrounding X commands. (Closes: #593303)
- thanks to David Fries <[email protected]>
Checksums-Sha1:
f04ec98a694cb8d731b55c6f60747cd28d1771c1 1234 acpi-support_0.137-5.dsc
bd4ac008ffd00fb829b5830c877f7b43f723498a 57631 acpi-support_0.137-5.diff.gz
e31daa2e72a580999eba3e2cfbd1f0f68f1e837b 51170 acpi-support_0.137-5_all.deb
6b34a4560bd71afa1f0fda06588a249de8adea96 19072
acpi-support-base_0.137-5_all.deb
c9db395ac043cf0d938fa992ed5bb1255aef62fc 21870 acpi-fakekey_0.137-5_amd64.deb
Checksums-Sha256:
965f488fa21151974e3132d67175d190cfd6f61b642a7de506acefcb20007371 1234
acpi-support_0.137-5.dsc
ad679dbf830e10b4b6b696b8fa489d284d71af4d0367236fc09da0c36655b320 57631
acpi-support_0.137-5.diff.gz
4d522a418adb2913df85771801bef01f4e8424bc8fa30a6707a43026194fb1f2 51170
acpi-support_0.137-5_all.deb
a3bebd18b4ebbd722bd612aec7f12b7478875a9a65a9a40cf5b3092e536f46c9 19072
acpi-support-base_0.137-5_all.deb
f8dd6a179ea1ee542333e8b4df579d8610aa37557fb7c79e80105626dd9c887f 21870
acpi-fakekey_0.137-5_amd64.deb
Files:
9315786fc99d2e1ad76e457854e60e29 1234 admin optional acpi-support_0.137-5.dsc
575445b300fcc34602e951c390841f29 57631 admin optional
acpi-support_0.137-5.diff.gz
bb46739bf9581e642507291aef4fcf33 51170 admin optional
acpi-support_0.137-5_all.deb
dc19afe8f50be966c987b6c1f62a3080 19072 admin optional
acpi-support-base_0.137-5_all.deb
d1720300f195b2a857b7837fc317a505 21870 admin optional
acpi-fakekey_0.137-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMaj7tVkEm8inxm9ERAtg1AJ9TGdKgV7P2W01p7vcgHap8xF7uCgCfak9N
huJp10XEVz3bihhF6pBEvW8=
=xjCK
-----END PGP SIGNATURE-----
--- End Message ---