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
    ·
    1 day 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
      2
      ·
      1 day 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.