-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issues with NVidia graphics card and WebKitGtk 6+ #4
Comments
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
- refactor file tree handling for readability Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
- refactor file tree handling for readability Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
- refactor file tree handling for readability Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
Co-authored-by: Ed Jones <[email protected]>
Saviq
added a commit
that referenced
this issue
Nov 22, 2024
Co-authored-by: Ed Jones <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduction
So, from sometimes now, I have started getting errors of blank page with webkitgtk in nvidia devices. Apparently users were not able to use the DMABUF renderer under Nvidia devices. First I got such issue with Foliate.
johnfactotum/foliate#1107
Later on I started getting such issues with the NewsFlash snap.
soumyaDghosh/newsflash-snap#5
soumyaDghosh/newsflash-snap#4
The log mostly is this
The main problems are these two line,
Now, there is one interesting this I noticed. With the
newsflash
snap from thestable
channel which is stillcore22
, webkitgtk is able to render the pages. Though the scroll is not at all smooth, which I guess is a bug in Gtk too which is fixed. But, incore24
which also has the latest release from newsflash in theedge
channel, doesn't render the pages and rather throws this error.To Reproduce
__NV_PRIME_RENDER_OFFLOAD=1 newsflash
Additional
I have tried to replicate the same environment of the snap in parity with the other package format where it works perfectly works. It also uses the
webkitgtk
version2.44.2
. I tried both2.44.2
and2.45.3
, the result is same. Also, may be the webkitgtk some of those files undersys
to have better performance, but I am not sure about that.The text was updated successfully, but these errors were encountered: