hello, I'm trying to make an acpid script that handles power4gear hotkey in asus laptops. it can be also used in any non-asus laptop! but auto-brightness is only for asus ones.
could you please try it to help me? so we might propose it for next ubuntu release! where do I put all these files? power4gear -> /etc/defaults/ power4gear.sh -> /etc/acpi/ <-- (main script) power4gearlib -> /usr/share/acpi-support/ asus-lock -> /etc/acpi/events/
power4gear.sh
Description: application/shellscript
power4gear
Description: application/shellscript
power4gearlibs
Description: application/shellscript
# /etc/acpi/events/asus-lock # This is called when the user presses the power management button and calls # /etc/acpi/screenblank.sh for further processing. event=hotkey ATKD 0000005c # OLD ACTION # action=/etc/acpi/screenblank.sh # POWER4GEAR ACTION action=/etc/acpi/power4gear.sh
-- laptop-testing-team mailing list [email protected] http://lists.ubuntu.com/mailman/listinfo/laptop-testing-team
