I have a ASUS UL30VT and just installed Ubuntu 14.04 LTS. The screen brightness was at level 0.
Attempt 1: so I navigated to find the screen brightness slider under System Settings>Brightness&Lock. Moving the slider did not affect the screen brightness.
Attempt 2: I used the hotkey on my keyboard fn+F6 for brightness up and fn+F5 for brightness down. The symbol at the top right of the screen showing that the brightness changes shows, but the screen brightness never changed.
Attempt3: I tried the answer in this askubuntu question here and it learned me the following. Running ls
in /sys/class/backlight/
yields
asus_laptop
intel_backlight
so apparently i have duplicate settings. Moving the slider in System Settings>Brightness&Lock adjusts the values in asus_baklight\brightness
. Manually editing the file intel_backlight\brightness
makes the screen changed, just as i hope.
So how do I make the system event of changing screen brightness link to the correct brightness file?