sudo lshw -C display -short # list GPU info
lspci -v | more # dumps a tonne of stuff!
sudo lspci # list PCI devices
sudo apt install mesa-utils -y
sudo lshw -C display
glxgears
sudo apt install glmark2 -y
glmark2
# for nVidia GPUs
sudo apt install nvtop -y
nvtop
# for Radeon GPUs
sudo apt install radeontop -y
radeontop
Last active
November 6, 2024 20:16
-
-
Save vredchenko/40880428524aa056e0e338a1ac0f200b to your computer and use it in GitHub Desktop.
Linux GPU info cheetsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment