Screen Brightness on a KiraBook with Ubuntu 14.04
The backlight on my new laptop was not working - a Toshiba KiraBook running Ubuntu 14.04. The buttons for screen brightness (F2 and F3) did not cause the brightness to change. Also, the OSD feedback incorrectly showed “Power Manager” for brightness-down and no OSD feedback for brightness-up.
I have changed the BIOS to recognise the keys as F1-12 keys, requiring the Fn key to activate the hotkey functionality (default is to have them as hotkeys and Fn makes them F1-12).
Setting brightness manually
Following the steps at https://wiki.ubuntu.com/Kernel/Debugging/Backlight I found that I could manually adjust the brightness from a terminal with
sudo su
cd /sys/class/backlight/intel_backlight
cat brightness
echo 400 > brightness
The value of cat brightness
at boot (which seems to be full brightness) is 765, so 400 should be about half way, and certainly appears to my eyeballs to be...