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: How to find out your graphics card - Practical Tips

Ubuntu: How to find out your graphics card

by Pramith

You can find out your graphics card in Ubuntu by using the terminal. You just need the right command.

Ubuntu: How to find out your graphics card via the terminal

If you want to read your graphics card model in Ubuntu, follow these steps:

  • Open the terminal with your keyboard using the key combination [Ctrl] + [Alt] + [T].
  • Then enter the command lspci -nnk | grep -i VGA -A2. Confirm the entry with [Enter].
  • You will now be given the name or chipset of your graphics card.
  • Tip: You can also use the command glxinfo | grep ‘OpenGL version string’ to display the current driver version and its name.

Related Articles

Leave a Comment