One thing about sleep: vbetool needs to save and restore your video state in order to have working video on resume. Currently, on Macbooks this is broken. This is caused by a mistake: the vbesave init script comes before the acpi init script. This means that laptop-detect will report to vbesave that you are not on a laptop and vbesave will not save your vbestate. Matthew Garrett is working on a fix, but in the mean time a workaround is to edit /usr/sbin/laptop-detect and insert a line 'exit 0' right after the #!/bin/sh (always report that we're a laptop).
Not pretty, but since I'm pretty sure my laptop should infact be running inlaptop mode, I think its ok for now.
also to get my funky special acer keys to work (especially the little flashing "you've got mail" light) I needed to do the following:
$ sudo -s
# echo "acerhk" >> /etc/modules
# exit
Well, at least its supposed too. My keys work, but no flashing light yet...
[Update] Bah, dont know whta happened at first, but a reboot later and my you-have-mail blinken light is going strong once more.
Now I just need to figure out how to get my new rt2500 wifi card working with NetworkManager, but thats a story for another day...
0 comments:
Post a Comment