====== Ubuntu - GPU - Get the GPU Memory Type ====== sudo dmesg | grep drm | grep "RAM width" | cut -d "]" -f3 | cut -d " " -f5 returns: GDDR6 ----