두 번째 VGA 모니터가 감지되지 않음

두 번째 VGA 모니터가 감지되지 않음

메인 HDMI(Nvidia 1050Ti) 모니터가 2개 있는데 완벽하게 작동합니다. 보조 VGA(인텔 보드): 비어 있습니다.

sudo lshw -C 쇼

  *-display                 
       description: VGA compatible controller
       product: GP107 [GeForce GTX 1050 Ti]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01: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:135 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
  *-display
       description: VGA compatible controller
       product: HD Graphics 630
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 04
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:132 memory:f5000000-f5ffffff memory:d0000000-dfffffff ioport:f000(size=64) memory:c0000-dffff

LSPCI | VGA를 그렙

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)

랜달

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DVI-D-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
   1920x1080     60.00*+  59.94    50.00    60.05    60.00    50.04  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1400x1050     59.98  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

xrandr --listmonitors

Monitors: 1
 0: +*HDMI-0 1920/480x1080/270+0+0  HDMI-0

답변1

모니터 2를 마더보드 비디오 포트에 연결하지 말고, 대신 여러 포트가 있는 1050 Ti의 다른 포트에 연결하십시오.

답변2

별도의 그래픽 카드가 있는 경우 통합 그래픽이 작동하지 않을 수 있습니다. 앞서 언급한 대로 두 개의 모니터를 nVidia 카드에 연결합니다.

[내 답변을 반대 투표했지만 이것이 실제로 해당되는 컴퓨터가 몇 대 있습니다. 특정 마더보드 제조 부품 번호, 개정 수준, BIOS 버전 및 CPU 세부 정보 없이 Intel CPU에서 통합 GPU를 비활성화하는 것이 전적으로 가능합니다. ]

관련 정보