I own an Acer TravelMate C100 tablet PC. I recently installed Fedora 10 on it. While resuming from suspend worked under Ubuntu, it did not under Fedora 10. Following Richard Hughes' quirks, I discovered that I could resume from suspend when suspending with the vbe_post quirk.
So, from the command-line:
$ pm-suspend --quirk-vbe-post
And from HAL:
hal-set-property --udi /org/freedesktop/Hal/devices/computer --key power_management.quirk.vbe_post --bool true
While I should be able to add an entry to /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi to make this quirk permanent for HAL, that does not appear to be working. Hmm.
UpdateSo, the casing was wrong. My laptop claims its vendor to be ACER while the section in the HAL file was matching on "Acer". I changed it to match case insensitively, as well as adding the entry for C100 on vbe_post.
I'll mention that I didn't discover this by suddenly clueing in, but by running:
$ pm-suspend --quirk-vbe-post --store-quirks-as-fdi
And viewing the output at /etc/hal/fdi/information/99local-pm-utils-quirks.fdi.
Now HAL reads the quirk entry from the fdi. Yay.
Hi Richard, I am planning to install fedora 10 on Acer Travelmate C100 and since you already did, I am wondering if you could get the touch screen and wifi working...
ReplyDeleteThanx & Happy New Year...
Hey A.
ReplyDeleteI have the touch screen working and the built-in wifi working. I have never tried to get the button to work outside of the time at the grub loader. I'll add a post describing how I got the wifi working right now.
Cheers,
Richard