Category: Ubuntu Mate
Added: 22nd of January 2021
Viewed: 1,835 times
Output graphics card details in Ubuntu and Ubuntu based distributions using the terminal
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