我有一台ThinkPad X1 Yoga(第二代),在运行Ubuntu 17.04时我可以改变这样的亮度:
$ xrandr --output eDP-1 --brightness .7
现在,当我在17.10之下这样做时,我得到了这个:
warning: output eDP-1 not found; ignoring
xrandr: Need crtc to set gamma on.
当我按下亮度上下按钮时,我看到此文件中的数值正确变化:
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight/brightness
但是xrandr报告了一个新标签:
$ xrandr -q
Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 8192 x 8192
XWAYLAND0 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 310mm x 180mm
2560x1440 59.96*+
我已尝试用XWAYLAND0替换eDP-1,但它返回0且没有错误,亮度根本没有发生。
$ xrandr --output XWAYLAND0 --brightness 0.5
$ echo $?
0
希望获得亮度设置再次工作的帮助。现在它一直处于全亮状态,这对电池来说并不是很好。
答案 0 :(得分:2)
xrandr
是为X11制作的,不适用于Wayland。至少我还没有意识到任何Wayland协议(虽然很容易做到)。
虽然可能有一些gnome-shell
(如果那是你正在使用的合成器)工具,但我对gnome不太熟悉。