I bought a Radxa Rock Pi 4B+ and booted Debian Buster XFCE downloaded from the official mirror. I’m using a monitor which supports at least 2560x1440, but the Rock can’t output a resolution higher than 1920x1080.
Running xrandr
, I get:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 4096 x 4096
HDMI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 725mm x 428mm
1920x1080 60.00* 50.00
1920x1080i 60.00 50.00
1280x1024 60.02
1280x960 60.00
1280x720 60.00 50.00
1024x768 60.00
800x600 60.32 56.25
720x576 50.00
720x480 59.94
2560x1440_60.00 59.96
I added the last line using this tutorial, but trying to set the output to this mode results in:
$ xrandr --output HDMI-1 --mode 2560x1440_60.00
xrandr: Configure crtc 0 failed
How do I enable 4K output from my Rock?