You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot launch e.g, REAPER with the Debian Runtime (at least on a machine with a Nvidia GPU). Terminal shows:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
TODO: Check whether it works on non-Nvidia (e.g., Intel) machines?
Could installingmesa-utils and libgl1-mesa-glx in the Linux userland improve this? Would we also need to install Nvidia drivers on the Linux userland side?
Looks like we have to follow a rather lengthy procedure and install Nvidia drivers in Debian as well, and then launch Chrome-based applications in a special way. This describes it for Ubuntu:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
** (appimagepool:8182): WARNING **: 13:58:15.340: Failed to start Flutter renderer: Unable to create a GL context
** (appimagepool:8182): WARNING **: 13:58:27.398: Unable to retrieve framework response: No engine to send to
Cannot launch e.g, REAPER with the Debian Runtime (at least on a machine with a Nvidia GPU). Terminal shows:
TODO: Check whether it works on non-Nvidia (e.g., Intel) machines?
Could installing
mesa-utils
andlibgl1-mesa-glx
in the Linux userland improve this? Would we also need to install Nvidia drivers on the Linux userland side?It seems like Nouveau is hardcoded in
swrast_dri.so
in the Linux userland rather than the official Nvidia driver?(if we can't find a solution, we may need to contact Aaron Plattner at Nvidia who knows about these things)
The text was updated successfully, but these errors were encountered: