You are not logged in.
Every time after I reboot, the screen brightness is set to something half of the full value.
Last edited by xiaweitang (2010-01-17 21:27:19)
Offline
What DE/WM are you using?
Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch
Offline
What DE/WM are you using?
xmonad
Offline
Have a look for a brightness text file in (my laptop is an acer so i have) /sys/class/backlight/acer-wmi/brightness and see what it reads, i think max should be 9
Then as root try (for me it would be) echo 9 > /sys/class/backlight/acer-wmi/brightness and if that works put that command in /etc/rc.local
Offline
Have a look for a brightness text file in (my laptop is an acer so i have) /sys/class/backlight/acer-wmi/brightness and see what it reads, i think max should be 9
Then as root try (for me it would be) echo 9 > /sys/class/backlight/acer-wmi/brightness and if that works put that command in /etc/rc.local
My /sys/class/backlight/ only contains a folder acpi_video0 which is linked from /sys/devices/virtual/backlight/acpi_video0, which contains files named "actual_brightness", brightness", "max_brightness" and others. The first file contains a single number 7, the second 0, the third 7. I don't know which to change.
Offline
Try echo 7 > /sys/class/backlight/acpi_video0/brightness
Offline