I cannot change the brightness of my HP EliteBook 8760w. When I press the brightness keys, ubuntu shoes the meter going down and up, but the screen brightness does not change.
I am using nvidia drivers 367.57 for the Quadro 3000M.
user@laptop:~$ ls /sys/class/backlight/
acpi_video0
user@laptop:~$ cat /sys/class/backlight/*/brightness
20
user@laptop:~$ cat /sys/class/backlight/*/max_brightness
20
user@laptop:~$ sudo su -c "echo 5 > /sys/class/backlight/*/brightness"
user@laptop:~$ cat /sys/class/backlight/*/brightness
5
Is there anything else I could try to change the brightness?
I tried changing /etc/default/grub to add additional parameters to acpi_backlight. The following happens:
(not defining) only acpi_video0 exists and brightness does not work
video only acpi_video0 exists and brightness does not work
vendor no folder in /sys/class/backlight
native no folder in /sys/class/backlight