Press Ctrl + Alt + T or search for terminal application and open it.
First get monitor's device name using below terminal command:
xrandr | grep " connected" | cut -f1 -d " "The brightness level should be set between 0.5 to 1 for better visibility.
xrandr --output [monitor-name] --brightness [brightness-level]Example
xrandr --output HDMI-0 --brightness 0.8