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
You can also output this information to an .html document
sudo lshw -c video -html > graphics_card.html