<div dir="ltr"><div><div><div><div>Hi,<br><br></div>   I am trying to check the graphics card that I have.. From internet search, I found the following command lists the graphics card in a system.<br><br>1) sudo lshw -C display; lsb_release -a; uname -a; xrandr<br>
<br></div>The output of the command is as follows..<br><br>  *-display               <br>       description: VGA compatible controller<br>       product: RV620/M82 [Mobility Radeon HD 3450/3470]<br>       vendor: Advanced Micro Devices, Inc. [AMD/ATI]<br>
       physical id: 0<br>       bus info: pci@0000:01:00.0<br>       version: 00<br>       width: 32 bits<br>       clock: 33MHz<br>       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom<br>       configuration: driver=radeon latency=0<br>
       resources: irq:51 memory:c0000000-cfffffff ioport:2000(size=256) memory:bfff0000-bfffffff memory:bff00000-bff1ffff<br>  *-display<br>       description: Display controller<br>       product: Mobile 4 Series Chipset Integrated Graphics Controller<br>
       vendor: Intel Corporation<br>       physical id: 2<br>       bus info: pci@0000:00:02.0<br>       version: 07<br>       width: 64 bits<br>       clock: 33MHz<br>       capabilities: msi pm bus_master cap_list rom<br>
       configuration: driver=i915 latency=0<br>       resources: irq:47 memory:fc000000-fc3fffff memory:d0000000-dfffffff <br><br></div>From the listing, I have two controllers listed. Does it mean I have two graphics card ??<br>
<br></div><div>2) Curently I have Mesa 9.2.1.. I want to upgrade it to the latest 10.. <br><br></div><div>   In the install step, what should be the dri drivers of each of the cards..<br><br>  Mobile 4 Series Chipset Integrated Graphics Controller = i915<br>
  <br>  RV620/M82 [Mobility Radeon HD 3450/3470] = r600 ???<br><br></div><div>  will these chipsets support the latest Mesa ??<br></div><div><br></div><div>3) when I run glxinfo, I get the following result.. <br><br>OpenGL vendor string: Intel Open Source Technology Center<br>
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset x86/MMX/SSE2<br>OpenGL version string: 2.1 Mesa 9.2.1<br>OpenGL shading language version string: 1.20<br><br></div><div>Does this result mean I have only one gaphic card, the intel based one ?<br>
<br></div><div>Thanks,<br></div><div>Sathish<br></div><div><br></div></div>