
	<<acpid user space scripts for Panasonic Let's Note Light>>


[What is it?]

 This implementation is in *ALPHA* stage. All the scripts may change
without backward compatibility.

 These programs tested on Panasonic Let's note CF-R3 with Debian GNU/Linux
only.

You needs:
 "acpid" for these scripts works correctly.
 "debianutils" have "run-parts" command that required for suspend/resume.
 "i810switch" for enable/disable VGA out.
 "amixer" for volume up/down.
 "libxosd2", "xosd-bin", "ruby" for on-screen displayer.

 Those programs can install from standard ".deb" package.


 This archive includes:

etc/*  : helper scripts for acpid
util/* : on-screen displayer for X11


[Notice]
 Fn+F3 key is not work correctly because of ACPI bios. Use Fn+F8.
 This bad kludge may fix in some future day.


[Install helper script for "acpid"]

1. Install hot key driver named "pcc_acpi.ko" for your machine.
   Deiver installation manual is included in the driver's archive file.

2. Just copy "etc/*" files to "/etc/acpi/". I recommend "dereference
   symbolic links (-d)" option for "cp" command.
--------
# cp -rd etc/* /etc/acpi/
--------

3. Restart "acpid".
--------
# /etc/init.d/acpid restart
--------


By: YOKOTA Hiroshi
