How to check for GPU on CentOS Linux

前端 未结 5 2078
时光说笑
时光说笑 2021-02-20 00:52

It is suggested that on Linux, GPU be found with the command lspci | grep VGA. It works fine on Ubuntu but when I try to use the same on CentOS, it says lspci comma

5条回答
  •  暖寄归人
    2021-02-20 01:18

    lspci should be in the package pciutils.

    you could do this with dmidecode but as your not an admin you probably cant do this nor installing the pciutils package.

    IF there is a Xorg on this system then it should be easy:

    grep Graphics /var/log/Xorg.0.log
    

提交回复
热议问题