Re: graphics card in debian

2025-04-04 Thread Greg
On 2025-03-19, jeremy ardley 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

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 03:28:06PM -, Greg wrote: [...] > I'm after nothing. Fine. Then we can consider the case resolved? Cheers -- t signature.asc Description: PGP signature

Re: graphics card in debian

2025-03-19 Thread Greg
On 2025-03-19, wrote: > > On Wed, Mar 19, 2025 at 02:56:08PM -, Greg wrote: >> On 2025-03-19, 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

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 02:56:08PM -, Greg wrote: > On 2025-03-19, 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 contr

Re: graphics card in debian

2025-03-19 Thread Greg
On 2025-03-19, 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. > >

Re: graphics card in debian

2025-03-19 Thread tomas
On Wed, Mar 19, 2025 at 02:42:52PM -, Greg wrote: > On 2025-03-19, jeremy ardley 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? > > > > > >

Re: graphics card in debian

2025-03-18 Thread Felix Miata
tim wade composed on 2025-03-18 11:04 (UTC+0800): > My OS: > $ lsb_release -cd > No LSB modules are available. > Description: Debian GNU/Linux 12 (bookworm) > Codename: bookworm > How can I check the graphics card model of my computer and how can I > test the floating-point computing capabil

Re: graphics card in debian

2025-03-18 Thread jeremy ardley
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" sudo lshw -C display if you card is nvidia then nvidia-smi