MacBook Air로 외부 모니터 구성하기

MacBook Air로 외부 모니터 구성하기

나는 하나 MacBook Air(13인치, 2015년 초) 를 가지고 있고 Ubuntu 16.04그것을 사용합니다. Ubuntu에서는 Thunderbolt 케이블을 사용하여 외부 모니터를 감지할 수 없습니다. Settings -> Displays사용 가능한 다른 디스플레이는 표시되지 않습니다.

MacOSX그러나 외부 모니터는 세션에서 재부팅하고 해당 모니터가 연결된 경우에만 Ubuntu에서 인식됩니다. 플러그를 뽑았다가 다시 꽂으면 디스플레이가 더 이상 인식되지 않습니다.

Ubuntu(또는 Linux)에서 직접 외부 모니터를 올바르게 설정하는 방법에 대한 솔루션이 있습니까?


편집 1

MacOSX(El Capitan)의 모니터를 연결했습니다. 재부팅했습니다 Ubuntu. Displays인터페이스를 엽니다 .여기에 이미지 설명을 입력하세요.

내장 모니터와 외부 모니터가 모두 올바르게 인식됩니다. 내가 사용하는 것은 xrandr더 많은 정보를 제공하는 경우입니다.

$ xrandr
Screen 0: minimum 8 x 8, current 2560 x 2340, maximum 32767 x 32767
eDP1 connected primary 1440x900+0+1440 (normal left inverted right x axis y axis) 286mm x 179mm
   1440x900      59.84*+  59.89  
   1360x768      59.80    59.96  
   1280x800      60.00  
   1152x864      60.00  
   1024x768      60.00  
   800x600       60.32    56.25  
   720x450       60.00  
   640x480       59.94  
DP1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   1280x720      59.86  
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

그런 다음 외부 모니터를 뽑았다가 다시 연결했습니다. 내 모니터: 여기에 이미지 설명을 입력하세요. 출력 xrandr:

$ xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
eDP1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 286mm x 179mm
   1440x900      59.84*+  59.89  
   1360x768      59.80    59.96  
   1280x800      60.00  
   1152x864      60.00  
   1024x768      60.00  
   800x600       60.32    56.25  
   720x450       60.00  
   640x480       59.94  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

편집 2

Ubuntu가 모니터를 인식하려면 Thunderbolt 플러그를 연결한 상태로 (재)부팅해야 한다는 것을 알았습니다. MacOS에서 재부팅할 필요가 없습니다. 하지만 아직 이 문제를 해결하는 방법을 찾지 못했습니다.

관련 정보