以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 操作系统原理 』  (http://bbs.xml.org.cn/list.asp?boardid=63)
----  [分享]Gentoo Linux下的休眠设置  (http://bbs.xml.org.cn/dispbbs.asp?boardid=63&rootid=&id=60843)


--  作者:longshentailang
--  发布时间:4/3/2008 11:22:00 AM

--  [分享]Gentoo Linux下的休眠设置
如何设置gentoo下的休眠呢?

1.用gentoo的minimal-install CD启动。

2.分出一个swap分区来,不需要是主分区。JedLinux联盟
用fdisk完成,用到的fdisk命令有p,d,n,x,f,r,t,w。

3.建立swap,用mkswap /dev/hdxy完成,x是a,b等,y是1,2,3等。

4.挂载主分区到/mnt/gentoo上修改/mnt/gentoo/etc/fstab,更新分区表信息:JedLinux联盟
vim /mnt/gentoo/etc/fstabJedLinux联盟
修改变动的分区,并加入swap分区信息:

/dev/hda9 none swap sw 0 0

5. 重启系统,进入gentoo中emerge -av suspend2-sources将安装sys-apps/suspend2-userui,sys-power/hibernate-script, sys-kernel/suspend2-sources。suspend2-sources是打了suspend2补丁的gentoo- sources,而hibernate-script是休眠的脚本。

6.把/usr/src下的linux链接删掉,而把linux-2.6.yy-suspend2-rx链接为linux,用ln -sf from to完成。然后把linux-2.6.yy-gentoo-rx下的.config复制到新的linux下。

7. 进入新的linux目录,make oldconfig,这时会让你选一些于你原来内核设置不同的选项,其中要注意的是Power Management support->Software Suspend不要选,这个是早的版本,要选Power Management support->Suspend2和Power Management support->Suspend2->Swap Writer,Allow Keep Image Mode,Default resume device name在我机子上就是/dev/hda9。而sound(ALSA),usb(EHCI,UHCI)都最好以模块的形式编译,避免休眠后恢复时出问题。

8.make && make modules_install重编内核,cp arch/i386/boot/bzImage /boot/kernel-2.6.16-suspend2-r8 && cp .config /boot/config-2.6.16-suspend2-r8 将新生成的内核和config文件复制到/boot下,当然要先确认你已将/boot加载。然后重新emerge如ieee80211,ipw2200, slmodem等模块包,之后修改/boot/grub/grub.conf中的条目,使用kernel-2.6.16-suspend2-r8 并在内核命令行中加入 resume2=swap:/dev/hda9

9.重启系统来使用新内核。

10.emerge -av zenity xosd因为hibernate脚本需要这些软件,然后根据自己的系统来修改/etc/hibernate/common.conf, /etc/hibernate/suspend2.conf。如我的机子是宽屏的,而patch VBIOS时用的是915resolution(感觉比855resolution稳定些),就要在common.conf中加入OnResume 98 /etc/init.d/915resolution restart。具体的可以参看附件压缩包中的common.conf和suspend2.conf。

11.在/etc/sudoers中加入:%wheel ALL=(ALL) NOPASSWD:/usr/sbin/hibernate 这样wheel用户就可以 sudo hibernate来直接休眠了

12.用wheel用户中的一个执行 sudo hibernate --no-suspend 看一下运行的结果,详细的情况记录在/var/log/hibernate.log中,如果有问题就查看这个文件,应该不难解决。JedLinux联盟
来源:http://admin.blogcs.org/mt-tb.cgi/2496


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
1,230.469ms