
On Thu, Jun 03, 2004 at 09:06:14PM +0200, Kasper Daniel Hansen wrote:
On Thu, Jun 03, 2004 at 04:46:05PM +0200, Kasper Daniel Hansen wrote:
and it seems to be quite easy to modify. The question is: how do I make powersave use this script, where do I place it and what file permission should it have?
I did some additional experiments and the solution is very simple, sorry for asking about it. For reference: edit the /etc/powersave.conf and change the "other" line to other=$LOC/acpi_hotkeys_ASUS_L2400D %a where $LOC is the location of the script. Now it works. However a few
ok. Note that this script is very crude and just an example what can be done :-)
questions remain: * do the ACPI standby not work _at all_?
in general: yes. I have heard from someone who knows someone who has heard from someone who may have seen that suspend to ram actually worked. I have not seen it working until now :-)
* what permissions do I need to give the acpi_hotkeys_ASUS_L2400S script?
executable, e.g. chmod 755 $LOC/acpi_hotkeys_ASUS_L2400D Note that the script runs as root, so you need some hacks to access your Xserver (there is an example with xmms in it) and you have to be careful, dont put an "rm -rf /" into it :-) -- Stefan Seyfried