| Summary: | Freezes in windows with 3d graphics created via wayland api with scaling enabled | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Intbyte <5656ltl> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | kde, nate, xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | 5.26.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
drm_info output
qdbus org.kde.KWin /KWin supportInformation output journalctl --boot 0 | grep kwin_wayland_drm output |
||
|
Description
Intbyte
2022-10-15 15:41:50 UTC
Thanks for the bug report! Can you attach the output of: - drm_info (you may need to get the package for it from AUR) - qdbus org.kde.KWin /KWin supportInformation Also please add > QT_LOGGING_RULES="kwin_*.debug=true" to your /etc/environment file, reboot, reproduce the problem again and upload the output of > journalctl --boot 0 | grep kwin_wayland_drm Thanks! Created attachment 152890 [details]
drm_info output
Created attachment 152891 [details]
qdbus org.kde.KWin /KWin supportInformation output
Created attachment 152892 [details]
journalctl --boot 0 | grep kwin_wayland_drm output
Thank for the information! (In reply to Nate Graham from comment #5) > Thank for the information! I am happy to help! Lagging or freezing? You've said both, can you go into more detail to clarify. (In reply to David Edmundson from comment #7) > Lagging or freezing? > You've said both, can you go into more detail to clarify. Frames in the window are rendered with lags. Sometimes the window freezes completely. If you run a window created using x11 via xwayland, then there is no such problem. I used glfw to create the window |