Linux Mint 19.2의 이상한 듀얼 모니터 설정 문제

Linux Mint 19.2의 이상한 듀얼 모니터 설정 문제

나는 뛰고있어리눅스 민트 19.2 시나몬(4.15.0-70-일반커널)엔비디아 코퍼레이션 GM206 지포스 GTX 960. 두 대가 관련된 듀얼 모니터 설정에서 이상한 문제가 발생했습니다.델 P2212H모니터, 모두 포함DVI 인터페이스그리고VGA포트. 다음 구성을 사용하면 모든 것이 잘 작동합니다.

  1. 첫 번째 모니터는 다음을 사용하여 내 컴퓨터에 연결됩니다.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케이블. 컴퓨터와 두 번째 모니터 사이의 케이블을 변경하면 듀얼 모니터 설정이 작동하지 않는 이유는 무엇입니까? 다음 설정으로 인해 내 컴퓨터가 더 이상 두 번째 모니터를 감지할 수 없는 것 같습니다.

  1. 첫 번째 모니터는 다음을 사용하여 내 컴퓨터에 연결됩니다.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

답변2

비슷한 문제가 있습니다. 모니터 1은 HDMI @ 1920x1080, 모니터 2, VGA를 통해 연결되지만 1600x900에서 1920x1080으로 증가하지 않습니다.

이 글을 팔로우했어요https://www.wikihow.com/Configure-X11-in-Linux(저는 데스크탑으로서 Linux를 처음 접했습니다.) xorg.conf 파일을 생성하는 방법을 보여줍니다. 생성시 약간의 오류가 있었지만 /home/에서 xorg.conf.new 복사본을 발견하여 /etc/X11에 xorg.conf로 복사해야 했습니다.

재부팅하고 모든 해상도를 채운 후 두 번째 모니터에서 더 나은 해상도(1920x1080)를 얻으려면 VGA-0 항목을 변경해야 합니다.

그런 다음 Nvidia X Server 설정 앱(xorg.conf 파일에 병합됨) 앱과 디스플레이 애플릿을 사용하여 해상도/방향 등을 변경했는데 작동했습니다.

나는 많은 책을 읽었으며 듀얼 모니터를 사용하는 19.x에 문제가 있는 사람들이 많이 있습니다. 이전 Ubuntu 16.04 기반 배포판에서는 xorg.conf 파일이 이미 생성되었으므로 첫 번째 인스턴스에서 편집할 수 있었습니다. 이것이 최선의 방법이라고 말하는 것은 아니지만 효과가 있고 나에게 충분합니다. 누군가 더 나은 제안이 있다면 기꺼이 배우고 싶습니다 :-)

관련 정보