노트북 모니터를 끄면 xrandr이 모든 화면을 끕니다.

노트북 모니터를 끄면 xrandr이 모든 화면을 끕니다.

내 컴퓨터가 TV에 연결되어 있는데 연결된 동안 노트북 모니터를 비활성화하고 싶습니다.

연결된 모든 모니터를 보려면 이 명령을 실행 tail /sys/class/drm/*/status하고 다음을 얻습니다.

==> /sys/class/drm/card0-DP-1/status <==
disconnected

==> /sys/class/drm/card0-LVDS-1/status <==
connected

==> /sys/class/drm/card0-VGA-1/status <==
connected

이제 내가 달릴 때xrandr --output LVDS-1 --off

화면이 다 검게 변하고 여는 명령어도 못찾아서 그냥 재부팅했어요.

노트북 모니터를 깨끗이 청소하고 싶습니다.

나중에 부팅에도 추가하겠습니다. 그러나 이것은 문제가 되지 않습니다.

어떤 제안이 있으십니까?

ps - 켜면 중복된 설정이 나타납니다.

xorg.conf파일이 있어요

'Section "Device"
  Identifier  "Device0"
  Driver      "modesetting"
  VendorName  "INTEL Corporation"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "VGA-1"
  DefaultDepth  24
  SubSection "Display"
    Depth       24
    Modes     "[email protected]" "1920x1080@24p" "1920x1080@60p"
  EndSubSection
EndSection

Section "Monitor"
  Identifier  "VGA-1"
  HorizSync   14.0 - 70.0
  VertRefresh 24.0 - 62.0
#  Option      "DPMS" "true"
  Modeline    "1920x1080@24p"     74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
  Modeline    "1920x1080@50p"    148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  Modeline    "[email protected]" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
  Modeline    "1920x1080@60p"    148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Extensions"
  # fixes tearing
  Option      "Composite"           "Disable"
EndSection

관련 정보