https://bugs.kde.org/show_bug.cgi?id=506288
Louis Leseur <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #27 from Louis Leseur <[email protected]> --- I'm having a similar issue on a Dell laptop using intel GPU on Alpine Linux 3.22. When running `kwin_wayland --drm --exit-with-session=kwrite` as user: kwin_watchdog: Watchdog: disabled, not running on a systemd environment or watchdog is not set up. No WATCHDOG_USEC. kwin_core: Failed to activate /org/freedesktop/login1/session/c5 session. Maybe another compositor is running? Accepting client connections on sockets: QList("wayland-0") kwin_core: Compositing forced to QPainter mode by environment variable kwin_wayland_drm: failed to open drm device at "/dev/dri/card1" kwin_wayland_drm: No suitable DRM devices have been found QThreadStorage: entry 7 destroyed before end of thread 0x7cbcc8763a60 But when running as root, it works fine: kwin_watchdog: Watchdog: disabled, not running on a systemd environment or watchdog is not set up. No WATCHDOG_USEC. Accepting client connections on sockets: QList("wayland-0") kwin_core: Compositing forced to QPainter mode by environment variable kwin_wayland_drm: drmModeAddFB2WithModifiers is supported on GPU "/dev/dri/card1" kwin_wayland_drm: Using Atomic Mode Setting on gpu "/dev/dri/card1" kwin_wayland_drm: Number of planes on GPU "/dev/dri/card1" : 9 kwin_wayland_drm: adding GPU /dev/dri/card1 kwin_wayland_drm: New output on GPU /dev/dri/card1: eDP-1-0x082E kwin_xkbcommon: XKB: created compose table from locale en_US.UTF-8 with path /usr/share/X11/locale/en_US.UTF-8/Compose kwin_libinput: Libinput: event12 - thumb: enabled thumb detection (area) kwin_libinput: Libinput: event12 - lid: activated for DELL08BC:00 04F3:30CA Touchpad<->Lid Switch kwin_libinput: Libinput: event1 - lid: keyboard paired with Lid Switch<->AT Translated Set 2 keyboard kwin_libinput: Libinput: event12 - palm: dwt activated with DELL08BC:00 04F3:30CA Touchpad<->AT Translated Set 2 keyboard kwin_core: KGlobalAcceld inited kwin_core: Attempting to load the QPainter scene kwin_core: QPainter compositing has been successfully initialized kwin_decorations: Trying to load decoration plugin: "/usr/lib/qt6/plugins/org.kde.kdecoration3/org.kde.breeze.so" kwin_wayland_drm: Attempting to match QList(DrmConnector(id=99, gpu="/dev/dri/card1", name="eDP-1", connection="Connected", countMode=2), DrmConnector(id=107, gpu="/dev/dri/card1", name="HDMI-A-1", connection="Disconnected", countMode=0), DrmConnector(id=116, gpu="/dev/dri/card1", name="DP-1", connection="Disconnected", countMode=0), DrmConnector(id=123, gpu="/dev/dri/card1", name="HDMI-A-2", connection="Disconnected", countMode=0)) with QList(DrmObject(id=53, gpu="/dev/dri/card1"), DrmObject(id=75, gpu="/dev/dri/card1"), DrmObject(id=97, gpu="/dev/dri/card1")) kwin_wayland_drm: Assigning CRTC 53 to connector 99 kwin_wayland_drm: Attempting to match QList(DrmConnector(id=107, gpu="/dev/dri/card1", name="HDMI-A-1", connection="Disconnected", countMode=0), DrmConnector(id=116, gpu="/dev/dri/card1", name="DP-1", connection="Disconnected", countMode=0), DrmConnector(id=123, gpu="/dev/dri/card1", name="HDMI-A-2", connection="Disconnected", countMode=0)) with QList(DrmObject(id=75, gpu="/dev/dri/card1"), DrmObject(id=97, gpu="/dev/dri/card1")) kwin_wayland_drm: Attempting to match QList(DrmConnector(id=116, gpu="/dev/dri/card1", name="DP-1", connection="Disconnected", countMode=0), DrmConnector(id=123, gpu="/dev/dri/card1", name="HDMI-A-2", connection="Disconnected", countMode=0)) with QList(DrmObject(id=75, gpu="/dev/dri/card1"), DrmObject(id=97, gpu="/dev/dri/card1")) kwin_wayland_drm: Attempting to match QList(DrmConnector(id=123, gpu="/dev/dri/card1", name="HDMI-A-2", connection="Disconnected", countMode=0)) with QList(DrmObject(id=75, gpu="/dev/dri/card1"), DrmObject(id=97, gpu="/dev/dri/card1")) kwin_wayland_drm: Testing CRTC assignment... passed [...] -- You are receiving this mail because: You are watching all bug changes.
