jay screenshot
#210
-
hello, what does it mean when the
is this related to my GPU? (I'm using Nvidia) |
Beta Was this translation helpful? Give feedback.
Answered by
mahkoh
Jun 1, 2024
Replies: 1 comment 13 replies
-
If you're using the proprietary Nvidia driver then you should probably use the vulkan backend: gfx-api = "Vulkan" |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The images being black is probably due to
jay screenshot
not using explicit sync. The client tries to access the image before it has finished rendering.Why that would prevent the vulkan context in the compositor from making progress I don't know. There are no vulkan validation errors as far as I can see. The stalling seems to be internal to the kernel driver since userspace is not blocked.
You should try upgrading to driver version 555. If this does not work, please report this issue to nvidia.
You can also try waiting for a minute to see if the vulkan driver recovers.
In the meantime you can use https://wayland.emersion.fr/grim/ for taking screenshots.
jay screenshot
is mostly for debug…