When I connect the dock and plug the display into one of the DisplayPort sockets and run xrandr I see the following output:
Code: Select all
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.01*+
DP-2 disconnected (normal left inverted right x axis y axis)
2560x1440_60.00 (0x259) 311.830MHz -HSync
h: width 2560 start 2744 end 3024 total 3488 skew 0 clock 89.40KHz
v: height 1440 start 1441 end 1444 total 1490 clock 60.00Hz
I have tried adding a high-res mode:
Code: Select all
xrandr --newmode "2560x1440_60.00" 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -HSync +Vsyncxrandr
Code: Select all
$ xrandr --addmode DP-0 "2560x1440_60.00"
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 35
Current serial number in output stream: 36
The dock works fine in Windows so I know that the hardware is capable. I also have Dell dock for work and connecting the laptop to that dock brings up the display automatically. So it seems like the HP dock needs a driver or something? Any help with this would be appreciated as I will have to give back the Dell dock soon and having spend a not insignificant sum on the HP dock, I don't want to have to buy another one if i can help it!