Vulkan throws VK_ERROR_DEVICE_LOST error on Linux 5.18
Before submitting your bug report:
- Check if a new version of Mesa is available which might have fixed the problem.
- If you can, check if the latest development version (git main) works better.
- Check if your bug has already been reported here.
- For any logs, backtraces, etc - use code blocks, GitLab removes line breaks without this.
- Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snippets/new, attachments, or a pastebin with a long expiration instead.
- As examples of good bug reports you may review one of these - mesa/mesa#2598 (closed), mesa/mesa#2615 (closed), mesa/mesa#2608 (closed)
Otherwise, please fill the requested information below. And please remove anything that doesn't apply to keep things readable :)
The title should effectively distinguish this bug report from others and be specific to issue you encounter. When writing the title of the bug report, include a short description of the issue, the hardware/driver(s) affected and application(s) affected.
System information
Logs have been attached.
Please post inxi -GSC -xx
output (fenced with triple backticks) OR fill information below manually
- OS: (
cat /etc/os-release | grep "NAME"
) - GPU: (
lspci -nn | grep VGA
orlshw -C display -numeric
) - Kernel version: (run
uname -a
) - Mesa version: (
glxinfo -B | grep "OpenGL version string"
) - Xserver version (if applicable): (
sudo X -version
) - Desktop manager and compositor:glxinfo.log
Describe the issue
Whenever a video is played in mpv which runs using Vulkan , it throws VK_ERROR_DEVICE_LOST error.