The text recognition software (I took a photo of the screen) interpreted the @-sign as an extra 0.
I'm still on 3840x2160 as the max resolution in Ubuntu. Tried both variants:
Code:linux /casper/vmlinuz --- video=eDP-1:5120x2880@MR-24 quiet splash
and
Code:linux /casper/vmlinuz --- video=eDP-1:5120x2880@MR quiet splash
video=eDP-1:5120x2880MR@60
video=eDP-1:5120x2880MR@60-24
hi all, i can confirm the same thing on my 2019 5k imac. i boot arch linux with wayland through opencore chained to grub and wlr-randr shows only half on the 5k, while trying to force 5k through mango's config just applies the half-5k skewing the image.Hi all, I just joined this forum to update on this topic. I have an iMac 5K 2020 as the OP asked. I use OCLP bootloader to boot into my ArchLinux (installed on an external SSD). It booted successfully. But now I got an interesting screen resolution: 1/2 of 5K. Here is the information I got from xrandr:
If I boot without OCLP, as you already know, I will have the 4K resolution. Maybe I don't have a proper drivers installed.
I don't have another USB to try the live Fedora or other distros. Any suggestions?
GRUB_CMDLINE_LINUX="amdgpu.dc=0 amdgpu.dpm=1 video=eDP-1:5120x2880@60"
GRUB_GFXMODE=5120x2880,3840x2160,auto
Did this work for you? I’m questioning buying an 2017 5K 21,5 inch 16GB ram AMD 555 iMac, but I would like to be able to keep 5K resolution in Linux.fully working 5k on X11
amdgpu.dc=1 amdgpu.mst=1 video=eDP-1:5120x2880@60
xrandr --newmode "5120x2880" 1276.50 5120 5560 6128 7136 2880 2883 2888 2982 -hsync +vsync
xrandr --addmode eDP "5120x2880"
xrandr --output eDP --mode 5120x2880 --pos 0x0 --primary
Does this also work under wayland? Given the deprecation of x11 in a few major distros, having this working under wayland seems to be the best for mid to longterm.fully working 5k on X11
amdgpu.dc=1 amdgpu.mst=1 video=eDP-1:5120x2880@60
xrandr --newmode "5120x2880" 1276.50 5120 5560 6128 7136 2880 2883 2888 2982 -hsync +vsync
xrandr --addmode eDP "5120x2880"
xrandr --output eDP --mode 5120x2880 --pos 0x0 --primary
Huh I somehow missed this post, huge if true!fully working 5k on X11
amdgpu.dc=1 amdgpu.mst=1 video=eDP-1:5120x2880@60
xrandr --newmode "5120x2880" 1276.50 5120 5560 6128 7136 2880 2883 2888 2982 -hsync +vsync
xrandr --addmode eDP "5120x2880"
xrandr --output eDP --mode 5120x2880 --pos 0x0 --primary
Did this work for you? I’m questioning buying an 2017 5K 21,5 inch 16GB ram AMD 555 iMac, but I would like to be able to keep 5K resolution in Linux.
@antibolo the guy in the linked threat explicity got it running on a imac 18,3, oclp > grub, on ubuntu 25.10 with x11. So far, ive not seen any confirmed success on wayland. I'll try it when i have some free time.i actually got given a 5k for free recently! but not tried
solution is described here
it is strange that the author doesn't mention wayland working, but I am now more confident that it will eventually work on wayland too as the aim is for wayland to be feature parity with x11.
for the smaller 21.5 imac you need to add video=eDP-1:4096x2304MR@60 after quiet splash in the kernel command line. works fully on wayland.
You make a good point about AI. It's important to vet everything it says.So unfortunately it seems all the above solutions to enable 5K (both on X11 and Wayland) are not valid as "they only make the desktop render at 5120x2880, which then gets squeezed into 3840x2160 which remains the actual display resolution".
"I'm afraid there is no avoiding reverse-engineering the Windows driver to see what it does to enable 5K. Or maybe someone will figure out from just the debug log why the second connector is being turned off. Unfortunately, I don't have enough expertise to do these things myself."
see here for more details: https://gitlab.freedesktop.org/drm/amd/-/issues/4455#note_3369545
Also, a cautionary note about using AI chatbots to help troubleshoot technical problems, as one person on gitlab has done. It can sound very exciting - but also be completely wrong!
Edit: there seems to be a difference between Navi (2020) and Polaris (2019 and earlier) iMacs. Possibly Polaris does work at 5K, but Navi doesn't due to changes in the TCON controller.