私は走っているLinux Mint 19.2シナモン(4.15.0-70 - 一般カーネル)Nvidia Corporation GM206 GeForce GTX 960。 2台が関連するデュアルモニタ設定で奇妙な問題が発生しました。デルP2212Hモニター、すべてを含むDVIインターフェースそしてVGAポート。次の設定では、すべてがうまく機能します。
- 最初のモニターは、以下を使用してマイコンピューターに接続します。DVI-D<->DVI-Dケーブル。
- 2番目のモニターは、次のようにマイコンピュータに接続されます。HDMI-VGAアダプターとVGA <-> VGAケーブル。
inxi -Gx
Graphics:
Device-1: NVIDIA GM206 [GeForce GTX 960] vendor: Micro-Star MSI
driver: nvidia v: 435.21 bus ID: 01:00.0
Display: x11 server: X.Org 1.19.6 driver: nvidia
unloaded: fbdev,modesetting,nouveau,vesa
resolution: 1920x1080~60Hz, 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 960/PCIe/SSE2 v: 4.6.0 NVIDIA 435.21
direct render: Yes
xrandr
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+1920+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 59.94
1280x1024 75.02 60.02
1280x720 59.94
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
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)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
デュアルモニターの設定はうまく機能しますが、表示品質の顕著な違いのために購入しました。HDMI <-> DVI-Dケーブル。コンピュータと2台目のモニター間のケーブルを変更すると、デュアルモニター設定が機能しないのはなぜですか?次の設定により、コンピュータがもう2台のモニタを検出できなくなったようです。
- 最初のモニターは、以下を使用してマイコンピューターに接続します。DVI-D<->DVI-Dケーブル。
- 2番目のモニターは、次のようにマイコンピュータに接続されます。HDMI <-> DVI-Dケーブル。
xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+
1280x1024 75.02 60.02
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
HDMI-0 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)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
私は確認できるHDMI <-> DVI-DWindows 10を実行している別のコンピュータでテストしましたが、ケーブルが正しく機能しました。どんな提案がありますか?
ありがとう、クリス
ベストアンサー1
Mintフォーラムで@roblmの提案を使用してこの問題を解決することができました。
sudo touch /etc/X11/xorg.conf
編集するファイルを開きます。xed admin:///etc/X11/xorg.conf
次の行を追加してください。
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
EndSection
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP, DFP"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
EndSection