Fix nvidia on linux segfault#2542
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
HeavenVolkoff
force-pushed
the
workaround-nvidia-linux-segfault
branch
from
June 7, 2024 04:04
812b84d to
41ea788
Compare
HeavenVolkoff
marked this pull request as ready for review
June 7, 2024 15:06
matheus-consoli
approved these changes
Jun 7, 2024
matheus-consoli
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the fix, @HeavenVolkoff, and @username227 for reporting and helping to test it! Great!
|
My pleasure. I was fixing the arch AUR package - spacedrive-bin which had been orphaned, so I discovered that this was an issue while testing. Let me know if I can be of any additional help. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't statically compile dbus in order to prevent its symbols from tainting Nvidia driver when it tries to load the system's dbus library, more info.
Inject
WEBKIT_DISABLE_DMABUF_RENDERER=1envvar when running on Linux with Nvidia graphics to workaround this bug: [bug] app window fails under Linux with Nvidia gpu tauri-apps/tauri#9304closes #2541