Alan Coopersmith wrote:
> Calvin Liu wrote:
>> So far I know there's some commands available to detect the system
>> configuration like prtconf, sysdef, dmesg, etc. But seems none of them
>> can tell me which model of the graphics card that I'm using. In another
>> word, in my case, I just know the system loaded a driver for NVIDIA
>> graphics card but don't know if it's nForce or something else. How do I
>> know it?
>
> /usr/X11/bin/scanpci
scanpci will work when NVIDIA updates the community source for their new
cards:

   # /usr/X11/bin/scanpci
   ....
   pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x10de device 0x0193
   nVidia Corporation  Device unknown

Until then, if you know a NVIDIA graphics card is installed you can do:

  $ nvidia-settings -q gpus

  1 GPU on :0

      [0] :0[gpu:0] (GeForce 8800 GTS)

  $




Reply via email to