Archive:S2ram

跳转至: 导航, 搜索

SUSE 使用 s2ram 实现系统挂起的功能,它是 suspend 项目一部分,主页在 http://suspend.sourceforge.net

openSUSE 10.2 实现挂起

首先升级suspend包 http://software.opensuse.org/download/home:/seife/openSUSE_10.2/ 重启。进入桌面以后开个终端:

su
s2ram -f

不行的话按下面找一个能用的

s2ram -f -a 1 
s2ram -f -a 2 
s2ram -f -a 3 
s2ram -f -p -m 
s2ram -f -p -s 
s2ram -f -m 
s2ram -f -s 
s2ram -f -p 
s2ram -f -a 1 -m 
s2ram -f -a 1 -s

哪一个可以,就把后面参数设为 /etc/pm/config 的 S2RAM_OPTS 的值。


比如 s2ram -f -m 可以工作, /etc/pm/config 里面就找到S2RAM_OPTS开头的那一行改为

S2RAM_OPTS="-f -m"

注意:ATI 显卡一定要装最新驱动,而且ATI 显卡一般用"-f -p -m"或者"-f -p -s"