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: Descobre a tua placa gráfica - aqui está como - Practical Tips

Ubuntu: Descobre a tua placa gráfica – aqui está como

by Tobias

Pode descobrir a sua placa gráfica no Ubuntu usando o terminal. Tudo o que precisas é do comando certo

Ubuntu: Descobre a tua placa gráfica através do terminal

Se quiser saber o modelo da sua placa gráfica no Ubuntu, siga estes passos:

  • Abra o terminal com o seu teclado usando a combinação de teclas [Ctrl] + [Alt] + [T].
  • De seguida, introduza o comando lspci -nnk | grep -i VGA -A2. Confirme a entrada com [Enter].
  • Agora ser-lhe-á dado o nome ou o chipset da sua placa gráfica.
  • Dica: Você também pode usar o comando glxinfo | grep ‘OpenGL version string’ para exibir a versão atual do driver e seu nome.

Related Articles

Leave a Comment