I am having problem with Ubuntu 13.10 brightness control. My brightness shortcut keys (Fn + F5/F6) worked in 12.10 and 13.04 but they have stopped working in 13.10.
I am using Sony Vaio SVE15113ENB with VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09). Any help is appreciated.
I have tried following options, but none of them has worked so far:
- Installing Additional Drivers from Software Centre
- Finding
/etc/X11/Xorg.con
file for editing but it does not exist for me. - Visited Software & Updates > Additional Drivers tab, but it shows nothing saying 'No additional drivers available' and 'No proprietary drivers are in use'.
Thanks in advance for any help.
echo 4000 | sudo tee /sys/class/backlight/intel_backlight/brightness
andcat /sys/class/backlight/intel_backlight/brightness
. Could you suggest a way to trigger them using Fn+F5 or Fn+F6? – Ninad Nov 13 '13 at 19:38acpi_osi="!Windows 2012" acpi_backlight=vendor
,acpi_backlight=legacy
andacpi_osi=Linux
but I am not able to make it work. – Ninad Nov 13 '13 at 22:03