web-dev-qa-db-ja.com

デュアルモニターが検出されない

Ubuntu 16.04を14.04から更新したデスクトップコンピューターを使用しています(14.04でも動作しません)。システムに2枚のグラフィックカードがあります。彼らは次のとおりです、

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)

System-> Display settingsおよびnVidia設定

NVidiaのドライバーは最新であり、完全に正常に動作します。

enter image description here

xrandr --listprovidersの出力:

Providers: number : 2
Provider 0: id: 0x29c cap: 0x1, Source Output crtcs: 2 outputs: 4 associated providers: 0 name:NVIDIA-0
Provider 1: id: 0x45 cap: 0x2, Sink Output crtcs: 4 outputs: 2 associated providers: 0 name:Intel

xrandr -qの出力

Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
   1366x768      59.79*+
   1280x720      60.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32    56.25  
   640x480       75.00    59.94  
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)

解決策はありますか? IntelとnVidiaはUbuntuで一緒にサポートしていませんか? (Windowsで動作します)

3
Alok Patel

HDMIからVGAへのコンバーターを入手し、単一のグラフィックスカードの両方のディスプレイを使用することで解決しました。

Ubuntuはデュアルモニターで一度に使用する複数のグラフィックカードをサポートしていない可能性がありますが、コンバーターを使用すると問題が解決しました。

0
Alok Patel