I recently purchased a Samsung 49" monitor capable of 5120x1440 resolution. I have two computers connected to the monitor:
- A windows box at 5120x1440 using DisplayPort and is working at full resolution.
- An OpenSuse 15.4 LEAP Server using HDMI and is limited to 3480x2160.
The monitor has:
- 1 DisplayPort and
- 2 HDMI ports.
The OpenSuse RX580 has
- 2 DisplayPorts capable of 5120x1440
- 1 HDMI port capable of 3480x2160.
My solution was to utilize the RX580 DisplayPort to obtain the higher resolution. I bought an 8K DisplayPort to HDMI active adapter and an 8K HDMI cable. The active adapter is plugged into the RX580 GPU DisplayPort, then the 8K HDMI cable leads from the active adapter to HDMI-1 on the monitor. That done, I get a maximum resolution of 3480x2160 (same as I previously got using HDMI to HDMI).
Using xrandr, It appears the OpenSUSE driver does not recognize the higher resolution of the GPU DisplayPort. The highest resolution listed using xrandr is 3480x2160.
xrandr --output DisplayPort-0 --mode 5120x1440
results with the following error message: cannot find mode 5120x1440
I am not in a dire situation. All is functional at 3480x2160 but the higher resolution would be a great feature. Any thoughts on how to proceed?