Created attachment 186259 [details] Broken panel bug SUMMARY Setting GPU offload variables globally e.g. by an `/etc/envionment` that looks like this: ``` __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia DRI_PRIME=1 ``` breaks Plasma on Wayland after resume. STEPS TO REPRODUCE 1. Set __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia DRI_PRIME=1 gobally 2. Start Plasma on Wayland 3. Suspend and resume OBSERVED RESULT Panel is blank and/or unresponsive. Background is black or doesn't refresh (e.g. windows leave trails when being moved). EXPECTED RESULT Desktop shows up as normal SOFTWARE/OS VERSIONS Linux: 6.14.0-113033-tuxedo KDE Plasma Version: 6.4.5 KDE Frameworks Version: 6.17.0 Qt Version: 6.8.2
Generally if you change with environment variables you are on your own. If changing nvidia env vars breaks plasma then either they're being used wrong or this is an nvidia problem unless proved otherwise.
(In reply to David Edmundson from comment #1) > Generally if you change with environment variables you are on your own. > > If changing nvidia env vars breaks plasma then either they're being used > wrong or this is an nvidia problem unless proved otherwise. The same behavour happens when using KWIN_DRM_DEVICES https://invent.kde.org/plasma/kwin/-/wikis/Environment-Variables#kwin_drm_devices to make plasma run on the nvidia gpu.
Is everything on the system also set up according to https://community.kde.org/Distributions/Packaging_Recommendations#Proprietary_NVidia_driver_configuration?
(In reply to Nate Graham from comment #3) > Is everything on the system also set up according to > https://community.kde.org/Distributions/ > Packaging_Recommendations#Proprietary_NVidia_driver_configuration? With nvidia.NVreg_PreserveVideoMemoryAllocations=1 the bug does not trigger, however this does not seems to be set by default on ubuntu (but would have to double check with a fresh install so no guarantee). Thanks for the hint.
๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
changed to reported, but also somewhat "works for me" so feels free to close it
Closing as requested