查看Ubuntu的显卡信息

lspci -vnn|grep VGA -A 12

查看openGL信息:

sudo apt install mesa-utils

glxinfo|grep OpenGL -A 12

原文地址:https://www.cnblogs.com/alfredsun/p/6918570.html