Ubuntu – Display brightness cannot be adjusted 18.04

backlightbrightnessdisplaylaptopubuntu-mate

I have recently installed Ubuntu mate 18.04 on my XPS 15 9560. I cannot adjust the display brightness through any means. I have tried the following:

  1. Set the acpi_backlight=vendor in boot parameters
  2. used xbacklight, which gives the following results

.

xypnox@xypnox-xps:~$ xbacklight -set 50
No outputs have backlight property

also I followed another question at xbacklight: No outputs have backlight property – No /sys/class/backlight folder, and the output for sudo find /sys/ -type f -iname '*brightness*' is

xypnox@xypnox-xps:~$ sudo find /sys/ -type f -iname '*brightness*'
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness_hw_changed
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/max_brightness
/sys/devices/platform/dell-laptop/leds/dell::kbd_backlight/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/i915/parameters/invert_brightness

Best Answer

An alternative method is to install a PPA and brightness APP which also adjusts gamma - AWESOME!, and ... for any individual screen TOO!

Here are the 3 simple steps:

$ sudo add-apt-repository ppa:apandada1/brightness-controller
$ sudo apt update
$ sudo apt install brightness-controller

Then find it ...

Brightness Controller

in your App's/Accessories

Always Trying to help, Mark