Luckyy
Administrator
Staff
LEVEL 500
XP
You can check graphics card details with built-in commands.
- Open a terminal.
- For basic info:
Code:lspci | grep -i vga
- For detailed info (if `mesa-utils` is installed):
Code:glxinfo | grep "OpenGL renderer"