Fedora 44 has generally been running smoothly on this hardware setup. However, after updating to kernel version 7.1.3-201.fc44 (not 7.1.2.27-1.fc44.x86_64) and rebooting, the password input field/dialog box at the login screen stops responding to any keyboard or mouse inputs.
** System Environment
OS:** Fedora Workstation 44
Kernel version with issue: 7.1.3-201.fc44 (not 7.1.2.27-1.fc44.x86_64)
Peripherals tested: Built-in laptop keyboard/touchpad and external USB keyboard/mouse.
** Steps to Reproduce
Update the system to kernel version 7.1.3-201.fc44 (not 7.1.2.27-1.fc44.x86_64).
Reboot the machine.
Wait for the GDM/Login screen to load.
Attempt to type the password or click inside the login dialog box.
** Observed Behavior
The password dialog box is completely unresponsive. Neither the laptop’s built-in keyboard/touchpad nor an external USB keyboard/mouse can focus on the input field or register keystrokes.
Interestingly, the system itself is not entirely frozen: other UI elements on the login screen (such as the power/restart menu and the user selection buttons) remain clickable and functional via mouse.
** Expected Behavior
The login dialog should focus automatically or allow text input upon clicking, registering keyboard input to enter the user password.
** Current Workaround
Rebooting and selecting the previous stable kernel via the GRUB menu restores full functionality, meaning the hardware works perfectly under the older kernel version.
** Relevant Logs
During a session where the input was frozen, the following log was captured from journalctl:
Jul 18 12:24:46 plasma-keyboard[1741]: qtvirtualkeyboard currently is not supported at client-side, use QT_IM_MODULES=qtvirtualkeyboard at compositor-side.
I suspect this isn’t relevant to the issue, because the fact you can boot the previous kernel from GRUB strongly points to a kernel problem rather than a userspace problem.
However, it’s surprising to see plasma-keyboard on a Workstation install. Have you also installed KDE packages here?
I’m kind of new to linux and particularly to Fedora, so I might be wrong. But the version was downloaded from the standard Fedora updates shown in the Discover app, and because the system was restarted to 6.19.10-300.fc44.x86_64 I got the version data by sudo dnf history info, but I misunderstand the relevant data.
The correct kernel actualization is 7.1.3-201.fc44.
Thank you for the observation.
I’m so sorry for all the mistakes in the report, I will be more careful the next time.
You are right, I’m running the KDE edition.
Here is the output of inxi -Sxx: System:
Host: infinitum.net.mx
Kernel 7.1.3-201.fc44.x86_64 arch x86_64 bits: 64 compiler: gcc v: 16.1.1
Desktop KDE Plasma v: 6.7.3 tk: Qt v N/A wm kwin_wayland dm N/A
Distro Fedora Linux 44 (KDE Plasma Desktop Edition)
As with every new kernel, the problem persisted. I found out that my GPU with the NVIDIA 470.xx driver was EOL (my GPU doesn’t support newer drivers), and there were probably some kernel regressions. I had to remove the NVIDIA drivers and reinstall the Mesa drivers. Now everything works again with the newest kernel.