编辑::问题中提到的第一个链接可能对某些人有用。
在最新的 hp 笔记本电脑(如 hp-au111tx(我的))中,有两个功能按钮可用于更改亮度/背光(f2 和 f3)。问题是这两个按钮在 Ubuntu 16.04 中不起作用,但在 Win10 中起作用。我有一台双启动的笔记本电脑。有没有办法解决这个问题。
我按照以下步骤进行操作,但没有结果:
- https://antonyagnel.com/2016/09/14/how-to-fix-brightness-control-not-working-in-ubuntu-16-04-lts-xenial-xerus/
- https://askubuntu.com/a/841903
需要帮助!!
答案1
首先打开终端,
$ xrandr --current # determine the output display, which is eDP-1 for HP x360
$ xrandr --output eDP-1 --brightness 0.75 # --output <primary display>
这对我有用。