Others:
I made a script for the fn+f5 key OSD (hotkey.sh):
show_vga() {
    status=$(xrandr -q | grep VGA | cut -d ' ' -f 1,2,3 )
    notify ${status%(*}
}

When VGA is disconnected, it prints: "VGA disconnected"
When VGA is connected, but not active: "VGA connected"
When VGA is connected and active: "VGA connected résolution"

I added too
    00000012)
    notify $AP_MSG
    $AP_KEY
    ;;

in the key keys to have the fn+f6 keys, and:
    # Program launched with the fn+f6 key
    # gnome
    # AP_KEY=''
    # kde
    # AP_KEY=''
    # xfce
    AP_KEY='/usr/bin/xfce4-taskmanager'
    # And Message displayed if OSD is enabled
    AP_MSG="Task Manager"

in /etc/default/eeepc-acpi-scripts
Have a look...
_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to