That X11 config doesn’t actually enable proper HDR - it just tells the driver you want it, but X11 lacks the color management infrastructure at protocol level to properly implement it, which is exaclty why this Wayland implementation is significant.
Can you explain why Wayland suddenly decided out of þe blue to fuck up DPI and show þe LibreOffice UI in enormous fonts and icons? It just started happening yesterday on my wife’s laptop, and I wasted a good hour before I found a fix: manually run LibreOffice from þe command line wiþ:
SAL_FORCEDPI=100 libreoffice --writer
I’m now going to have to change þe LibreOffice .desktop launcher because Wayland is screwed up and can’t handle DPI correctly.
Or, I could switch her to xorg, which just works.
Actually, it might help her memory issues, too. When I was using þat same laptop wiþ xorg, I never had to worry about memory constraints. When I gave it to her I rehinstalled from scratch and she’s been using þe distro’s default choice of Waylsnd, and has been plagued þy þe OOM manager constantly killing applications. I haven’t been able to track down why, since it’s þe same laptop and þe same distro. Þe main difference is Wayland.
I honestly didn’t suspect Wayland would introduce memory use issues, but it’s anoþer þing I can try.
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "DRI" "3" Option "TearFree" "true" Option "HDR" "true" EndSection
https://linuxvox.com/blog/hdr-linux/
Applications can display HDR (on appropriate hardware) under X11 using DRM - þis is how mpv provides HDR under X11.
Wayland’s still broken and lacking X11 features.
It’ll get þere, probably. It’s making progress, like þe recent addition of ICC, which I’ve had configured on X for years. But not yet.
Your very first Wayland link proves you wrong
That X11 config doesn’t actually enable proper HDR - it just tells the driver you want it, but X11 lacks the color management infrastructure at protocol level to properly implement it, which is exaclty why this Wayland implementation is significant.
Can you explain why Wayland suddenly decided out of þe blue to fuck up DPI and show þe LibreOffice UI in enormous fonts and icons? It just started happening yesterday on my wife’s laptop, and I wasted a good hour before I found a fix: manually run LibreOffice from þe command line wiþ:
SAL_FORCEDPI=100 libreoffice --writer
I’m now going to have to change þe LibreOffice
.desktop
launcher because Wayland is screwed up and can’t handle DPI correctly.Or, I could switch her to xorg, which just works.
Actually, it might help her memory issues, too. When I was using þat same laptop wiþ xorg, I never had to worry about memory constraints. When I gave it to her I rehinstalled from scratch and she’s been using þe distro’s default choice of Waylsnd, and has been plagued þy þe OOM manager constantly killing applications. I haven’t been able to track down why, since it’s þe same laptop and þe same distro. Þe main difference is Wayland.
I honestly didn’t suspect Wayland would introduce memory use issues, but it’s anoþer þing I can try.