xrandr을 사용하여 외부 모니터를 열 수 없습니다

xrandr을 사용하여 외부 모니터를 열 수 없습니다

저는 i3이 장착된 Macbook Pro에서 Linux를 실행하고 있으며 HDMI 포트의 외부 모니터를 제외하고는 모든 것이 잘 작동합니다. xrandr에서 모니터를 볼 수 있지만 xrandr에서 구성하면 모니터에 여전히 "신호 없음"이라고 표시됩니다.

가끔 노트북 화면으로 구성하면 xrandr --output HDMI-0 --auto화면이 모니터 해상도에 맞춰 축소되는데 외부 모니터가 여전히 켜지지 않는 경우가 있습니다.

내 /etc/xorg.conf.d/10-monitor.conf는 다음과 같습니다:

Selection "Monitor"
    Identifier  "DP-2"
    Option      "Primary" "true"
EndSelection

Selection "Monitor"
    Identifier  "HDMI-0"
    Option      "Above" "DP-2"
EndSelection

xrandr -q출력은 다음과 같습니다

Screen 0: minimum 8 x 8, current 2880 x 1800, maximum 16384 x 16384
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected (normal left inverted right x axis y axis)
   1920x1080     60.00 +  59.94    50.00    60.05    60.00    50.04  
   1680x1050     59.95  
   1600x1200     60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-2 connected primary 2880x1800+0+0 (normal left inverted right x axis     y axis) 331mm x 207mm
   2880x1800     59.99*+
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
VGA-1-1 disconnected (normal left inverted right x axis y axis)

관련 정보