在Ubuntu系统下运行glxinfo命令时,出现错误:
couldn't find RGB GLX visual or fbconfig
可以通过以下命令进行解决:
sudo apt-get remove --purge xserver-xorg
sudo apt-get install xserver-xorg
sudo dpkg-reconfigure xserver-xorg
sudo reboot
OK,运行以上命令后问题得到了解决。