0

Summary: It appears to me that the laptop is shutting off before the suspend processes complete, and then it completes the suspend processes after resuming and consequently becomes confused and crashes. Is my interpretation of the log correct? How do I solve this problem?

~~~

Pressing the power button to resume from suspend, the screen remains blank. It does not appear "to resume correctly but leave the screen turned off" because pressing the power button once after this failed resume turns off the computer, whereas in a normal session pressing the power button once has no effect.

This Sept. 2012 answer did not solve my problem. Here is the output to confirm that I changed the setting (the problem occurs whether false or true):

user@computer:~$ gsettings get org.gnome.desktop.lockdown disable-lock-screen
false
user@computer:~$ gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'
user@computer:~$ gsettings get org.gnome.desktop.lockdown disable-lock-screen
true

Is there some particular info from the output of the list hardware package lshw that I should share here? Here is some info I saw about the display:

    *-display:0 UNCLAIMED
         description: VGA compatible controller
         product: Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
         vendor: Intel Corporation
         physical id: 2
         bus info: pci@0000:00:02.0
         version: 03
         width: 32 bits
         clock: 33MHz
         capabilities: msi pm vga_controller bus_master cap_list
         configuration: latency=0
         resources: memory:eff00000-eff7ffff ioport:eff8(size=8) memory:d0000000-dfffffff memory:efec0000-efefffff
    *-display:1 UNCLAIMED
         description: Display controller
         product: Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
         vendor: Intel Corporation
         physical id: 2.1
         bus info: pci@0000:00:02.1
         version: 03
         width: 32 bits
         clock: 33MHz
         capabilities: pm bus_master cap_list
         configuration: latency=0
         resources: memory:eff80000-efffffff

Following the instruction of a comment to this May 2011 question, here is an excerpt from /var/log/kern.log. Corresponding actions that generated this log:

  • 9:40 suspend laptop
  • 9:43 pressed the power button to resume
  • 9:43 waited a moment to verify the screen remained blank
  • 9:4? pressed the power button again to turn off the device
  • 9:4? waited a few seconds then pressed the power button again to start up.

It appears to me that the laptop is shutting off before the suspend processes complete, and then it completes the suspend processes after resuming and consequently becomes confused and crashes. Is my interpretation of the log correct? How do I solve this problem?

It may also be noteworthy that I apparently do not have a /var/log/pm-suspend.log file.

0 Answers0