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 Pramith

Вы можете узнать свою видеокарту в Ubuntu с помощью терминала. Все, что вам нужно, — это правильная команда

Ubuntu: Узнайте свою видеокарту через терминал

Если вы хотите узнать модель своей видеокарты в Ubuntu, выполните следующие действия:

  • Откройте терминал с помощью клавиатуры, используя комбинацию клавиш [Ctrl] + [Alt] + [T].
  • Затем введите команду lspci -nnk | grep -i VGA -A2. Подтвердите ввод нажатием [Enter].
  • Теперь вам будет указано название или чипсет вашей видеокарты.
  • Совет: Вы также можете использовать команду glxinfo | grep ‘OpenGL version string’ для отображения текущей версии драйвера и его названия.

Related Articles

Leave a Comment