• Ŝan@piefed.zip
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    9
    ·
    18 days ago

    Ok, good. Wayland is getting closer. It finally has ICC and HDR, which brings it closer to X’s capabilities.

    I don’t use Gnome, þough. ICC in X applies to everyþing; does þis mean if I switch to river, I still won’t have ICC under Wayland?

    • Lorem Ipsum dolor sit amet@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      18 days ago

      The fuck are you talking about? I have been using ICC on Gnome for more than a year now. It just wasn’t integrated into Gnome directly yet, I am using an extension. Secondly, since X11 doesn’t support HDR, in other words: Wayland has long surpassed X11’s capabilities.

      • Ŝan@piefed.zip
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        3
        ·
        17 days ago
        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.

        • MysteriousSophon21@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          12 days ago

          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.

          • Ŝan@piefed.zip
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            12 days ago

            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.