Staff How to Check GPU Information in Linux

Luckyy Vendetta

Administrator
Staff
Luckyy Rep
1
0
0
Rep
1
Luckyy Vouches
2
0
0
Vouches
2
Posts
315
Likes
29
5 YEARS
5 YEARS OF SERVICE
LEVEL 500 XP
You can check graphics card details with built-in commands.

  1. Open a terminal.
  2. For basic info:
    Code:
    lspci | grep -i vga
  3. For detailed info (if `mesa-utils` is installed):
    Code:
    glxinfo | grep "OpenGL renderer"
 

99

373

461

17

Top