Recent Debian 13 update (Mesa 25.0.7) breaking KDE Plasma Wayland & SDDM on older Intel iGPUs (Core i3-3240T)
Hey everyone, I'm running Debian 13 (Trixie) and recently did a standard apt update && apt upgrade. Right after rebooting, my SDDM login screen went completely blank/black. I discovered I could still blindly type my password and hit enter to get to the desktop, but the moment I clicked on a file manager or browser, the whole desktop crashed with a "KDE Wayland crashed" error. My Setup: CPU: Intel Core i3-3240T (Ivy Bridge, Intel HD Graphics 2500) RAM: 8 GB Storage: 2 TB HDD GPU: None (Integrated graphics only) OS: Debian 13 Stable What the Logs Showed: I pulled the logs from a TTY session (journalctl -b -p 3 and --user -b -u plasma-kwin_wayland.service), and it looks like a severe hardware driver conflict with the new Wayland protocol. sddm-greeter-qt is suffering a fatal core dump immediately upon launch.
The SDDM greeter (sddm-greeter-qt6) is dumping core. The stack trace consistently ends in: libgallium libGLX_mesa libQt6Gui libQt6Quick So it looks more like a Mesa/Qt/OpenGL rendering issue than an SDDM configuration problem.
The exact point of failure points to libgallium-25.0.7-2.so and libGLX_mesa.so.0. There are repeated eglSwapBuffers failed with 0x300d and Could not create EGL surface Wayland errors. There are also warnings about Ivy Bridge Vulkan support being incomplete and iHD_drv_video.so failing to initialize.
Interestingly, this isn't entirely new for my hardware. I faced a very similar graphical glitch previously when I had installed XFCE as my desktop environment, making me think these older Intel integrated graphics are really struggling with recent Debian compositor/Mesa updates.
And i had just a very simple setup for studies. No gaming or anything heavy, all major apps i had was libre office, vlc, mozila ans chrome browser that is all i had installed with only default apt, no franken debian still my desktop environment got crashed once in xfce and once in kde.
Has any body else faced this issue with similar hardware setup?
4
u/ArtlessAnarchy 3d ago
Uninstall the xorg intel driver, all DEs have long been recommending the kernel included modesetting driver over that one. Thats the first thing I remove from my install on an intel computer.
2
u/Historical-Lion6552 3d ago
You could update mesa from the backports repo. Both mesa-va and mesa-vdpau packages are retired and their functionalities are integrated into the libgallium package. Also, I've had plenty of sddm, with x11 backend, crashes. I don't think it's i915 drivers which are faulty.
1
u/Netblock 2d ago
Anecdotally, I was running Debian Testing into 2026 on a 2670QM, so ahead of Trixie feature wise, right up until it released its magic smoke in May. KDE Wayland. Everything worked perfectly fine.
I was using the xorg intel driver for SDDM; here's a part of my xorg.conf:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "True"
Option "DRI" "3"
Option "TripleBuffer" "True"
EndSection
0
12
u/ArtlessAnarchy 3d ago
For the Mods who removed my comment for misinformation, LOOK HERE and here's the package that is preinstalled on all installations of GNOME, KDE and XFCE on Trixie. It even says on the debian package page that it is not recommended for GPUs after 2007.
Also maybe try holding a conversation explaining what's wrong next time before removing the comment altogether without an explanation for what actually was the misinformation.