|
|
发表于 2007-3-15 12:54:38
|
显示全部楼层
完全可以的
先升级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 显卡一定要装最新驱动,而且一般用
s2ram -f -p -m
s2ram -f -p -s |
|