Hacker News new | ask | show | jobs
by stcredzero 2937 days ago
> booted ElementaryOS on it and trying to deal with the resolution issues from the 4K display was just a huge headache

Jeez. The sentence, "I booted distro-X on it and trying to deal with the resolution issues from was just a huge headache," is still true in 2018. People were saying things like this about Linux 15 years ago!

3 comments

Windows 10 has resolution issues with HiDPI displays.

I find KDE to be fine with a single 4K display. I think the difficulties come with mixing a standard and a HiDPI screen.

Agreed. Pre-Wayland, Linux/X typically needs to treat all your screens as viewports onto a single virtual screen, which of course has to have a single DPI.

This is a more common use case than some folks might imagine. My laptop screen is HiDPI, but as soon as I plug into a projector or screen sharing device that acts as a second display, things get realllllly weird: Linux/X does not know how to dynamically change screen DPI without logout/login. I work around it by just running my laptop screen at "low" DPI. I don't miss it TBH; I suspect that many people who do notice it have better eyesight than me (possibly an age thing).

Wayland is supposed to help with this to some extent, but it's not yet ready for prime time.

Definitely this, I have a Thinkpad with Ubuntu 18.04, built in 4k display with 2 external 2k displays. I spent way too much time trying to get it to work. I just resorted to change magnification each time I dock/undock
What kind of issues? O-o
And 4K is an easy one if you just want doubled density 1080p! I tried to set up a fractional scale once on a Surface Pro (Windows defaults to 1.5x) and the answer is "Set 2x in the UI, then configure xrandr to scale it back down 0.75x"

This was a few years ago, maybe things have improved.

To be fair, ElementaryOS is based on software from 2015/16 (Ubuntu 16.04). HiDPI support in Linux is better (though still not perfect) in 2018.