CentOS版本及显卡信息查询

查看CentOS版本信息:

uname -a

示例结果:
Linux tb151.centos73 3.10.0-327.el7.x86_64 #1 SMP Thu Oct 29 17:29:29 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux



查看显卡信息:

lspci | grep VGA

示例结果:
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)

你可能感兴趣的:(Linux)