[Pm-utils] ASUS M2V-MX SE: Graphics not initialized correctly after suspend.
Michael Biebl
mbiebl at gmail.com
Mon Mar 1 07:42:19 PST 2010
2010/2/21 Paul Menzel <paulepanter at users.sourceforge.net>:
> Dear pm-utils folks,
>
>
> after upgrading pm-utils from 1.2.6.1-3 to 1.3.0~rc3-2 on my Debian Sid/unstable system, suspend is not working anymore. Using the default settings, the graphics is not initialized correctly as it was before I applied the following patch to hal-info which unfortunately has not yet be answered to on the HAL list or been committed [1–4].
>
> I need the quirk s3-bios for the correct initialization of the graphic after suspend.
>
> $ sudo pm-suspend --quirk-s3-bios
>
> I tried to add this quirk to all kind places to no avail.
>
> $ ls -l /etc/pm/sleep.d/
> insgesamt 4
> -rwxr-xr-x 1 root root 33 21. Feb 02:01 m2v.txt
> $ more /etc/pm/sleep.d/m2v.txt
> ADD_PARAMETERS="--quirk-s3-bios"
>
> Please tell me what the correct way is to add such a quirk. I did not find any information on [6]. Maybe you can also apply [2] to hal-info.
ADD_PARAMETERS is the correct way, I'd say. but it has to be in
/etc/pm/config.d/, *not* sleep.d
Something like this works for me:
echo 'ADD_PARAMETERS="--quirk-s3-bio"' > /etc/pm/config.d/custom-quirks
sudo pm-suspend
Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
More information about the Pm-utils
mailing list