Brightness of my Toshiba Satellite can't be controlled with the Fn keys provided. After searching through some guides I was able to find a way to control the brightness by passing values from terminal.
Like this -
However it wasn't working when I used a number larger than 70 (help guides said you can vary it between 0 and 100).Code:echo -n 70 > /proc/acpi/video/VGA/LCD/brightness
I decided to check the contents of the brightness file, and this is what I got.
I am however unable to append that file since it is recognized as a binary file by the system, or so it says when I try to open it with gedit or nano.Code:root@tungsten:~# more /proc/acpi/video/VGA/LCD/brightness levels: 70 40 0 10 20 30 40 50 60 70 current: 70
Now is there a way to append more values to the brightness file so that I can actually vary it between 0 and 100?
Thanks.



Adv Reply

Bookmarks