-
Notifications
You must be signed in to change notification settings - Fork 236
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
drmFormatDesc != nullptr
assertion error on Intel HD 4000
#508
Comments
Same here for "Intel(R) HD Graphics 5000 (HSW GT3)" OS is HoloISO (arch): |
Possibly related to #356, does |
Unfortunately that did not change anything. |
Also getting this with integrating graphics on a i7-10750H |
FYI applying this patch on Mesa fixed it for me on i7-1165G7. |
Can confirm this works, so perhaps this discussion should be moved upstream? Is this patch part of a PR to mesa perhaps? |
It's part of this MR. Sorry, I should have included the MR link in the last message. |
did you solve this on Holoiso yet? |
https://github.com/theVakhovskeIsTaken/mesa-22.1.7/commit/a78cf1ae250689c3419958c3615403597dd89e8c |
Will this be officially ever fixed? |
It won't be fixed here, there is an upstream patch (in mesa) that should resolve the issue mentioned already: #508 (comment) it has been merged, so I guess we just have to wait for it to show up in a stable release. For now I have just been maintaining a package with the patch applied on my NixOS system and its worked fine for months now. |
Haswell has issues even when mesa is patched. The driver support for haswell is not there for the vulkan extensions gamescope requires. The earliest Intel I've seen work has been the 5000 series and newer. |
Wasn't aware of that. I would check the intel driver mailing list upstream. |
I am having the same issue with the 8550U processor. How do I apply this patch? Do I just clone the commit and build, install? i suppose I wont get the latest version then. |
I got it fixed, Its working on the Intel UHD 620 but its pretty slow. Thanks to #1029 for pointing out the solution. i have written a dockerfile to build it, Haven't tested the docker build's output. but I used the same commands on Nobara OS. |
Reproduction steps:
gamescope -- <insert_game_here>
System:
Log:
No error happens when running in nested mode.
The text was updated successfully, but these errors were encountered: