Asus NV750 on Ubuntu 13.10 defalt value

Asked by Augusto Campos

Asus NV750 on Ubuntu 13.10

The up and down works but I wan to to set a default value on ubuntu start

Question information

Language:
English Edit question
Status:
Answered
For:
ASUS Keyboard Backlight Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Fabien LOISON (flozz) said :
#1

Hello,

Edit the "/etc/init.d/asus-kbd-backlight" file, and replace this line (line 20):

    cat "$BRIGHTNESS_BAK_FILE" > "$BRIGHTNESS_FILE"

by

    echo 0 > "$BRIGHTNESS_FILE"

(0 is for turning off the backlight, but you can set an other value instead)

Regards,

Can you help with this problem?

Provide an answer of your own, or ask Augusto Campos for more information if necessary.

To post a message you must log in.