Description of problem: I use gnome-power-manager to put my machine into suspend-to-ram. This was working fine up until 5 days ago. Now only "hibernate" appears in the menu. I can issue a pm-suspend from the command line and the machine will go to sleep (though resume doesn't work now too). Version-Release number of selected component (if applicable): gnome-power-manager-2.20.0-6.fc8 How reproducible: every time, no "suspend" option appears Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
If you have nvidia graphics, you are probably affected by the recent decision to disable suspend with the nv driver, since it doesn't work in many cases. You can override this by creating a file in /etc/pm/config.d that contains a line ALLOW_NV_SUSPEND="yes"
Ah, I do have nvidia. I wasn't aware of this decision. Thanks, for the info.