Linux Hardware Compatibility HOWTO Steven Pritchard Southern Illinois Linux Users Group / K&S Pritchard Enterprises, Inc.    3.2.4 Copyright © 2001-2007 Steven Pritchard Copyright © 1997-1999 Patrick Reijnen 2007-05-22 This document attempts to list most of the hardware known to be either supported or unsupported under Linux. Copyright This HOWTO is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free software Foundation; either version 2 of the license, or (at your option) any later version. ----------------------------------------------------------------------------- Table of Contents 1. Introduction 1.1. Notes on binary-only drivers 1.2. Notes on proprietary drivers 1.3. System architectures 1.4. Related sources of information 1.5. Known problems with this document 1.6. New versions of this document 1.7. Feedback and corrections 1.8. Acknowledgments 1.9. Revision History 2. Computers/Motherboards/BIOS 2.1. Specific system/motherboard/BIOS 2.2. Unsupported 3. Laptops 3.1. Specific laptops 3.2. PCMCIA 4. CPU/FPU 4.1. Intel 4.2. AMD 4.3. Cyrix 4.4. IDT 4.5. Transmeta 4.6. Misc. notes 5. Memory 6. Video cards 6.1. XFree86 6.2. Kernel Framebuffer (fbdev) 6.3. SVGALIB (graphics for console) 7. Controllers (hard drive) 7.1. Alpha, Beta drivers 8. Controllers (SCSI) 8.1. Supported 8.2. Alpha, Beta drivers 8.3. Unsupported 9. SCSI RAID Controllers 10. IDE RAID Controllers 11. Controllers (I/O) 12. Controllers (multiport) 12.1. Non-intelligent cards 12.2. Intelligent cards 13. Network adapters 13.1. Supported 13.2. Alpha, Beta drivers 13.3. Unsupported 14. Sound cards 14.1. Supported 14.2. Alpha, Beta drivers 14.3. Unsupported 15. Hard drives 15.1. Unsupported 16. Tape drives 16.1. Supported 16.2. Alpha, Beta drivers 16.3. Unsupported 17. CD-ROM drives 17.1. Supported 17.2. Alpha, Beta drivers 17.3. Notes 18. CD-Writers 19. DVD drives 20. Removable drives 21. Mice 21.1. Supported 21.2. Alpha, Beta drivers 21.3. Notes 22. Modems 23. Printers/Plotters 23.1. Ghostscript 24. Scanners 24.1. Supported 24.2. Alpha, Beta drivers 24.3. Unsupported 25. USB 25.1. Digital Cameras 25.2. Miscellaneous 26. IEEE 1394 (FireWire/i.Link) 27. PCMCIA/Cardbus cards 28. Other hardware 28.1. Amateur Radio 28.2. VESA Power Savings Protocol (DPMS) monitors 28.3. Touch screens 28.4. Terminals on serial port 28.5. Joysticks 28.6. Video devices (capture boards, frame grabbers, TV tuners, etc.) 28.7. Digital Camera 28.8. UPS 28.9. Multifunction boards 28.10. Data acquisition 28.11. Watchdog timer interfaces 28.12. Miscellaneous 29. Appendix A. Supported Parallel Port devices 29.1. Ethernet 29.2. Hard drives 29.3. Tape drives 29.4. CD-ROM drives 29.5. Removable drives 29.6. IDE Adapter 29.7. SCSI Adapters 29.8. Digital Camera 29.9. PCMCIA parallel port cards 30. Appendix B. Linux incompatible Hardware 31. Glossary 1. Introduction This document lists most of the hardware components (not whole computers) known to be supported or not supported under Linux, so reading through this document you can choose the components for your own Linux computer and know what to avoid. As the list of components supported by Linux changes constantly, this document will never be complete. If a component is not mentioned in this HOWTO, I simply have not found support for the component and nobody has told me about support. Subsections titled 'Alpha, Beta drivers' list hardware with alpha or beta drivers in varying degrees of usability. Note that some drivers only exist in alpha kernels, so if you see something listed as supported but isn't in your version of the Linux kernel, upgrade. ----------------------------------------------------------------------------- 1.1. Notes on binary-only drivers Some devices are supported by binary-only modules; avoid these when you can. Binary-only modules are modules which are compiled for ONE kernel version. The source code for these modules has NOT been released. This may prevent you from upgrading or maintaining your system. It will also prevent you from using the component on alternate (usually non-x86) architectures. Linus Torvalds says "I allow binary-only modules, but I want people to know that they are _only_ ever expected to work on the one version of the kernel that they were compiled for." (See [http://lwn.net/1999/0211/a/ lt-binary.html] http://lwn.net/1999/0211/a/lt-binary.html for the rest of the message.) ----------------------------------------------------------------------------- 1.2. Notes on proprietary drivers Various proprietary drivers for sound, video, etc. exist for Linux. Tracking these proprietary drivers is beyond the scope of this document. These drivers might be mentioned at various points in this document, but note that no effort has been made to make sure that this information is current. ----------------------------------------------------------------------------- 1.3. System architectures This document primarily deals with Linux for x86-based platforms. For other platforms, check the following:   * [http://www.alphalinux.org/] Alpha   * [http://www.arm.linux.org.uk/] ARM   * CRIS (Axis Communications ETRAX 100LX embedded CPU)   * [http://www.linuxia64.org/] IA-64   * [http://www.linux-m68k.org/] m68k   * [http://www.linux-mips.org/] MIPS   * [http://www.parisc-linux.org/] PA-RISC   * [http://www.penguinppc.org/] PowerPC   * [http://oss.software.ibm.com/developerworks/opensource/linux390/] S/390   * [http://www.linux-sh.org/] SuperH   * [http://www.ultralinux.org/] SPARC There are also the [http://elks.sourceforge.net/] ELKS and [http:// www.uclinux.org/] uClinux ports, which are forks of the mainstream kernel source designed for MMU-less (mostly very low-end and embedded) systems. ----------------------------------------------------------------------------- 1.4. Related sources of information   * The LDP has an [http://www.tldp.org/HOWTO/HOWTO-INDEX/hardware.html] index of hardware-related HOWTO documents.   * [http://www.pricewatch.com/] Price Watch (street price search engine, also useful for finding specs on various bits of hardware)   * Guide to Computer Vendors ----------------------------------------------------------------------------- 1.5. Known problems with this document This document can't possibly be up-to-date at all times. I would like to see this document be a useful reference again. The following items need to be fixed for that to happen:   * Old cruft needs to be eliminated. Much of this document was written in 1995, give or take, when PCI was new and not supported terribly well, and ISA PnP was seen as something evil. Oh, how the times have changed... Also, many of the model numbers listed in this document are no longer available, and are probably not of much interest to the vast majority of people. Personally, I think hardware that hasn't been available for more than 5 years or so can safely be removed. Old versions of this document will always be available on the Internet...   * URLs in this document need updating. I've begun to do that, but it is a big job... Diffs are welcome.   * In the process of updating and converting this document to DocBook, some cruft was introduced. If anyone wants to help clean up this, get the latest source (preferably by emailing me at ) and grep for "FIXME".   * Lists in this HOWTO that are available in other HOWTOs or FAQs need to be either updated here or dropped completely from this document.   * Newer interfaces such as USB need to be added into the list. (Would a USB-attached hard drive go under "USB", "Removable drives", "Hard drives", or all of the above?)   * And, of course, random hardware that just isn't listed in this document needs to be added. All of this is going to require a lot of work. If this happens to interest you, please email . I can use the help. :-) ----------------------------------------------------------------------------- 1.6. New versions of this document The latest version of this document can be found on the Linux Documentation Project home site or any of its many mirrors. ----------------------------------------------------------------------------- 1.7. Feedback and corrections If you have questions or comments about this document, please feel free to email Steven Pritchard at . I also welcome corrections and additions. At some point in the near future, I plan to set up a web interface for adding components to this document. In the mean time, please just use the word "hardware" somewhere in the subject when sending corrections or additions. ----------------------------------------------------------------------------- 1.8. Acknowledgments This document has passed through many hands. I don't know if he wrote the first version, but in 1993 Ed Carp was maintaining it. In August of 1994, FRiC (Boy of Destiny) took over. After he fell off the face of the planet in late 1995 or early 1996 (and we all miss him from IRC, I might add), Patrick Reijnen took over (sometime in 1997) and continued to maintain this document until late 1999. Recent versions of this document contained the following: Thanks to all the authors and contributors of other HOWTO's, many things here are shamelessly stolen from their works; to FRiC, Zane Healy and Ed Carp, the original authors of this HOWTO; and to everyone else who sent in updates and feedbacks. Special thanks to Eric Boerner and lilo (the person, not the program) for the sanity checks. And thanks to Dan Quinlan for the original SGML conversion. Many thanks to all those who have contributed to this document over the years. In addition, I'd like to thank the many members of the Southern Illinois Linux Users Group and the Linux Users of Central Illinois for giving me so many interesting problems to solve over the years, and, of course, my wife Kara for putting up with me all these years. :-) ----------------------------------------------------------------------------- 1.9. Revision History The following is the revision history of this document since I (Steven Pritchard) took over maintenance. Revision History Revision 3.2.4 2007-05-22 Revised by: sjp Fixed or removed a ton of bad links. (Fix SANE links. Fix tuxmobile.org link. Drop outdated links to network card drivers. Replace links to dandelion.com with dandelion.sourceforge.net. Probably others I've forgotten...) Drop some old notes on proprietary X servers. Add a link to the Linux Incompatibility List. Update links to CD/DVD burning applications. Revision 3.2.3 2005-07-12 Revised by: sjp Fix link for AlphaLinux project. Add some laptop notes. Add information about the 3ware 9000-series cards. Revision 3.2.2 2004-01-30 Revised by: sjp Opteron/Athlon64 information added. Fixed up some of the video card entries. Add notes about 3ware 8000-series cards, SATA, and the WD drive "configuration update". Revision 3.2.1 2002-11-12 Revised by: sjp Replaced "commercial" with "proprietary" in most cases. (I should probably go one more step and make that "proprietary, closed-source" or something similar. Comments and suggestions are appreciated.) Added placeholder IEEE 1394 section. Updated various other sections. Thanks to Rick Moen for prompting this revision with various updates and suggestions. Revision 3.2.0 2002-08-13 Revised by: sjp Removed a lot of cruft. Added information direct from pcmcia-cs.sourceforge.net on supported PCMCIA cards. Added a section on DVD drives. Thanks to Tom Hanlin for pointing out that there was no mention of them before. Replaced all references to metalab with ibiblio, and all references to linuxdoc.org with tldp.org. Probably other changes I'm forgetting, which should teach me not to wait so long between releases. Revision 3.1.5 2002-03-28 Revised by: sjp Moved revision history to Introduction section. More dead link fixes and other corrections. Thanks to Lin Hung-Ta, Silviu Tamasdan, and various others. Revision 3.1.4 2002-02-17 Revised by: sjp Added note about CRIS architecture. Updated WAN Cards section. Revision 3.1.3 2001-12-30 Revised by: sjp Updated video card section and other minor cleanups and updates. Revision 3.1.2 2001-12-21 Revised by: sjp Update location for GS-4500 software in the scanners section. (Thanks to Jan Willamowius for pointing out that the page had moved.) Begin updating RAID controller section by separating SCSI RAID and IDE RAID. Revision 3.1.1 2001-12-14 Revised by: sjp List printers with a "F" or missing grade from the [http:// www.linuxprinting.org/] linuxprinting.org database in the incompatible hardware section. Revision 3.1.0 2001-12-12 Revised by: sjp Fix/remove more broken/dead links. Import printer listing from [http:// www.linuxprinting.org/] linuxprinting.org. Revision 3.0.7 2001-10-18 Revised by: sjp Started fixing dead links. (Thanks to Rob Janssen, Shaul Karl, Charles McColm, and Paul Stephenson for the corrections.) Revision 3.0.6 2001-09-14 Revised by: sjp Started cleaning up incompatible hardware section. Revision 3.0.5 2001-09-04 Revised by: sjp Updated CPU and motherboards sections. Added WAN Cards section and removed old "Frame Relay", "X.25", and "Synchronous PPP, Cisco HDLC" sections under Network adapters. Revision 3.0.4 2001-06-25 Revised by: sjp Updated Network adapters and Controllers (multiport) sections to include current [http://www.cyclades.com/] Cyclades products. (Thanks to Ivan Passos at Cyclades for the update.) Revision 3.0.3 2001-05-28 Revised by: sjp Added USB section. Added note on non-x86 hardware to CPU section. Updated Motherboards section. Added a link to the Sound HOWTO in the Sound cards section. Folded Related sources of information section into introduction and removed dead links. Revision 3.0.2 2001-05-10 Revised by: sjp LDP-requested cleanup. Revision 3.0.1 2001-05-07 Revised by: sjp Updated modems section. Revision 3.0.0 2001-04-22 Revised by: sjp First DocBook version. Various updates. ----------------------------------------------------------------------------- 2. Computers/Motherboards/BIOS ISA, VLB, EISA, PCI, and AGP buses are all supported. All recent motherboards should work fine, although certain integrated controllers may or may not work well (or at all). ----------------------------------------------------------------------------- 2.1. Specific system/motherboard/BIOS Please note that this is by no means a complete list. Please send updates. +------------------------------+----------+------------+----------+ |Manufacturer |Model |Description |Notes | | |Number | | | +------------------------------+----------+------------+----------+ |Intel |STL2 |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |video (ATI),| | | | |ethernet | | | | |(eepro100), | | | | |and | | | | |dual-channel| | | | |SCSI | | | | |(aic7xxx) | | +------------------------------+----------+------------+----------+ |Intel |815EEA, |Intel 815 |video, | | |815EEA2L |chipset, |sound, | | | |Socket 370 |ethernet, | | | |(PIII/ |etc. are | | | |Celeron), |all | | | |integrated |supported,| | | |video, |although | | | |audio, |they | | | |ethernet |require | | | |(815EEA2L |recent | | | |only) |kernels | | | | |and | | | | |XFree86 | +------------------------------+----------+------------+----------+ |SuperMicro |370DL3 |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |ethernet | | | | |(eepro100), | | | | |SCSI | | | | |(aic7xxx) | | +------------------------------+----------+------------+----------+ |SuperMicro |370DLE |ServerWorks |  | | | |chipset, | | | | |dual Socket | | | | |370 (PIII), | | | | |integrated | | | | |ethernet | | | | |(eepro100) | | +------------------------------+----------+------------+----------+ |SuperMicro |P6DGE |Intel 440GX |  | | | |chipset, | | | | |dual Slot 1 | | | | |(PII/PIII/ | | | | |Celeron) | | +------------------------------+----------+------------+----------+ |SuperMicro |P6DBE |Intel 440BX |  | | | |chipset, | | | | |dual Slot 1 | | | | |(PII/PIII/ | | | | |Celeron) | | +------------------------------+----------+------------+----------+ |Soyo |SY-K7VTA-B|VIA KT133 |  | | | |chipset, | | | | |Socket A, | | | | |integrated | | | | |ATA/100 and | | | | |AC97 audio | | +------------------------------+----------+------------+----------+ |Tyan |Thunder K7|AMD 760MP |Early | | |(S2462NG/ |chipset, |models | | |S2462UNG/ |dual Athlon |apparently| | |S2462UNGM)|MP, |had bugs. | | | |integrated |Be sure | | | |video (ATI |you have a| | | |RAGE XL), |recent | | | |dual |BIOS and a| | | |ethernet (2 |recent | | | |x 3Com |2.2.x or | | | |3C920), |2.4.x | | | |dual-channel|kernel. | | | |SCSI | | | | |(Adaptec | | | | |AIC-7899W - | | | | |S2462UNG/ | | | | |S2462UNGM | | | | |only) | | +------------------------------+----------+------------+----------+ The following are old notes and are probably out of date.   * IBM PS/2 MCA systems Supported since kernel version 2.0.7, but only for the stable kernel releases. For information you can look at the [http://www.dgmicro.com/mca /] Micro Channel Linux Home Page. Software for MCA systems can be found [ftp://ftp.dgmicro.com/pub/linuxmca] here. Information on the MCA SCSI subsystem can be found [http://www.uni-mainz.de/~langm000/linux.html] here.   * EFA E5TX-AT motherboard has a solvable problem with RedHat Linux 5.0 and possibly other versions of Linux. It spontaneously reboots while probing hardware. To solve, update BIOS to version 1.01. Get the BIOS update [http://www.efacorp.com/download/bios/E5TX103.EXE] here.   * The Zida 6MLX motherboard with PII Intel LX chipset is mentioned only to work with Linux when the PII cache is disabled in BIOS. BIOS upgrade does not solve the problem. Symptom is random reboots during or shortly after system boot. ----------------------------------------------------------------------------- 2.2. Unsupported   * Supermicro P5MMA with BIOS versions 1.36, 1.37 and 1.4. Linux will not boot on this motherboard. A new (beta) release of the BIOS which makes Linux boot, is available [ftp://ftp.supermicro.com/mma9051.zip] here.   * Supermicro P5MMA98. Linux will not boot on this motherboard. A new (beta) release of the BIOS which makes Linux boot, is available [ftp:// ftp.supermicro.com/a98905.zip] here.   * DataExpert Corp. ExpertColor TX531 V1.0 motherboard with chipset ACER M1531 (Date: 9729, TS6) and ACER M1543 (Date: 9732 TS6) seems to present not reproducible segmentations faults, kernel oops and kernel hangs under heavy load and tape access. The problem seems to be the PCI-bus, respectively the ACER chipset. ----------------------------------------------------------------------------- 3. Laptops In general, any laptop will support Linux fine. Some specific features (wireless and video especially) may have issues, but these should not interfere with basic functionality. Currently, laptops with the Intel® Centrino?? logo are the most likely to work perfectly under Linux. The Intel PRO/Wireless [http:// ipw2100.sourceforge.net/] 2100 and [http://ipw2200.sourceforge.net/] 2200 802.11b/g wireless cards are supported by drivers released by Intel that are being integrated into the stock Linux kernel. Accelerated 3D support for the on-board video is provided by the [http://dri.freedesktop.org/wiki/Intel] DRI project and is included in recent releases of [http://xorg.freedesktop.org/] X.org and [http://www.xfree86.org/] XFree86. For more information about Linux and laptops, the following sites are good starting points.   * Linux Laptop and Notebook Survey   * [http://www.linux-laptop.net/] Linux Laptop Homepage   * [http://tuxmobile.org/howtos.html] Linux Mobile Guide - A Guide for Laptops and Mobile Devices Other information related to laptops can be found at the following sites:   * [ftp://ftp.cs.unc.edu/pub/users/faith/linux/] Avanced Power Management   * [ftp://ftp.ibiblio.org/pub/Linux/system/power/] Notebook battery status   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/console/ noblink-1.7.tar.gz] non-blinking cursor   * [ftp://tsx-11.mit.edu/pub/linux/packages/laptops/] other general info ----------------------------------------------------------------------------- 3.1. Specific laptops   * [http://www.cs.nmsu.edu/~pfeiffer/] Compaq Concerto (pen driver)   * [http://www.alvestrand.no/linux/aero-faq.html] Compaq Contura Aero   * [http://peipa.essex.ac.uk/tp-linux/tp-linux.html] IBM ThinkPad   * [http://mathphys.fsk.uni-heidelberg.de/~mfluch/tp770.html] IBM Thinkpad 770 series   * [http://www.santafe.edu/~nelson/versa-linux/] NEC Versa M and P   * [http://www.tadpole.com/support-trdi/plans/linux.html] Tadpole P1000   * Tadpole P1000 (another one)   * [ftp://ftp.biomath.jussieu.fr/pub/linux/TM4000M-mini-HOWTO.txt.Z] TI TravelMate 4000M   * TI TravelMate 5100   * [http://terra.mpikg-teltow.mpg.de/~burger/T400CDT-Linux.html] Toshiba Satellite Pro 400CDT ----------------------------------------------------------------------------- 3.2. PCMCIA See the PCMCIA/Cardbus section and the Linux PCMCIA HOWTO for more information on PCMCIA and Cardbus cards. ----------------------------------------------------------------------------- 4. CPU/FPU Please see this note for more on non-x86 hardware. ----------------------------------------------------------------------------- 4.1. Intel Intel 386SX/DX/SL, 486SX/DX/SL/SX2/DX2/DX4, Pentium, Pentium Pro, Pentium II, Pentium III (regular and Xeon versions), Pentium 4, and Celeron (including mobile versions of all of the above) are all supported. ----------------------------------------------------------------------------- 4.2. AMD AMD 386SX/DX, 486SX/DX/DX2/DX4, K5, K6, K6-2, K6-3, and Athlon (all varieties, including MP) are all supported. Older versions of K6 should be avoided as they are buggy. Setting "internal cache" disabled in bios setup can be a workaround. Some early K6-2 300Mhz have problems with the system chips. AMD's 64-bit Opteron and Athlon64 processors, as well as the mobile Athlon64 (or Turion64), are also supported, running either in 32-bit or 64-bit mode. For 32-bit mode, compile a kernel for i386, optionally optimized for Athlons, since that's essentially what these processors look like in 32-bit mode. For 64-bit mode, compile a kernel for [http://www.x86-64.org/] x86_64. It will still run 32-bit binaries, assuming all the appropriate libraries are available. Opteron and Athlon64 systems use standard PC hardware, so the information in this HOWTO still applies. The old NexGen processors are also supported. A few very early AMD 486DX's may hang in some special situations. All current chips should be okay and getting a chip swap for old CPU's should not be a problem. ----------------------------------------------------------------------------- 4.3. Cyrix Cyrix 386SX/DX, 486SX/DX, 5x86, 6x86, and MediaGX are all supported.   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/CxPatch030.tar.z] enable cache on Cyrix processors   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/linux.cxpatch] Cyrix software cache control   * [ftp://ftp.ibiblio.org/pub/Linux/kernel/patches/cx5x86mod_1.0c.tgz] Cyrix 5x86 CPU register settings ----------------------------------------------------------------------------- 4.4. IDT [http://www.winchip.com/] IDT Winchip C6-PSME2006A processors are supported under Linux. ----------------------------------------------------------------------------- 4.5. Transmeta The Transmeta [http://www.transmeta.com/] Crusoe processors are supported. ----------------------------------------------------------------------------- 4.6. Misc. notes Linux has built-in FPU emulation if you don't have a math coprocessor. Linux supports SMP (multiple CPUs) in all 2.x kernels. See the Linux SMP HOWTO for more information. ULSI Math*Co series has a bug in the FSAVE and FRSTOR instructions that causes problems with all protected mode operating systems. Some older IIT and Cyrix chips may also have this problem. There are problems with TLB flushing in UMC U5S chips in very old kernels. (1.1.x) ----------------------------------------------------------------------------- 5. Memory All memory like DRAM, EDO and SDRAM can be used with Linux. Be aware that older kernels or kernels running on a mortherboard with an older BIOS may only be able to detect 64MB of RAM. If you have this problem, when you add more than 64 Mb of memory you have to add the following line to your LILO configuration file: append="mem=M" So when you have 96 MB of memory this should become append="mem=96M" Don't use a number higher than the amount of RAM you really have. This will cause crashes. ----------------------------------------------------------------------------- 6. Video cards Please note that this section is currently being updated, so some information may not be entirely correct or complete. Linux will work with all video cards in text mode, VGA cards not listed below probably will still work with mono VGA and/or standard VGA drivers. If you're looking into buying a cheap video card to run X, keep in mind that accelerated cards (ATI Mach, ET4000/W32p, S3) are MUCH faster than unaccelerated or partially accelerated (Cirrus, WD) cards. "32 bpp" is actually 24 bit color aligned on 32 bit boundaries. It does NOT mean the cards are capable of 32 bit color, they still display 24 bit color (16,777,216 colors). 24 bit packed pixels modes are not supported in XFree86, so cards that can do 24 bit modes to get higher resolutions in other OS's are not able to do this in X using XFree86. These cards include Mach32, Cirrus 542x, S3 801/805/868/968, ET4000, and others. AGP (Accelerated Graphics Port) support is growing fast. Most of the X-servers (both freely available and proprietary versions) have more or less support for AGP. ----------------------------------------------------------------------------- 6.1. XFree86 The following is a list of cards known to work with XFree86 versions 3.3.6 and/or 4.1.0. See [http://www.xfree86.org/] the XFree86 web site for more information. +------------------------------+------------+-----------+-------------+-----+ |Card Name |Chipset |XFree86 |XFree86 4.x |Notes| | | |3.3.x |driver | | | | |server | | | +------------------------------+------------+-----------+-------------+-----+ |ASPEED Technology, Inc. |  |  |ast |  | |AST2000 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 68800AX |  |  |ati |  | |[Mach32] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 215CT |  |  |ati |  | |[Mach64 CT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888CX |  |  |ati |  | |[Mach64 CX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888ET |  |  |ati |  | |[Mach64 ET] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Mach64 VT|  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro AGP 1X/2X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro AGP 1X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | |AGP 2X | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro 215GP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |Pro 215GQ | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XL |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage XC |  |  |ati |  | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage I|  |  |ati |  | |/II 215GT [Mach64 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |II+ 215GTB [Mach64 GTB] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC 215IIC [Mach64 GT IIC] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 210888GX |  |  |ati |  | |[Mach64 GX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |IIC AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro AGP-133 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro AGP-66 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT-G 215LG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility P/M AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility L AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 3D Rage |  |  |ati |  | |LT Pro | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility P/M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |ati |  | |Mobility L | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264LT |  |  |ati |  | |[Mach64 LT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Mach 64 |  |  |ati |  | |VT | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT |  |  |ati |  | |[Mach64 VT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT3 |  |  |ati |  | |[Mach64 VT3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc 264VT4 |  |  |ati |  | |[Mach64 VT4] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5430/40 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5432 [Alpine] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5434-4 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5434-8 |  |  |cirrus |  | |[Alpine] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5436 [Alpine] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5440 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5446 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5480 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5462 |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5462 [Laguna |  |  |cirrus |  | |I] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5464 [Laguna] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5464 BD |  |  |cirrus |  | |[Laguna] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5465 [Laguna] |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Cirrus Logic GD 5436U |  |  |cirrus |  | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |cirrus |  | |Speedstar Pro SE | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |cirrus |  | |Speedstar 64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Sierra Semiconductor STB |  |  |cirrus |  | |Horizon 64 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82815 |  |  |i810 |  | |Chipset Graphics Controller | | | | | |(CGC) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82845G/GL |  |  |i810 |  | |[Brookdale-G]/GE Chipset | | | | | |Integrated Graphics Device | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82865G |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82915G/GV/ |  |  |i810 |  | |910GL Integrated Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation E7221 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 915GM|  |  |i810 |  | |/GMS/910GML Express Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82945G/GZ |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |i810 |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82946GZ/GL |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 965 G1 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82Q963/Q965 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82G965 |  |  |i810 |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82830 CGC |  |  |i810 |  | |[Chipset Graphics Controller] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82852/855GM |  |  |i810 |  | |Integrated Graphics Device | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810 (CGC) |  |  |i810 |  | |Chipset Graphics Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810 DC-100|  |  |i810 |  | |(CGC) Chipset Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82810E |  |  |i810 |  | |DC-133 (CGC) Chipset Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82865G |  |  |intel |  | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation 82915G/GV/ |  |  |intel |  | |910GL Integrated Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 915GM|  |  |intel |  | |/GMS/910GML Express Graphics | | | | | |Controller | | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |intel |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Intel Corporation Mobile 945GM|  |  |intel |  | |/GMS, 943/940GML Express | | | | | |Integrated Graphics Controller| | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA-II |  |  |mga |  | |[Athena] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2064W [Millennium] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |1064SG [Mystique] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2164W [Millennium II] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |1064SG [Mystique] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |2164W [Millennium II] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G200|  |  |mga |  | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G200|  |  |mga |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA |  |  |mga |  | |G200e [Pilot] ServerEngines | | | | | |(SEP1) | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. UNKNOWN |  |  |mga |  | |CARD 0x524 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G400|  |  |mga |  | |/G450 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G100|  |  |mga |  | |[Productiva] | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G100|  |  |mga |  | |[Productiva] AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Matrox Graphics, Inc. MGA G550|  |  |mga |  | |AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |nv |  | |Viper V550 | | | | | +------------------------------+------------+-----------+-------------+-----+ |Diamond Multimedia Systems |  |  |nv |  | |Viper V330 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV4 [RIVA |  |  |nv |  | |TNT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [RIVA |  |  |nv |  | |TNT2/TNT2 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [RIVA |  |  |nv |  | |TNT2 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [Riva |  |  |nv |  | |TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 [Riva |  |  |nv |  | |TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta/|  |  |nv |  | |Vanta LT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5M64 |  |  |nv |  | |[RIVA TNT2 Model 64/Model 64 | | | | | |Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta]|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV6 [Vanta]|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40.2 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40.3 |  |  |nv |  | |[GeForce 6800 XE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | |[Quadro FX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40GL |  |  |nv |  | |[Quadro FX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x94 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x95 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7800 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x9c | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70GL |  |  |nv |  | |[Quadro FX 4500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x9e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV5 |  |  |nv |  | |[Aladdin TNT2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.1 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.2 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV42 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.8 |  |  |nv |  | |[GeForce Go 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41.9 |  |  |nv |  | |[GeForce Go 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[Quadro FX Go1400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41 |  |  |nv |  | |[Quadro FX 3450/4000 SDI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV41GL |  |  |nv |  | |[Quadro FX 1400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6800 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV45GL |  |  |nv |  | |[Quadro FX 3400/4400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV45 |  |  |nv |  | |[GeForce 6800 GTO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce PCX 5750] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce PCX 5900] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV37GL |  |  |nv |  | |[Quadro FX 330/GeForce PCX | | | | | |5300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV37GL |  |  |nv |  | |[Quadro PCI-E Series] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV38GL |  |  |nv |  | |[Quadro FX 1300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce PCX 4300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10 |  |  |nv |  | |[GeForce 256 SDR] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10DDR |  |  |nv |  | |[GeForce 256 DDR] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV10GL |  |  |nv |  | |[Quadro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11 |  |  |nv |  | |[GeForce2 MX/MX 400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11DDR |  |  |nv |  | |[GeForce2 MX200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11 |  |  |nv |  | |[GeForce2 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV11GL |  |  |nv |  | |[Quadro2 MXR/EX/Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6600 VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6610 XL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[Geforce Go 6600TE/6200TE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6700 XL | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro NVS |  |  |nv |  | |440 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x14b | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |540 MXM | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro FX 550] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43GL |  |  |nv |  | |[Quadro FX 540] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15 |  |  |nv |  | |[GeForce2 GTS/Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15DDR |  |  |nv |  | |[GeForce2 Ti] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15BR |  |  |nv |  | |[GeForce2 Ultra, Bladerunner] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV15GL |  |  |nv |  | |[Quadro2 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6500 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200 TurboCache(TM)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200SE TurboCache | | | | | |(TM)] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce 6200 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[GeForce Go 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44 |  |  |nv |  | |[Quadro NVS 285] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6200/6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV43 |  |  |nv |  | |[GeForce Go 6200/6400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6250 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16b | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16c | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16d | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x16e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 460] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 440] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 420] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 MX 440-SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 440 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 420 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 420 Go 32M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 460 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 550 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 440 Go 64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro NVS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 550 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17GL |  |  |nv |  | |[Quadro4 500 GoGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV17 |  |  |nv |  | |[GeForce4 410 Go 16M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 440 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 440SE AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 420 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX 4000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 448 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 488 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro4 580 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x189 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro NVS with AGP8X] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro4 380 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18GL |  |  |nv |  | |[Quadro NVS 50 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18M |  |  |nv |  | |[GeForce4 448 Go] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NVCrush11 |  |  |nv |  | |[GeForce2 MX Integrated | | | | | |Graphics] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72 |  |  |nv |  | |[GeForce 7300 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7200 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[Quadro NVS 110M/GeForce Go | | | | | |7300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[GeForce Go 7400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72M |  |  |nv |  | |[Quadro NVS 110M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x1db | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72GL |  |  |nv |  | |[Quadro FX 350M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G72GL |  |  |nv |  | |[Quadro FX 350] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7300 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV18 |  |  |nv |  | |[GeForce4 MX - nForce GPU] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3 Ti 200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20 |  |  |nv |  | |[GeForce3 Ti 500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV20DCC |  |  |nv |  | |[Quadro DCC] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x210 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV40 |  |  |nv |  | |[GeForce 6800 XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x21d | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x21e | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x220 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV44A |  |  |nv |  | |[GeForce 6200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6200 A-LE | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x228 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation C51PV |  |  |nv |  | |[GeForce 6150] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation C51G |  |  |nv |  | |[GeForce 6100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4400] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25 |  |  |nv |  | |[GeForce4 Ti 4200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 900 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 750 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV25GL |  |  |nv |  | |[Quadro4 700 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4200 AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4800 SE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28 |  |  |nv |  | |[GeForce4 Ti 4200 Go AGP 8x] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GL |  |  |nv |  | |[Quadro4 980 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GL |  |  |nv |  | |[Quadro4 780 XGL] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV28GLM |  |  |nv |  | |[Quadro4 Go700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7900 GTX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 |  |  |nv |  | |[GeForce 7900 GT/GTO] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7900 GS | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce Go |  |  |nv |  | |7900 GTX | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 2500M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 1500M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 5500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71GL |  |  |nv |  | |[Quadro FX 3500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G71 [Quadro|  |  |nv |  | |FX 1500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 [Quadro|  |  |nv |  | |FX 4500 X2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX 5800 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30 |  |  |nv |  | |[GeForce FX 5800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30GL |  |  |nv |  | |[Quadro FX 2000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV30GL |  |  |nv |  | |[Quadro FX 1000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31 |  |  |nv |  | |[GeForce FX 5600XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M Pro |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | |[GeForce FX Go5600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31M |  |  |nv |  | |[GeForce FX Go5650] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |Go700 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM Pro|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV31GLM Pro|  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5200LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200 64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5250] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX 5100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200 32M/64M] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34M |  |  |nv |  | |[GeForce FX Go5200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | |[Quadro NVS 280 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | |[Quadro FX 500/600 PCI] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GLM |  |  |nv |  | |[GeForce FX Go 5300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34 |  |  |nv |  | |[GeForce FX Go5100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV34GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900XT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV38 |  |  |nv |  | |[GeForce FX 5950 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35 |  |  |nv |  | |[GeForce FX 5900ZT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35GL |  |  |nv |  | |[Quadro FX 3000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV35GL |  |  |nv |  | |[Quadro FX 700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.1 |  |  |nv |  | |[GeForce FX 5700 Ultra] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.2 |  |  |nv |  | |[GeForce FX 5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX 5700LE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.4 |  |  |nv |  | |[GeForce FX 5700VE] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36.5 |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX Go5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[GeForce FX Go5700] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36M Pro |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36MAP |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36 |  |  |nv |  | |[Quadro FX Go1000] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36GL |  |  |nv |  | |[Quadro FX 1100] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation NV36GL |  |  |nv |  | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7600 GT] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce 7600 GS] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation G70 |  |  |nv |  | |[GeForce Go 7600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x399 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation UNKNOWN |  |  |nv |  | |CARD 0x39a | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |550M | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation Quadro FX |  |  |nv |  | |550M | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 430 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 405 | | | | | +------------------------------+------------+-----------+-------------+-----+ |nVidia Corporation GeForce |  |  |nv |  | |6100 nForce 400 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) Riva128 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) Riva128ZX | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) TNT | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) TNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) UTNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) VTNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |NVidia / SGS Thomson (Joint |  |  |nv |  | |Venture) ITNT2 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M3 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M3 AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M4 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage |  |  |r128 |  | |Mobility M4 AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PA/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PB/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PC/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PD/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PE/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PF/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PG/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PH/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PI/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PJ/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PK/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PL/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PM/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PN/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PO/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PP/PRO TMDS [Xpert 128] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PQ/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PR/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PS/PRO | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PT/PRO AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PU/PRO AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PV/PRO TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PW/PRO AGP 2x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |PX/PRO AGP 4x TMDS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RE/SG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RF/SG AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RG | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RK/VR | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |RL/VR AGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SE/4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SF/4x AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SG/4x AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SH | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SK/4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SL/4x AGP 2x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |SM/4x AGP 4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |4x | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TF | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TL | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TR | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TS | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TT | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Rage 128 |  |  |r128 |  | |Pro Ultra TU | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M24 1P |  |  |radeon |  | |[Radeon Mobility X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3151 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M22 |  |  |radeon |  | |[Radeon Mobility X300] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3153 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc M24GL |  |  |radeon |  | |[Mobility FireGL V3200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3156 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |0x3e50 [Radeon X600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e51 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e52 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e53 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV380 |  |  |radeon |  | |0x3e54 [FireGL V3200] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc UNKNOWN |  |  |radeon |  | |CARD 0x3e56 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP 320 M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP330/340/350 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AD |  |  |radeon |  | |[Radeon 9500 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AE |  |  |radeon |  | |[Radeon 9700 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AF |  |  |radeon |  | |[Radeon 9700 Pro] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R300 AG |  |  |radeon |  | |[FireGL Z1/X1] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AH |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AI |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AJ |  |  |radeon |  | |[Radeon 9800] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R350 AK |  |  |radeon |  | |[FireGL X2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AP |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AQ |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AR |  |  |radeon |  | |[Radeon 9600] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AS |  |  |radeon |  | |[Radeon 9550] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AT |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AU |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AV |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc RV350 AW |  |  |radeon |  | |[FireGL T2] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |7000 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 BB |  |  |radeon |  | |[Radeon All in Wonder 8500DV] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc R200 BC |  |  |radeon |  | |[Radeon All in Wonder 8500] | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility U1 | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |IGP 330M/340M/350M | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |Mobility 7000 IGP | | | | | +------------------------------+------------+-----------+-------------+-----+ |ATI Technologies Inc Radeon |  |  |radeon |  | |RV250 Id [Radeon 9000] | | | | | +------------------------------+------------+--------