Skip to content

Instantly share code, notes, and snippets.

@ryanpcmcquen
Created April 27, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanpcmcquen/a45848afcc0c01625f5d2640f9aa06d7 to your computer and use it in GitHub Desktop.
Save ryanpcmcquen/a45848afcc0c01625f5d2640f9aa06d7 to your computer and use it in GitHub Desktop.

If you are receiving an error like this in Steam:

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request:  GLXBadContext
Major opcode of failed request:  152
Serial number of failed request:  50
xerror_handler: X failed, continuing
Steam: An X Error occurred

Try installing the most recent libnvidia-gl-* i386 package, for example:

sudo apt-get install libnvidia-gl-418:i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment