Hello gapan,
Hopefully tomorrow I will have the netbook available once again so by trying via terminal the
echo xx> /sys/class/backlight/acpi_video0/brightness
command (with xx replaced by the max brightness figure), I will check if it works.
As for the grub seetings what I have found @
http://mindboosternoori.blogspot.it/201 ... chive.html is the following procedure
Code: Select all
sudo gedit /etc/default/grub
change the line that says
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
save the file and quit, and then, in the terminal, type:
sudo update-grub
reboot
If same settings may be performed (with appropriate modification) under Lilo I will surely try also this possibility. Anyway the xfce brightness plugin gets the job done, although it's quite annoying to set it every time the machine boots.
I will come back soon with the result of my findings.
Regards,