방금 UP2414Q를 집어 들었고 60hz를 실행하는 displayport 1.2를 통해 연결했습니다. 문제는 X 2 개의 화면을 표시하게되어 24 인치 프레임 내에 2 개의 모니터가있는 것처럼 작동한다는 것입니다.
엔비디아 설정을 살펴본 결과 단일 와이드 디스플레이로 결합 할 수있는 방법을 찾을 수 없습니다. 나는 같은 일을 할 때 힌트를 찾았다.
OPTION "TwinViewXineramaInfoOverride" "3840x2160+0+0"
또는
Option "NoTwinViewXineramaInfo" "1"
어느 쪽도 효과가 없었습니다. 퍼즐에 다른 부분이 없는지 궁금합니다. 구성을 수정하는 방법에 대한 힌트를 주시면 감사하겠습니다. 저는 현재 최신 X 및 엔비디아 드라이버가 도움이 될 것이라는 희망으로 매일 새로운 신뢰 구축을 진행하고 있습니다.
현재 X 구성 아래에 붙여 넣고 아래 X 로그에 연결했습니다.
다음은 현재 듀얼 디스플레이 설정의 스크린 샷입니다. 창 관리자는 두 개의 다른 모니터가있는 것처럼 작동합니다.
http://uploads.mitechie.com/xorg-setup.png
로그 파일 : http://paste.ubuntu.com/6654719/
xrandr 출력 : http://paste.ubuntu.com/6669699/
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 331.20 (buildd@batsu) Mon Dec 9 17:08:08 UTC 2013
xdpyinfo -ext XINERAMA | 꼬리 -2
head #0: 1920x2160 @ 0,0
head #1: 1920x2160 @ 1920,0
xorg.conf
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DELL UP2414Q"
HorizSync 31.0 - 140.0
VertRefresh 29.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 660 Ti"
EndSection
Section "Screen"
# Removed Option "metamodes" "DP-1.8: 1920x2160_60 +1920+0, DP-1.9: 1920x2160_60 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4.8"
Option "metamodes" "DP-1.8: nvidia-auto-select +1920+0, DP-1.9: nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
참고 문헌 :