On 2025-03-19, jeremy ardley <jeremy.ard...@gmail.com> wrote: > > On 19/3/25 11:04, tim wade wrote: >> >> How can I check the graphics card model of my computer and how can I >> test the floating-point computing capability of the graphics card? > > > sudo lspci -v | grep -A 1 -i "VGA compatible controller"
I don't think you need elevated privileges for that.