08-31-2017, 05:50 AM
I'm trying to bind brightness change to buttons via terminal in i3, but I can't find a command that will doing that:
Output is:
xrandr: Failed to get size of gamma for output default
Monitors: 1
0: +*default 1366/361x768/203+0+0 default
So, when I trying to change it like:
It isn't do anything.
Have not do anything too
Code:
pine64@pinebook:~$ sudo xrandr --listmonitors
Output is:
xrandr: Failed to get size of gamma for output default
Monitors: 1
0: +*default 1366/361x768/203+0+0 default
So, when I trying to change it like:
Code:
pine64@pinebook:~$ sudo xrandr --output default --brightness 0.5
It isn't do anything.
Code:
pine64@pinebook:~$ echo 240 > /sys/class/backlight/lcd0/brightness
Have not do anything too