Wez Furlong

Browse archives
Conference Presentations
Subscribe. (circulation 767)
Comments. (circulation 4)

Search powered by Google

I am Wez Furlong, Director of Engineering at Message Systems. My team is responsible for the fastest MTA on Earth.

I'm also a PHP Core developer and OpenSource contributor, residing in Maryland with Juliette, Xander and Lily. (read more)

21st June 2004 @ 11:16 EDT

Update acpid now handles the brightness controls, displays the battery status in the ps list and emits power warnings once you're down to 15 minutes of power. I've also added a little non-root acpid client that will allow you to run your own stuff in response to hotkey events. You can find my toshkey client here (and the link for the acpid patch below has the updated acpid patch...)

I suffered a dead (nearly; it's on its way out) laptop disk almost a week ago, and have been clawing my way back to normality.

As a side effect, I now own a Toshiba Satellite M30, which apparently has slightly more linux friendly hardware than my other Satellite (the one that's having issues).

One of the cool things is the toshiba_acpi module; it works in this model and allows access to the hotkeys so you can map them exactly as you like. Since running a standalone daemon for this sucks (you can choose either a python script or a slightly-overweight fnfxd), and since there was a feature request on the ToshibaAcpiDriver page for it, I've written this patch that adds toshiba key support to acpid (1.0.3).

Toshiba keys are exposed as button/toshiba events, followed by the 16-bit hex code for the key that was triggered, so stick some scripting magic into /etc/acpi/events and you're happily-a-mapping those keys.

by Wez Furlong in .
Post a comment
19th June 2004 @ 12:33 EDT

I have the same laptop, Wez, and am currently trying to get those FnX keys working. So if I am not getting it to work I have someone to bug ... you ;-)

by sb@sebastian-bergmann.de in .
1st March 2006 @ 13:59 EDT

yo. acpid 1.0.4 wouldn't build using gcc-4 without a patch i found on google groups, and now won't build with your patch, this is the error cc -Wall -Werror -g -DVERSION="\"1.0.4\"" -c -o acpid.o acpid.c cc1: warnings being treated as errors acpid.c:80: warning: built-in function 'pow' declared as non-function make: [acpid.o] Error 1

help would be greatly appreciated thankyou.

michael.

by masked@netconnect.com.ae in .
Post a comment