I followed this guide to install bumblebee on my Dell XPS 15 9560 running Ubuntu 17.04 in an attempt to fix the fan-always-on problem. This fixed issue with the fan and the power draw, but now I can't adjust the screen brightness.
When I followed the guide my screen was set to minimum brightness, and now it is stuck that way. The brightness function keys bring up and adjust the brightness bar icon and appear to be working, but the screen brightness does not adjust.
When I boot the screen starts out bright, but then during the boot sequence it dims and stays that way. If I boot into Windows 10 I can adjust the brightness normally.
Changing acpi_backlight=none
to acpi_backlight=vendor
on the GRUB_CMDLINE_LINUX_DEFAULT
line in /etc/default/grub
, running update-grub
and rebooting has no effect. If I change the entire line from the one suggested in the linked bumblebee install guide to the one suggested in this answer then my system does not boot at all.
acpi_video0
directory, but I haveintel_backlight
anddell_backlight
directories.brightness
andmax_brightness
indell_backlight
both contain15
andbrightness
andmax_brightness
inintel_backlight
are75
and1500
respectively. Using my brightness function keys changes the value indell_backlight/brightness
but does not affect the actual screen brightness, but settingintel_backlight/brightness
to 1500 worked! – Imran May 24 '17 at 16:57