사용자 도구

사이트 도구


linux:monitor

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:monitor [2021/05/06 13:45]
kwon37xi 만듦
linux:monitor [2022/06/13 15:55] (현재)
kwon37xi
줄 1: 줄 1:
 ====== Linux와 Monitor ====== ====== Linux와 Monitor ======
 +  * [[linux:xrandr|XRandr]] 
 +  * [[linux:hidpi|Linux HighDPI]]
 ===== suspend 이후 모니터가 다시 살아나지 못하는 현상 ===== ===== suspend 이후 모니터가 다시 살아나지 못하는 현상 =====
 +  * nvidia 드라이버에서 발생하는 것으로 보임.
   * [[https://forums.developer.nvidia.com/t/solved-resume-from-suspend-not-working-with-980-ti-drivers-352-370-kernels-3-16-4-4/41631/92|(SOLVED) resume from suspend not working with 980 Ti, drivers 352 - 370, kernels 3.16 - 4.4 - GPU Unix Graphics / Linux - NVIDIA Developer Forums]]   * [[https://forums.developer.nvidia.com/t/solved-resume-from-suspend-not-working-with-980-ti-drivers-352-370-kernels-3-16-4-4/41631/92|(SOLVED) resume from suspend not working with 980 Ti, drivers 352 - 370, kernels 3.16 - 4.4 - GPU Unix Graphics / Linux - NVIDIA Developer Forums]]
   * [[https://forums.developer.nvidia.com/t/resume-from-suspend-freezes-system-gtx-970-arch-linux-kernel-4-4-4-7-nvidia-370/44725/11|resume from suspend freezes system (GTX 970, Arch Linux, Kernel 4.4/4.7, NVIDIA 370) - GPU Unix Graphics / Linux - NVIDIA Developer Forums]]   * [[https://forums.developer.nvidia.com/t/resume-from-suspend-freezes-system-gtx-970-arch-linux-kernel-4-4-4-7-nvidia-370/44725/11|resume from suspend freezes system (GTX 970, Arch Linux, Kernel 4.4/4.7, NVIDIA 370) - GPU Unix Graphics / Linux - NVIDIA Developer Forums]]
줄 12: 줄 14:
 </code> </code>
  
 +===== Laptop 모니터 밝기 조절 brightness =====
 +  * [[http://sandipbgt.com/2015/10/01/control-screen-brightness-from-commandline-in-ubuntu/|How To Control Your Monitor Brightness From Command Line In Ubuntu?]]
 +  * ''0~1.0'' 사이로 지정한다.
  
 +<code sh>
 +# 약간 어둡게
 +xrandr --output eDP-1-1 --brightness 0.5
 +
 +# 밝게
 +xrandr --output eDP-1-1 --brightness 1.0
 +
 +# 모니터 번호를 모르면 아래와 같이 검색
 +xrandr | grep " connected" | cut -f1 -d " "
 +</code>
linux/monitor.1620276324.txt.gz · 마지막으로 수정됨: 2021/05/06 13:45 저자 kwon37xi