-
Notifications
You must be signed in to change notification settings - Fork 6
Glitches and Black Screen with Nvidia Drivers #8
Comments
Thanks for the report! If possible, could you run the flatpak from the command line and share the logs outputted? |
For sure! I removed the previously added variable and ran the application with the command
The same log appears if I run the application with the variable defined. EDIT: I will be attaching a screen recording. |
thanks! I don't personally have an NVIDIA GPU, but I know that some of our team does, so we'll try to look into it most likely an upstream issue with WebKit and NVIDIA |
Actually, if you know how to, could you try compiling the application from source and running it on your host (not inside of the Flatpak sandbox) if you need help with that, join our Discord and I'd be happy to guide you Edit: it looks like you're on an arch based system, someone recently posted a pkgbuild which might help: #1 (comment) |
Using the variable mentioned above solves the problem and the application works perfectly. But I could be trying to compile from source code to see if the same error happens. |
Thanks. The reason why I'm asking is because I'm wondering if this is a general WebKit issue or rather just when within the Flatpak sandbox. |
Hi, I compiled the package using PKGBUILD and the application worked perfectly, without glitches or black screens. |
Description:
I am reporting this problem because someone else might encounter the same issue and not know the solution. While I'm not certain about the exact nature of the problem, it seems to affect Nvidia users on Linux, particularly with driver versions ^525 - 545. The issue appears to be related to 'Webkit'. This problem is also observed in other applications like Wike and NewsFlash.
Environment Details:
Video Demonstration:
Skiff_Issue.webm
Additional Details:
The way to solve this problem is by declaring the variable
WEBKIT_DISABLE_DMABUF_RENDERER=1
using the Flatseal application.Steps to resolve:
Closing Note:
I hope this information proves helpful. Have a great day, and I appreciate the ongoing development of the Flatpak version of Skiff.
The text was updated successfully, but these errors were encountered: