Package: powersaved
Version: 0.12.18-1
Severity: normal
Tags: patch

On my system, the vbe-state-[save|restore] script is required to get the 
display working again after S2R.
However, especially when theres load on the machine, reactivation of the 
machine leads to corruption in
the kde's windows decoration leading to neat transparent areas. Unfortunatly 
leads that pretty enhancment
to a unusable X-System, as contrast and readability of the contens is completly 
gone.

By trial and error I figured out, that the might be a race condition in the 
above mentioned script, that
leads that the vbe-restore command in completed after switching to the 
X-Display again

However, applying the following lines to the scripts seems to solve the issue 
-- at least I did not happen
again on my machine --.

So maybe you want to include the patch at your option.

Thanks

Tobias


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages powersaved depends on:
ii  adduser                       3.87       Add and remove users and groups
ii  dbus                          0.61-6     simple interprocess messaging syst
ii  hal                           0.5.7-2    Hardware Abstraction Layer
ii  libc6                         2.3.6-15   GNU C Library: Shared libraries
ii  libcpufreq0                   002-1      shared library to deal with the cp
ii  libdbus-1-2                   0.61-6     simple interprocess messaging syst
ii  libdbus-glib-1-2              0.61-6     simple interprocess messaging syst
ii  libgcc1                       1:4.1.1-5  GCC support library
ii  libglib2.0-0                  2.10.3-1   The GLib library of C routines
ii  libhal1                       0.5.7-2    Hardware Abstraction Layer - share
ii  libpowersave10                0.12.18-1  power management daemon - shared l
ii  libstdc++6                    4.1.1-5    The GNU Standard C++ Library v3
ii  libsysfs2                     2.0.0-7    interface library to sysfs
ii  lsb-base                      3.1-10     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.1-1    frontend to powersave for setting 

-- no debconf information
29c29
< sleep 1.5
---
> 
32,33d31
< 
< 
36,40d33
< while [[ "`fgconsole`" -ne "$CONS" ]]
< do
<    sleep 0.1
< done
< 

Reply via email to