libGL error: failed to load driver: swrast on Rocky Linux 8


If you faced errors the one below like when you X-forward to launch a GUI Application like Firefox

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast

You need to install mesa-libGLU*.x86_64

# dnf install mesa-libGLU*.x86_64

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.