Hi
8.04 all working nice and stable on my new Acer 4810t dual core, but still with some outstanding issues.
I haven't found a way to get the brightness to change at all, am wondering if anyone can help.
Looking around the brightness control could be here:
/proc/acpi/video/VGA/LCD/brightness
and if I try
I get something like
which I've just noticed is controlled by the hotkeys. Unfortunately it has no effect on the brightness. Using the echo command has no effect on it.
There is also
/sys/class/backlight/acer_acpi/brightness
and if I try
I get
but echo changes nothing.
There is also
/proc/acpi/acer/brightness
and if I try
I get
but the echo command makes no difference.
Any ideas where I'm going wrong?
Jim
8.04 all working nice and stable on my new Acer 4810t dual core, but still with some outstanding issues.
I haven't found a way to get the brightness to change at all, am wondering if anyone can help.
Looking around the brightness control could be here:
/proc/acpi/video/VGA/LCD/brightness
and if I try
Code:
cat /proc/acpi/video/VGA/LCD/brightness
Code:
~$ cat /proc/acpi/video/VGA/LCD/brightness levels: 100 80 30 40 50 60 70 80 90 100 current: 70
There is also
/sys/class/backlight/acer_acpi/brightness
and if I try
Code:
cat /sys/class/backlight/acer_acpi/brightness
Code:
9
There is also
/proc/acpi/acer/brightness
and if I try
Code:
cat /proc/acpi/acer/brightness
Code:
8
Any ideas where I'm going wrong?
Jim
Comment