VdStudioS.info
+1.8142333742

lspci | grep -i "vga"

The command lspci | grep -i "vga" extracts and displays your system's graphics hardware details, specifically identifying older types of cards/controllers (see below).

Breakdown

If you execute this on a machine with a Nvidia Graphics card, it will output something like this:

Sample Output

01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060] (rev a1)
            

Key Points

Variants

Sitemap
© VdStudioS 2026