나는 주말 (그리고 그 전에 얼마 전에) Ubuntu 13.10으로 한국어 QHD270 및 Benq G2222HDL 모니터를 설정하려고했습니다.
nouveau 드라이버를 사용 하면 두 모니터 기능을 완벽하게 설치할 수 있습니다. nvidia 드라이버를 설치 한 후 Benq 는 작동 하지만 QHD270은 작동 하지 않습니다.
며칠 동안 어려움을 겪고 난 후 특히 블로그를 혼합하여 QHD270을 작동시킬 수있었습니다. 이것 과 learnitwithme . 불행히도 내 G2222HDL이 작동하지 않습니다. 사용자 정의 EDID를 제공하여 QHD270을 수정했는데 xorg.conf는 다음과 같습니다 (키보드 및 마우스 제외).
Section "ServerLayout"
Identifier "Layout0"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "CustomEDID" "DFP:/etc/X11/edid-shimian.bin"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection
지금, 나는 새로운 정의 시도 Device
, Monitor
그리고 Screen
다음에 ServerLayout
추가 Screen "Second Screen" RightOf "Default Screen"
하지만, 어느 모니터가 작동되도록 한 후 일.
GUI 기반 도구를 사용하여 문제를 해결하기를 희망하면서 NVIDIA X Server 설정을 열어 현재 레이아웃을 다음과 같이 표시합니다.
내 인쇄 화면에서 제안한대로 모니터에 무언가가 출력되는 것 같습니다.
도움을 주시면 감사하겠습니다.
출력 xrandr
:
Screen 0: minimum 8 x 8, current 5120 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
DP-1 disconnected (normal left inverted right x axis y axis)
그리고 내 로그 파일에서 추출한 것 같습니다 (아마도 관련이 있습니까?)
[ 7.862] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680 at PCI:2:0:0
[ 7.862] (--) NVIDIA(0): CRT-0
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0) (boot, connected)
[ 7.862] (--) NVIDIA(0): DFP-1
[ 7.862] (--) NVIDIA(0): DFP-2
[ 7.862] (--) NVIDIA(0): DFP-3
[ 7.862] (--) NVIDIA(0): DFP-4
[ 7.862] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): Internal Dual Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-4: Internal DisplayPort
xrandr
무엇입니까? 유용한 정보를 찾기 위해 로그 파일을 확인 했습니까?
xorg.conf
두 모니터가 모두 인식 xorg
합니까? 그렇다면 출력은 xrandr
무엇입니까?