JMZEP

  • Linux查看显卡驱动

    一、查看显卡驱动的方式 在Linux中,查看显卡驱动的方式有多种,如下: $ lspci -v -s `lspci | awk ‘/ VGA / {print $1}’` 其中,l…

    编程 2025-02-05