-
-
Notifications
You must be signed in to change notification settings - Fork 979
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
Fix nvidia on linux segfault #2542
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
812b84d
to
41ea788
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
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=1
envvar 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