My laptop has been having problems not charging and the top row of the keyboard stopped working. In my pursuit of a replacement I realized how ridiculously cheap Intel iMacs have become.
And then I realized that you can gut them and convert them into an insanely good computer monitor after the internals die.
I was looking for a dead one but somehow managed to get my hands on a working 5k 2017 iMac for $150. God the display is glorious.
For the time being Im just going to use the existing internals since they’re still functioning.
I installed Fedora on an external drive and everything seems to be functional. I managed to get fractional scaling functioning. However the output only goes up to 4k. And while thats still really nice, the extra resolution does make an obvious difference when sitting ~1 foot away.
Has anyone been able to get 5k working?
Those 5k panels were goofy: they’re two DisplayPort links merged via software magic into 5k.
Might be that’s a proprietary thing that requires OS X?
deleted by creator
5k?
deleted by creator
I never got it to work at anything over 4k several years ago.
I went down the rabbit hole and ended up just selling. Apple only ever released the driver for macOS and for Windows 10 with Bootcamp.
Apparently it will work in X11 with a few setup changes per this thread: https://www.linuxquestions.org/questions/showthread.php?p=6477626#post6477626
Does that mean you weren’t able to implement those changes or didn’t want to regress back from Wayland?
That thread is just the result of a search today to see if the situation has changed.
When I tried it, we were still trying to figure out how the two displays worked. It looks like that link has a solution. It would have been great to try back then, but I wouldn’t go out and buy a 5k iMac or LG monitor just to try it out now.
deleted by creator
i have a 2017 lg 5k monitor (same goofy software trick) that works with ubuntu x11
deleted by creator
i just mean the one schizo mentioned
deleted by creator
It depends on the displayport version. DP 1.2 only supports 4k. DP 1.4 supports more. So if it’s an older display that only supports DP 1.2, you have to use the two screens hack. I never tried that, though.
deleted by creator
In laptops the internal screen is usually attached over embedded Displayport (eDP) could be the same here. “native” doesn’t really say much.
deleted by creator
Not sure what these internal connections are, but Displayport is both a plug and a protocol. You can use the protocol over thunderbolt and maybe other connections as well.
deleted by creator
Yes, but these internal connections can be done in a variety of ways - for example the most common way to connect laptop displays (which I would definitely classify as internal) is using embedded DisplayPort.
deleted by creator
What does the display setting look like? Can you just set the resolution manually
deleted by creator
In that case I think it might be at a lower level.
deleted by creator
Computers are built on abstraction. You start at the most abstracted layer and work your way down. I would next check what resolutions are exposed in the kernel. If 5k isn’t exposed I would check the kernel itself. At the very bottom is hardware but I think this is a software issue. It may just be flat out not supported by Linux.
deleted by creator