[Bug 30768] Re: Failure to recover from hibernate with NVIDIA on Dell Precision M60

Paolo "UnixMan" Saggese 30768 at bugs.launchpad.net
Wed Dec 14 19:01:12 UTC 2011


*** This bug is a duplicate of bug 34043 ***
    https://bugs.launchpad.net/bugs/34043

Old Dell Inspiron 8600 with:

01:00.0 VGA compatible controller: nVidia Corporation NV34M [GeForce FX
Go5200 64M] (rev a1)

Ubuntu 11.10 Oneiric Ocelot server with TDE desktop ("Kubuntu trinity
remix") manually installed afterwards.

By default, resume from both suspend to ram & disk failed.

Problem solved by:

*) removing all quirks from:

/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi

/usr/lib/pm-utils/video-quirks/20-video-quirk-pm-dell.quirkdb

*) adding "NvAGP " "1" to xorg.conf

I've also edited /etc/default/acpi-support; AFAIU in principle this
should not matter. Nevertheless, changes are as follows:

- SUSPEND_METHODS="dbus-pm dbus-hal pm-utils"
+ SUSPEND_METHODS="dbus-pm pm-utils"

- ACPI_SLEEP=true
+ #ACPI_SLEEP=true

- ACPI_HIBERNATE=true
+ #ACPI_HIBERNATE=true

- ACPI_SLEEP_MODE=mem
+ ACPI_SLEEP_MODE=standby

- SAVE_VBE_STATE=true
+ SAVE_VBE_STATE=false

- POST_VIDEO=true
+ POST_VIDEO=false

- # DOUBLE_CONSOLE_SWITCH=true
+ DOUBLE_CONSOLE_SWITCH=true

That's all folks!

Hope it helps.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to acpi-support in Ubuntu.
https://bugs.launchpad.net/bugs/30768

Title:
  Failure to recover from hibernate with NVIDIA on Dell Precision M60

Status in “acpi-support” package in Ubuntu:
  New

Bug description:
  My notebook failed to recover from hibernation. I was able to get into
  the machine by ssh, but the screen didn't function.

  I saw the following in my "ps aux" listing:

  root     10802  0.0  0.0   1956   784 ?        Ss   11:58   0:00
  /usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket
  root     10807  0.0  0.0   4032     8 ?        Ss   11:58   0:00
  /bin/bash /usr/sbin/pmi action hibernate
  root     10817  0.1  0.0   4040   776 ?        S    11:58   0:01
  /bin/bash /etc/acpi/hibernate.sh force
  root     11252  0.0  0.0      0     0 ?        S<   12:00   0:00 [ipw2200/0]
  root     11504  0.0  0.0   3428   944 ?        S    12:00   0:00 su
  upayavira -c (xscreensaver-command -deactivate)
  1000     11506  0.0  0.0   4300  1512 ?        S    12:00   0:00 bash -c
  (xscreensaver-command -deactivate)
  1000     11507  0.0  0.0   3468   944 ?        S    12:00   0:00
  xscreensaver-command -deactivate
  postfix  11716  0.0  0.0   4276  1444 ?        S    12:00   0:00 pickup
  -l -t fifo -u -c
  postfix  11717  0.0  0.0   4312  1472 ?        S    12:00   0:00 qmgr -l
  -t fifo -u -c
  root     12175  0.0  0.0   3836  1388 ?        S    12:03   0:00 /bin/sh
  /etc/acpi/power.sh
  root     12193  0.0  0.0   2960   812 ?        S    12:03   0:00 xset
  dpms 0 0 600

  I found the following page:

  https://wiki.ubuntu.com/NvidiaLaptopBinaryDriverSuspend

  Following its suggestions got hibernate working. Note, it worked
  without the NvAGP line in xorg.conf, so it was only changes in
  /etc/default/acpi-support that were required.

  If you need more info, please ask.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/30768/+subscriptions




More information about the foundations-bugs mailing list