https://bugs.kde.org/show_bug.cgi?id=478601
Bug ID: 478601 Summary: Each unlock "qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000)" Classification: Plasma Product: kscreenlocker Version: git-master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: stefan.hoffmeis...@econos.de Target Milestone: --- SUMMARY On KDE Plasma 6 Beta 1 (Fedora Rawhide 40) every screen unlock yields log entries ``` Dec 16 11:33:12 fedora kscreenlocker_greet[13371]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000) Dec 16 11:33:12 fedora kscreenlocker_greet[13371]: Failed to write to the pipe: Bad file descriptor. ``` STEPS TO REPRODUCE 1. KDE Plasma 6 Beta 1 (Fedora Rawhide 40) 2. log into a Wayland session 3. lock screen 4. unlock screen 5. `journalctl -xe` OBSERVED RESULT Log entries ``` Dec 16 11:33:12 fedora kscreenlocker_greet[13371]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000) Dec 16 11:33:12 fedora kscreenlocker_greet[13371]: Failed to write to the pipe: Bad file descriptor. ``` EXPECTED RESULT No log entries (which is not to mean that the log entries get a lower log level, but that any presumed root cause be removed) ADDITIONAL INFORMATION FWIW, 0x3000 == EGL_SUCCESS, so I am a bit surprised about the log message? Note that this is running inside a virtual machine, on the vmwgfx Linux kernel drm driver, with atomic mode-setting explicitly enabled, and with software cursors forced on. I would speculate that this is not relevant to the issue. -- You are receiving this mail because: You are watching all bug changes.