ciao,
sull' IBM ThinkPad T41 con Mandriva 2007 Spring non mi funziona il Blank Screen (Fn+F3).
ACPI è in esecuzione, L'evento blanck c'è ed è settato:

codice:
ll blank
-rwxr-xr-x 1 root root 74 ago  7  2004 blank
codice:
event=ibm/hotkey HKEY 00000080 00001003
action=/etc/acpi/actions/blank.sh
così come l'azione:

codice:
#!/bin/bash

# Try to find the .Xauthority file used to start the X server
# (based on an idea by David Schweikert <dws@ee.eth.ch>)

PID=`pidof /usr/X11R6/bin/X`
AUTH=`perl -ne'/\x00-auth\x00(.*?)\x00.*/&&print$1' /proc/$PID/cmdline`
if [ x"$AUTH" = x ]; then
    AUTH=`perl -ne'/(^|\x00)XAUTHORITY=(.*?)\x00/&&print$2' /proc/$PID/environ`
fi
export XAUTHORITY=$AUTH

/usr/bin/xset -display :0 dpms force standby
codice:
# ll blank.sh
-rwxr-xr-x 1 root root 413 apr 12 17:47 blank.sh
Come mai non va allora? o_O
Grazie