-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plasma wayland - black screen in Ver 1.1.9-1 #61
Comments
Could you check what version of Mesa you have installed? As mentioned here http://us.download.nvidia.com/XFree86/Linux-x86_64/515.48.07/README/gbm.html using a GBM-based compositor (such as Kwin) requires at least 21.2. |
dpkg -l | grep -i mesa dpkg -l | grep -i gbm |
Thanks, another thing to confirm is that DRM-KMS is enabled for the nvidia-drm module. Does |
yes. it does print Y. when launching apps with env __NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA __GLX_VENDOR_LIBRARY_NAME=nvidia apps like steam, glxgears, are working well |
Is this a PRIME / hybrid-graphics system? Also, do you have a display attached to the NVIDIA GPU? |
Hi. Sorry to hijack this thread. I also meet all of the conditions listed above. Mesa 22.3git, kernel 5.19.1, nvidia driver 515.65, Kwin_wayland 5.96.0+p20.04+tunstable+git20220811.0137-0, qtwayland patched from KDE git My nvidia gpu is the discrete gpu on my laptop. Te external monitor is usb-c which is controlled by the GP107M [GeForce GTX 1050 Ti Mobile]. All qml apps fail to run once kernel modules are loaded with the error "[destroyed object]: error 7: importing the supplied dmabufs failed" Any advice? |
scratch that. Upgrading egl-wayland to git master has done the job. Everything works well again. |
Had the same problem - updating to 1.1.10 helped. |
Plasma shell fails to launch and in the logs below errors are seen
[destroyed object]: error 7: importing the supplied dmabufs failed
The Wayland connection broke. Did the Wayland compositor die?
similar errors are seen even in systemsettings of KDE
but works if launched with
env QT_QPA_PLATFORM=xcb systemsettings
works fine on intel
The text was updated successfully, but these errors were encountered: