Ubuntu 14.04.3 LTS에서 두 번째 모니터가 감지되지 않습니다.

Ubuntu 14.04.3 LTS에서 두 번째 모니터가 감지되지 않습니다.

Ubuntu 14.04.3 데스크탑에 두 개의 모니터를 연결하려고 합니다. My First 모니터는 RS-232 케이블을 통해 CPU에 연결되어 작동 중입니다. 두 번째 모니터는 디스플레이 링크 어댑터에 연결되며, 다른 쪽 끝은 CPU에 대한 USB 연결입니다. 부팅할 때 두 번째 모니터에 일부 시작 메시지가 표시되지만 첫 번째 모니터의 로그인이 로드될 때 첫 번째 모니터에 로그인하면 두 번째 모니터가 충돌합니다.

내 사양은 다음과 같습니다.

foo@bar ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:   trusty

foo@bar ~ $ uname -r
3.16.0-50-generic
foo@bar ~ $ 

foo@bar ~ $ lsusb
Bus 002 Device 003: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 413c:2107 Dell Computer Corp. 
Bus 003 Device 004: ID 17e9:019a DisplayLink 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
foo@bar ~ $ 

foo@bar ~ $ xrandr --query  
Screen 0: minimum 8 x 8, current 1920 x 1200, maximum 16384 x 16384
DVI-I-0 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1920x1080      60.0  
   1680x1050      60.0  
   1600x1200      60.0  
   1280x1024      60.0  
   1280x960       60.0  
   1024x768       60.0  
   800x600        60.3  
   640x480        59.9  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

~ $ lspci -vnn | grep -i VGA -A 12
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107GL [Quadro K600] [10de:0ffa] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: NVIDIA Corporation Device [10de:094b]
    Flags: bus master, fast devsel, latency 0, IRQ 82
    Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    Memory at f0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at e000 [size=128]
    [virtual] Expansion ROM at fb000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia

02:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
    Subsystem: NVIDIA Corporation Device [10de:094b]

 ~ $ sudo lshw -C video
  *-display               
       description: VGA compatible controller
       product: GK107GL [Quadro K600]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:82 memory:fa000000-faffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:fb000000-fb07ffff

두 번째 모니터를 작동시키는 방법에 대한 다양한 게시물을 시도했지만 아무 것도 효과가 없었습니다. 또한 첫 번째 모니터를 디스플레이 링크 어댑터에 연결하는 동안 RS32 케이블을 직접 사용하도록 두 번째 모니터를 전환하려고 시도했는데, 이로 인해 두 번째 모니터가 작동하기 시작하고 처음에는 검은색 화면이 표시되었습니다. 설정의 감지 디스플레이도 작동하지 않았습니다.

답변1

DisplayLink USB 어댑터 대신 DVI-디스플레이 케이블과 어댑터를 사용하여 두 개의 모니터를 작동시킬 수 있었습니다. 또한 Ubuntu를 최신 버전으로 업그레이드했습니다. DisplayLink 어댑터와 관련된 문제가 확실합니다.

관련 정보