-
Notifications
You must be signed in to change notification settings - Fork 198
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
Broken browser render on NVIDIA GPU #220
Comments
Thanks for the report. We're using GLFW 3.3 (built for X11) to create an OpenGL 3.2 context in AppCore: https://github.com/ultralight-ux/AppCore/blob/master/src/linux/WindowGLFW.cpp#L113 To help narrow things down, could you download GLFW 3.3, build the GL samples, and see if those run on your machine first? The package is available here: https://www.glfw.org/ |
@adamjs here's what it outputs when trying to
|
Seems it is having trouble creating an OpenGL Context with 3.2 profile, your driver may not support it. What do you get when you run |
|
hmm any solution to this? Maybe I should install anything else? Or it is just not supported by GLFW |
Update: it now works, browser launches with |
Latest trunk now supports offscreen rendering via a pure-CPU, SIMD-accelerated architecture for environments with limited GPU. (See Tutorial 1) |
The problem
Currently on some NVIDIA GPUs Ultralight browser launches but its render doesn't work at all.
Then it crashes with the following message:
When trying to launch from POSIX
sh
, I get this:System Info
OS: Manjaro Linux x86_64 (Arch Linux directive)
Kernel: 5.4.2-1-MANJARO
DE: Plasma
Theme: Sweet [Plasma], Adwaita-dark [GTK2/3]
CPU: Intel i7-4702MQ (8) @ 3.200GHz
GPU: Intel 4th Gen Core Processor
GPU: NVIDIA GeForce GT 740M
GPU Driver: NVIDIA 440.36
Reproduce
or using
prime
(yay -S prime
):The text was updated successfully, but these errors were encountered: