Greetings,
I have two systems that are running KDE, my desktop, and my laptop. I managed to get both upgraded to qt6. The destkop is a Ryzen processor with an nVidia 3060Ti. The laptop is an ancient Thinkpad W520. It has optimus, but I am only using the integrated graphics (intel card), and OS detection for optimus is disabled.
On the desktop, KDE works, as does SDDM. However, on the laptop, KDE works from the command line (e.g. startx), however, when I try to start sddm, for instance on boot, I get a mouse pointer center and a cursor in the upper left corner of the screen. However, the mouse pointer is frozen, and the startup never completes. There is an sddm-greeter-qt6.core file in /var/lib/sddm, and the last run of sddm in /var/log/sddm.log says:
So what am I missing? Ive reinstalled the sddm packages, and the helper still dumps core on me.
Any suggestions?
I have two systems that are running KDE, my desktop, and my laptop. I managed to get both upgraded to qt6. The destkop is a Ryzen processor with an nVidia 3060Ti. The laptop is an ancient Thinkpad W520. It has optimus, but I am only using the integrated graphics (intel card), and OS detection for optimus is disabled.
On the desktop, KDE works, as does SDDM. However, on the laptop, KDE works from the command line (e.g. startx), however, when I try to start sddm, for instance on boot, I get a mouse pointer center and a cursor in the upper left corner of the screen. However, the mouse pointer is frozen, and the startup never completes. There is an sddm-greeter-qt6.core file in /var/lib/sddm, and the last run of sddm in /var/log/sddm.log says:
Code:
[10:44:14.932] (II) DAEMON: Initializing...
[10:44:15.024] (II) DAEMON: Starting...
[10:44:15.025] (II) DAEMON: No session manager found
[10:44:15.025] (II) DAEMON: Adding new display...
[10:44:15.031] (II) DAEMON: Loaded empty theme configuration
[10:44:15.032] (II) DAEMON: Xauthority path: "/var/run/sddm/xauth_uYIoZy"
[10:44:15.032] (II) DAEMON: Using VT 9
[10:44:15.032] (II) DAEMON: Display server starting...
[10:44:15.033] (II) DAEMON: Writing cookie to "/var/run/sddm/xauth_uYIoZy"
[10:44:15.033] (II) DAEMON: Running: /usr/local/bin/X -nolisten tcp -background none -seat seat0 vt9 -auth /var/run/sddm/xauth_uYIoZy -noreset -displayfd 16
[10:44:15.872] (II) DAEMON: Setting default cursor
[10:44:15.876] (WW) DAEMON: Could not setup default cursor
[10:44:15.879] (II) DAEMON: Could not set Xcursor resources QProcess::FailedToStart
[10:44:15.880] (II) DAEMON: Running display setup script "/usr/local/share/sddm/scripts/Xsetup"
[10:44:15.888] (II) DAEMON: Display server started.
[10:44:15.888] (II) DAEMON: Socket server starting...
[10:44:15.889] (II) DAEMON: Socket server started.
[10:44:15.892] (II) DAEMON: Loading theme configuration from "/usr/local/share/sddm/themes/elarun/theme.conf"
[10:44:15.893] (II) DAEMON: Greeter starting...
[10:44:15.972] (II) HELPER: [PAM] Starting...
[10:44:15.972] (II) HELPER: [PAM] Authenticating...
[10:44:15.972] (II) HELPER: [PAM] returning.
[10:44:15.974] (II) HELPER: Writing cookie to "/tmp/xauth_AZHbni"
[10:44:15.974] (II) HELPER: Starting X11 session: "" "/usr/local/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-mprCEw --theme /usr/local/share/sddm/themes/elarun"
[10:44:15.983] (II) DAEMON: Greeter session started successfully
[10:44:16.458] (II) DAEMON: Message received from greeter: Connect
[10:44:18.750] (II) HELPER: [PAM] Closing session
[10:44:18.751] (II) HELPER: [PAM] Ended.
[10:44:18.754] (WW) DAEMON: Auth: sddm-helper exited with 6
[10:44:18.755] (II) DAEMON: Greeter stopped. SDDM::Auth::HelperExitStatus(6)
[10:49:27.551] (WW) DAEMON: Signal received: SIGTERM
[10:49:27.553] (II) DAEMON: Socket server stopping...
[10:49:27.553] (II) DAEMON: Socket server stopped.
[10:49:27.553] (II) DAEMON: Display server stopping...
[10:49:27.577] (II) DAEMON: Display server stopped.
[10:49:27.577] (II) DAEMON: Running display stop script QList("/usr/local/share/sddm/scripts/Xstop")
So what am I missing? Ive reinstalled the sddm packages, and the helper still dumps core on me.
Any suggestions?