I’m using EndeavourOS (Arch btw) with KDE plasma 6.x (Wayland), SDDM, and systemd as boot manager. I have 2 displays, one HDMI-A-1 (1080p) and one on DP-1 (Ultrawide).

When I boot the password entry cursor defaults to the HDMI display, but I want it to default to the DP-1 display.

I’ve tried a few things, mostly suggestions from ChatGPT. But nothing has worked. The weird thing is at boot the boot menu and boot messages all appear on DP-1, and it is set as primary in KDE and that works fine as well. It is just the logon prompt that defaults to the wrong display.

Things I’ve tried so far.

  • Adding video=DP-1:e to the options in the systemd entry - (No effect)
  • Edited /etc/sddm.conf.d/wayland.conf to run a script that did the following: kwriteconfig6 --file startkderc --group General --key PrimaryScreen DP-1 (didn’t fix it, actually broke the logon process so had to remove it)

I’m just not familiar enough with how SDDM works so hoping for some good pointers to provide the answer or point me in the right direction.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    In theory it should be on all monitors. At least on mine, all 3 monitors display the login screen and any of them can be used to input the password.

    You can edit the settings from KDE’s settings to copy the KWin monitor configuration to it, you probably want to set the primary display.

    • mub@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 hours ago

      The prompt screen is the same on both monitors. But the typing cursor is in the password box on the secondary monitor.

      I had a go at setting the kwin primary using another method but I’ll have a look at copying the settings across like you said.

      • Max-P@lemmy.max-p.me
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        If just follows the cursor so if you move the mouse to another screen you can also input your password there.

        The only difference is which one the mouse cursor is on initially.

        • mub@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          Interesting. That’s not what happens on mine. I have to actually click into the password box on the primary screen if I want to use that one. Password entry works on both screens so doesn’t really matter which I use, it is just a cosmetic thing that bothers me.