Yukiharu YABUKI の tDiary
このtDiaryを検索します。
2009-07-24 [長年日記]
_ Think Pad X200 におけるメモリーサスペンド
たまにトライしていたが、"s2ram -f -p -m"でうまくいくことを確認した。私が試した組み合わせは、Debian GNU/Linux Lenny + Kernel 2.6.30 の組み合わせ。
ネタ元は、
Useful hints
These are just the "Tips and Tricks" that i found out when trying to get machines to suspend to RAM. Use with caution ;-)
Intel Graphics Chipsets
Machines with Intel graphics chipsets often work with "s2ram -f -a3", even when using vesafb framebuffer. If "s2ram -f -a3" does not work (for example on Dell machines), often "s2ram -f -p -m" works well.
Newer intel Xorg drivers seem to have problems with "-s" (VBE_SAVE), so "-m" (VBE_MODE) should be used if at all possible with them. See https://bugzilla.novell.com/show_bug.cgi?id=229603 . Generally speaking, VBE_MODE is preferable to VBE_SAVE.
[Suspend to RAMより引用]
後はこれで、メモリーサスペンドに入るときのスクリプトと復帰するときのスクリプトで有線/無線 LANやの復帰やPPP接続があったときの処理と、ホットキーの設定をすれば幸せだが、当分は手で管理しておくか。