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: Scoprire la propria scheda grafica: ecco come fare - Practical Tips

Ubuntu: Scoprire la propria scheda grafica: ecco come fare

by Pramith

È possibile scoprire la propria scheda grafica in Ubuntu utilizzando il terminale. Tutto ciò che serve è il comando giusto

Ubuntu: Scoprire la scheda grafica tramite il terminale

Se volete scoprire il modello della vostra scheda grafica in Ubuntu, seguite questi passaggi:

  • Aprire il terminale con la tastiera usando la combinazione di tasti [Ctrl] + [Alt] + [T].
  • Quindi inserire il comando lspci -nnk | grep -i VGA -A2. Confermare l’immissione con [Invio].
  • Ora vi verrà fornito il nome o il chipset della vostra scheda grafica.
  • Tip: Potete anche usare il comando glxinfo | grep ‘OpenGL version string’ per visualizzare la versione corrente del driver e il suo nome.

Related Articles

Leave a Comment