The 5k monitors from Dell or HP both need 2x Display Ports to drive the full 5k resolution.
My problem is that I’m not able to span or combine the two screens from each port into one (e.g. span my desktop manager like KDE over both screens). The card works, the monitor is in 5k resolution, but it’s like having two monitors with each 2560x2880 resolution side by side. Ideally I’d like to add another screen (for which I need to set a different DPI which is also not working).
I’m using xorg-server-1.16.4, nvidia-drivers-358.13 on Linux 4.3.0 (gentoo).
xrandr shows:
DP-0 connected 2560x2880+2560+0 (normal left inverted right x axis y axis) 1mm x 1mm
2560x1440 59.95 +
4096x2160 59.98
3840x2160 60.00
2560x2880 59.98*
2560x1600 59.97
1920x1200 59.95 59.88
1920x1080 60.00
1680x1050 59.95
1600x900 60.00
1440x900 59.90
1366x768 60.00
1280x1024 60.02
1280x800 59.81
1280x768 59.87
1280x720 60.00
1024x768 60.00
800x600 60.32
640x480 59.95 59.94
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 connected 2560x2880+0+0 (normal left inverted right x axis y axis) 299mm x 336mm
2560x2880 59.98*+
My /etc/X11/xorg.conf:
/etc/X11/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"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HP ZR2440w"
HorizSync 24.0 - 80.0
VertRefresh 24.0 - 60.0
Option "DPMS"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "HP Z27q"
HorizSync 24.0 - 80.0
VertRefresh 24.0 - 60.0
Option "PreferredMode" "2560x2880"
Option "DPMS"
Option "RightOf" "HDMI-0"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "Monitor2"
VendorName "Unknown"
ModelName "HP Z27q"
HorizSync 24.0 - 80.0
VertRefresh 24.0 - 60.0
Option "PreferredMode" "2560x2880"
Option "DPMS"
Option "RightOf" "DP-4"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 960"
BusID "PCI:1:0:0"
Option "Monitor-HDMI-0" "Monitor0"
Option "Monitor-DP-0" "Monitor1"
Option "Monitor-DP-4" "Monitor2"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Monitor "Monitor1"
Monitor "Monitor2"
DefaultDepth 24
Option "BaseMosaic" "false"
Option "TwinView" "true"
Option "TwinViewOrientation" "clone"
Option "RenderAccel" "true"
Option "UseEdidFreqs" "true"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-6"
Option "metamodes" "HDMI-0: nvidia-auto-select +0+371 {rotation=right}, DP-0: 2560x2880 +3760+0, DP-4: nvidia-auto-select +1200+0"
Option "MultiGPU" "off"
Option "SLI" "off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
nvidia-bug-report.log.gz (180 KB)