Re: Notebook's password input jammed at SDDM login after screen lock:
Masaru Nomiya <[email protected]>
| Newsgroups | gmane.linux.suse.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, In the Message; Subject : Re: Notebook's password input jammed at SDDM login after screen lock: Message-ID : <[email protected]> Date & Time: Fri, 21 Aug 2026 21:38:40 -0500 [PJ] == -pj via openSUSE Users <[email protected]> has written: PJ> On 8/21/26 6:29 PM, Masaru Nomiya wrote: [...] MN> > It's true -- it's a bit of a stretch to think this is caused by the MN> > driver. So, I looked into it and found this information, though its MN> > a bit outdated. PJ> Many thanks for looking more deeply at this. MN> > https://github.com/sddm/sddm/issues/1289 MN> > It's true that problems with sddm can be a real headache.... MN> > Anyway, choud you show this results? MN> > $ cat /etc/sddm.conf.d/sddm.conf PJ> /etc/sddm.conf.d> ls -lah PJ> total 48K PJ> drwxr-xr-x. 1 root root 34 Aug 2 05:11 . PJ> drwxr-xr-x. 1 root root 3.9K Aug 21 21:12 .. PJ> -rw-r--r--. 1 root root 170 Mar 13 12:24 kde_settings.conf PJ> paul@localhost:/etc/sddm.conf.d> PJ> and PJ> /etc> cat sddm.conf PJ> paul@localhost:/etc> pwd PJ> /etc PJ> is empty. Although :< PJ> /etc/sddm.conf.d> cat kde_settings.conf PJ> [Autologin] PJ> Relogin=false PJ> Session=default.desktop PJ> User= PJ> [General] PJ> HaltCommand= PJ> RebootCommand= PJ> [Theme] PJ> Current=breeze-openSUSE PJ> [Users] PJ> MaximumUid=60000 PJ> MinimumUid=1000 PJ> paul@localhost:/etc/sddm.conf.d> PJ> Notice the above line 'Relogin=false' is set, but it is under PJ> [Autologin] which I do not wish to use. Could this be something PJ> perhaps? Thanks. Setting 'Relogin=false' is fine. I have it set that way, too. Anyway, based on your kde_settings.conf, you're using a complex setup where you log in via X11 and then Wayland starts after login. While this is possible, how about modifying it as shown below? [General] HaltCommand=halt InputMethod= Namespaces= Numlock=none RebootCommand=reboot [Autologin] Relogin=false Session= User= [Theme] Current=breeze-openSUSE [Users] DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin HideShells= HideUsers= MaximumUid=60513 MinimumUid=1000 RememberLastSession=true RememberLastUser=true ReuseSession=true [Wayland] CompositorCommand=kwin_wayland --drm --no-lockscreen SessionCommand=/usr/share/sddm/scripts/wayland-session SessionDir=/usr/share/wayland-sessions SessionLogFile=.local/share/sddm/wayland-session.log However, many websites (in Japan, at least) state that sddm's Wayland support is experimental and that this situation has not changed. https://www.phoronix.com/news/SDDM-0.20-Released They say that if you absolutely must use sddm, you should use it with X11. Huh? Are you a game user, by any chance? Best Regards. -- Masaru Nomiya mail-to: nomiya @ ab.auone-net.jp "Reading widely about things that don't seem immediately or practically useful, in the hope that what you learn now may prove meaningful laterthat's pretty much the definition of a liberal- arts education. Who knew that one of its best defenders would turn out to be a computer scientist?" -- "What Does It Really Mean to Learn?" THE NEW YORKER --