Up to $140 off-Lowest  Prices of 2024(Nov.21-Dec.2)

My Computer Tips

Home | About | Categories | All Tips & Tutorials

Output graphics card details in Ubuntu and Ubuntu based distributions using the terminal

ID: 245

Category: Ubuntu Mate

Added: 22nd of January 2021

Views: 2,159

To output information about your graphics card in Ubuntu and Ubuntu based distributions using the terminal enter the following command

sudo lshw -c video


Here is the output for the graphics card on my laptop
Terminal output graphics card information

You can also output this information to an .html document
sudo lshw -c video -html > graphics_card.html