Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the soledad domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Ubuntu:如何找出你的显卡 - Practical Tips

Ubuntu:如何找出你的显卡

by Mike

你可以在Ubuntu中使用终端找出你的显卡。你需要的只是正确的命令。

Ubuntu:如何通过终端找出你的显卡

如果你想在Ubuntu中读取你的显卡型号,请按照以下步骤操作:

  • 使用键盘快捷键[Ctrl]+[Alt]+[T]打开终端。
  • 然后输入命令lspci-nnkgrep-iVGA-A2。按[Enter]确认输入。
  • 现在将显示您的显卡名称或芯片组。
  • 提示:您也可以使用命令glxinfo grep’OpenGLversionstring’来显示当前驱动程序版本及其名称。

Related Articles

Leave a Comment