Glam Prestige Journal

Bright entertainment trends with youth appeal.

EDIT: : The first link mentioned in the question may work for some.

In the latest hp laptops like hp-au111tx(mine), to change the brightness/backlight there are two function buttons which can be used(f2 and f3). The problem is that these two buttons are not working in Ubuntu 16.04 but working in Win10. I have a dual booted laptop. Is there a way to solve this problem.

I followed the following but there was no result:

Help required!!

1

1 Answer

First open the terminal,

$ xrandr --current # determine the output display, which is eDP-1 for HP x360
$ xrandr --output eDP-1 --brightness 0.75 # --output <primary display> 

This works for me.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy