목차

Linux와 Monitor

suspend 이후 모니터가 다시 살아나지 못하는 현상

~/.xprofile 혹은 ~/.xinitrc 에 다음 시도
 
xset s off

Laptop 모니터 밝기 조절 brightness

# 약간 어둡게
xrandr --output eDP-1-1 --brightness 0.5
 
# 밝게
xrandr --output eDP-1-1 --brightness 1.0
 
# 모니터 번호를 모르면 아래와 같이 검색
xrandr | grep " connected" | cut -f1 -d " "