system :Ubuntu16.04
after the update of graphics card driver steam has been prompted that ‘glXChooseVisual failed’, how can I bear
different methods on many blogs, the graphics drivers have changed and changed, the system kernel has also changed, finally still can not completely solve the problem, of course, it may be my machine was I do too much, a variety of miscellaneous problems stacked together
the final solution is
if you are using a nvidia driver, sometimes you will find libgl.so.1 pointing to the fuzzy libGL provided by mesa and nvidia. To test this, run this command on the terminal :
sudo ldconfig -p | grep -i gl.so
you’re going to get
then you only need to delete the library provided on the table, as follows :
sudo rm /usr/lib/i386-linux-gnu/mesa/libGL.so.1
and steam will be perfect
this issue was a night, finally found in this web site (https://askubuntu.com/questions/834254/steam-libgl-error-no-matching-fbconfigs-or-visuals-found-libgl-error-failed-t/903488#903488), a try, the perfect solution!!!!!
Read More:
- Ubuntu network configuration+Fixing “Failed to bring up eth0” in Ubuntu
- Ubuntu 18.04/ubuntu 16.04 (Ubuntu kylin 18 / 16), the last grub installation failed
- Solve the error in Ubuntu 18.04: called “net usershare info” but it failed: failed to execute child process “net”
- launch failed.Binary Not found in Linux / Ubuntu solution
- [Linux] failed to install libudev dev in Ubuntu 18.04
- How to Fix ubuntu phpmyadmin error: “Connection for controluser as defined in your configuration failed”
- Mex compiler error handling in MATLAB and GCC installation in Ubuntu
- Change the path in the user directory in Chinese Ubuntu to English
- How to install cuda10.01in Ubuntu18.04
- After installation, Ubuntu encountered [SDB] asking for cache data failed assembling drive cache: write through
- Ubuntu 16.04 Chinese installation tutorial (Graphic), Ubuntu 16.04
- Problems and solutions of installing Ubuntu 12.04 in win7
- “Failed to load session” Ubuntu “problem solving summary
- Error in installing Google Chrome in Ubuntu
- “The CC version check failed” is reported when Ubuntu installs NVIDIA graphics card driver
- [solution] a perfect solution to the problem of failed to load module “Canberra GTK module” in Ubuntu
- Solution to UBI partman failed with code 141 when installing Ubuntu
- Ubuntu: Failed to initialize compiler: object java.lang.Object In compiler mirror not found
- Configure Nvidia graphics card on ubuntu18.04 xrandr Failed to get size of gamma for output default
- When installing software in Ubuntu, it prompts: E: You don’t have enough free space in /var/cache/apt/archives/.