1

My LUbuntu 18.04's lxpanel is not working. Which command can I run to adjust brightness of my screen? Thanks.

Tim
  • 25,177

1 Answers1

2

First, run xrandr | grep " connected" | cut -f1 -d " " to get your screen name.
Once you got your screen name, run xrandr --output <screen_name> --brightness <brightness_value>, the brightness value is between 0 and 1.

CREDIT: How To Control Your Monitor Brightness From Command Line In Ubuntu?

singrium
  • 6,880