HDMI 1개와 DP 1개만 있는데 "xrandr"에서 HDMI 3개와 DP 포트 3개가 있다고 말하는 이유는 무엇입니까?

HDMI 1개와 DP 1개만 있는데 "xrandr"에서 HDMI 3개와 DP 포트 3개가 있다고 말하는 이유는 무엇입니까?

xrandr내 컴퓨터에 나타나는 내용은 다음과 같습니다 .

$ xrandr -q
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1920x1080      50.0     60.0     30.0     25.0     24.0
   1920x1080i     50.0     60.1
   1600x1200      60.0
   1280x1024      75.0     60.0
   1152x864       75.0
   1280x720       50.0     60.0
   1024x768       75.1     60.0
   800x600        75.0     60.3
   720x576        50.0
   720x480        59.9
   640x480        75.0     60.0     59.9
   720x400        70.1
HDMI3 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1920x1080      50.0     60.0     30.0     25.0     24.0
   1920x1080i     50.0     60.1
   1600x1200      60.0
   1280x1024      75.0     60.0
   1152x864       75.0
   1280x720       50.0     60.0
   1440x576i      50.1
   1024x768       75.1     60.0
   1440x480i      60.1
   800x600        75.0     60.3
   720x576        50.0
   720x480        59.9
   640x480        75.0     60.0     59.9
   720x400        70.1
DP3 disconnected (normal left inverted right x axis y axis)

나는 가지고있다ASUS Z97-A 마더보드어느 것이 있고 1 x DisplayPort출력 1 x HDMI하지만 Supports up to 3 displays simultaneously. 이것이 포트 xrandr3 HDMI과 3이 표시되는 이유입니까 DP(이상할 것입니다)? 그렇지 않다면 왜 이런 일이 발생합니까? 현재 2개의 모니터가 연결되어 있는데 하나는 tto에 연결되어 HDMI있고 다른 하나는 DP.

편집: 아니면 daisy chain이 마더보드가 이를 지원하기 때문입니까? AFAIK, HDMI에서는 작동하지 않고 DisplayPort에서만 작동합니다.

관련 정보