I found a better way to suspend my system. It’s an Acer Travelmate 4152NLCi – intel centrino with intel GMA900. Now both Suspend-to-disk and Suspend-to-RAM works (even as a regular user – not root). To do this I changed the following options in /etc/pm/config
Before
S2RAM_OPTS=" "
HIBERNATE_METHOD=” “
After
S2RAM_OPTS="-f -a3"
HIBERNATE_METHOD=”userspace”
Now while logging out, select either “Suspend to Disk” or “Suspend to RAM” to try it out. More information can be found at http://en.opensuse.org/Pm-utils and at http://en.opensuse.org/S2ram
Recent Comments