Tuesday, August 28, 2007
waking up i810 on ubuntu
suspend & hibernate of my Lenovo X60, everything is fine. But when I try to wake it up, only mouse still responding, screen is black with mouse cursor moving, only keys Fn+ are still working.
When I try to ssh in to it, it works. So it's something to do with graphic. Luckily google tells me some similar issue, which is caused by VBERestore. The following steps work for me,
/etc/default/acpi-support
POST_VIDEO=false
/etc/X11/xorg.conf
Driver "i810"
Options "VBERestore" "true"
Tried to remove "vbetool" without luck, it's required by acpi-tools.
When I try to ssh in to it, it works. So it's something to do with graphic. Luckily google tells me some similar issue, which is caused by VBERestore. The following steps work for me,
/etc/default/acpi-support
POST_VIDEO=false
/etc/X11/xorg.conf
Driver "i810"
Options "VBERestore" "true"
Tried to remove "vbetool" without luck, it's required by acpi-tools.