I feel pretty good about this as I have only had Linux installed as my daily driver since late October 2025. This machine is the only exposure to Linux I get, as I work as a Windows sysadmin. I run openSUSE LEAP 16.0 with KDE and while I can’t say I’m comfortable or even within spitting-distance of being comfortable with it, I feel like today moved the needle a bit more towards that.

This started a few days ago with my three displays. I run an LG 34" curved display as my main monitor and two 27" CRUA curved displays on the sides of it. Previously, I had experienced no issues with this setup when using Bricklink Studio 2.0 via wine. However, on Thursday night I quit Studio and boom, my side monitors wouldn’t stay on or detect a signal, and my main display kept freaking out and blinking every 5-7 seconds. I could get one of the two side monitors to work, but not both with the main monitor.

Long story short (DP->HDMI adapter swaps, cable changes, port arrangements with the graphics card, etc.), I used DuckDuckGo searches (lots of the results came from the Arc forums, my consolences) and was pointed toward log files for kwin. I used the Logs app on my machine to check the important logs that would appear when I tried to have both monitors plugged in. That showed me that it was having trouble finding or removing some reference object. I looked in the Display Configuration settings and noticed the monitors would pop up, last for about 5-7 seconds, then get disconnected within the same time frame as the logs. I also noticed that when they would be visible, the ‘Enable’ checkbox would be unchecked.

So with my trusty vertical mouse in hand, I studied the placement of the buttons and checkbox and after a few fails, successfully selected the checkbox to enable one of the displays, apply the change, and select keep before it could fully disconnect the monitor. Boom! The monitor turned back on and stayed on. I had to adjust it’s position in the layout, but after that, it had no issue being on! I repeated this for the other monitor and now, I am happy to say, all three of my monitors are on and my system is running exactly as before!

I really appreciate the openness to information that I see in many of the Linux communities, and thank you to those of you who have contributed, or will contribute to that knowledge. Because of people keeping that information open and available, a complete and utter Linux-n00b like myself can take a shot at investigating and fixing my own system woes.

Best regards!

P.S. I have a theory about what happened with wine and why the issue wouldn’t happen with one of the side monitors plugged in, and only happen when both were. But I’ll save that for a comment if someone asks.

  • nyan@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Careful there, WINE Is Not an Emulator (yes, really, that’s what it stands for—back in the 90s, we thought that recursive acronyms were cool. See also GNU).

    What you saw could indeed have been a bad handoff, assuming it didn’t persist through a reboot. If it did, then it sounds more like a KDE (or Wayland?) bug.

    • Ænima@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      At the time it was using X11. But changing to Weyland was one of the things I tried. Seemed whatever the fault, it persisted through reboots and those changes. Is there something that both X11 and Weyland check when processing the handshakes?

      • nyan@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        That sounds like bad data got written to some config files, because a reboot should have corrected a simple bad handoff and restored the preconfigured state. Might have been interesting to see what xrandr had to say about those monitors at the time, and whether it could have fixed them.

        Anyway, sounds like your side monitors got disabled, and rather than re-enabling them when you exited WINE, something in the stack decided they’d always been that way . . . but because they were still powered and connected, the monitors still said “hi” every few minutes, and then got identified and swatted down again. I doubt I would have had the hand-speed to re-enable them through the GUI the way you did.

        • Ænima@lemmy.zipOP
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          I’ll take a look at the logs and see if I can find the error chain at the time of the connect/disconnect loop.

          I doubt I would have had the hand-speed to re-enable them through the GUI the way you did.

          Never doubt your abilities to ninja this shit to get back to your ideal workflow! That monitor being down those few days really messed up my jive!

          • nyan@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            21 hours ago

            Heh. I’m old and my reflexes are dropping off. Plus, as a Gentoo user, I tend to reach for the command-line tools first.