Linux Hardware Compatibility HOWTO Steven Pritchard Southern Illinois Linux Users Group / K&S Pritchard Enterprises, Inc.    3.2.3 Copyright © 2001-2005 Steven Pritchard Copyright © 1997-1999 Patrick Reijnen 2005-07-12 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. Proprietary X servers 6.3. Kernel Framebuffer (fbdev) 6.4. 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.m17n.org/linux-sh/] SuperH   * [http://www.ultralinux.org/] SPARC There are also the [http://www.elks.ecs.soton.ac.uk/] 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.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.   * [http://www.linux-laptop.net/] Linux Laptop Homepage   * [http://mobilix.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 | | | +-----------------------+-------------+-----------+-------------+-----+ |2 the Max MAXColor S3 |S3 Trio64V+ |XF86_S3 |s3 |  | |Trio64V+ | | | | | +-----------------------+-------------+-----------+-------------+-----+ |2-the-Max MAXColor 6000|ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |3DLabs Oxygen GMX |PERMEDIA 2 |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |3DVision-i740 AGP |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |3Dlabs Permedia2 |PERMEDIA 2 |XF86_3DLabs|glint |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |928Movie |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ABIT G740 8MB SDRAM |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |AGP 2D/3D V. 1N, |Intel 740 |XF86_SVGA |i740 |  | |AGP-740D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |AGX (generic) |AGX-014/15/16|XF86_AGX |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ALG-5434(E) |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen AGP 2X 3D |Intel 740 |XF86_SVGA |i740 |  | |Navigator PA740 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA2010 |Banshee |  |tdfx |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA45 |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA50D |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA50E |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA50V |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PA80/DVD |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PG128 |S3 Trio3D |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PG975 |3dimage975 |XF86_SVGA |trident |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PS3010 |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PT70 |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PT75 |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |AOpen PT80 |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |ARISTO i740 AGP |Intel 740 |XF86_SVGA |i740 |  | |(ART-i740-G) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ASUS 3Dexplorer |RIVA128 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ASUS AGP-V2740 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |ASUS PCI-AV264CT |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ASUS PCI-V264CT |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ASUS Video Magic PCI |S3 864 |XF86_S3 |vga |  | |V864 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ASUS Video Magic PCI |S3 Trio64 |XF86_S3 |s3 |  | |VT64 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |AT25 |Alliance AT3D|XF86_SVGA |apm |  | +-----------------------+-------------+-----------+-------------+-----+ |AT3D |Alliance AT3D|XF86_SVGA |apm |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 3D Pro Turbo |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 3D Pro Turbo PC2TV |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 3D Xpression |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 3D Xpression+ |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 3D Xpression+ PC2TV|ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI 8514 Ultra (no VGA)|ATI-Mach8 |XF86_Mach8 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI All-in-Wonder |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI All-in-Wonder 128 |ati |XF86_SVGA |r128 |  | |Pro AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI All-in-Wonder Pro |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL 8700 |R200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL 8800 |R200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL D1100 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL M22 GL |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL M24 GL |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL Mobility T2 |RV350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL Mobility T2e|  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL T2 |RV350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL V3100 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL V3200 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL V5100 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL V7100 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL V7200 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL X1 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL X2 |RV350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL X3 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL Z1 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI FireGL Z1/X1 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Graphics Pro Turbo |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Graphics Pro Turbo |ati |XF86_Mach64|ati |  | |1600 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Graphics Ultra |ati |XF86_Mach8 |ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Graphics Ultra Pro |ati |XF86_Mach32|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Graphics Xpression |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach32 |ati |XF86_Mach32|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 3D RAGE II |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 3D RAGE |ati |XF86_Mach64|ati |  | |II+DVD | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 3D Rage IIC |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 3D Rage Pro |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 CT (264CT) |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 GT (264GT), |ati |XF86_Mach64|ati |  | |aka 3D RAGE | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mach64 VT (264VT) |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Mobility FireGL |RV200 |  |radeon |  | |7800 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon (generic) |R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 32 DDR (AGP)|R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 32 SDR (AGP)|R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 64 DDR (AGP)|R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 7000 |RV100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 7000 IGP |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 7200 |R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 7500 |RV200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 8500 |R200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 8500LE |R200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9000 |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9000 Pro |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9100 |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9100 IGP |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9100 PRO IGP|  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9200 |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9200PRO |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9200SE |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9500 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9500 Pro |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9600 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9600 Pro |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9700 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9700 Pro |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9800 |R350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9800 Pro |R350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon 9800 XT |R350 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon AGP |R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon AGP VIVO |R100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon All In |R100 |  |radeon |  | |Wonder AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon IGP320 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon IGP330/340/ |  |  |radeon |  | |350 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon IGP330M/340M|  |  |radeon |  | |/350M | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |7000 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |RV200 |  |radeon |  | |7500 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |9100 IGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |9200 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |9200 IGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |RV350 |  |radeon |  | |9600 M10 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |9800 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |M300 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility M6 |RV100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility M7 |RV200 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility M9 |R250 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility U1 |R300 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon Mobility |  |  |radeon |  | |X600 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon VE |RV100 |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X300 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X600 |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X800LE |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X800PRO |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X800SE |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Radeon X800XT |  |  |radeon |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage 128 |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage 128 (generic) |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage 128 Mobility |ati |  |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage 128 Pro Ultra |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage Fury AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage Fury Pro AGP |ATI |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage LT |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage LT PRO |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage Mobility |ati |  |ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage Mobility M4 |ati |XF86_SVGA |r128 |  | |AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage Mobility P |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage XL |ati |XF86_SVGA |ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Rage XL AGP |ati |XF86_SVGA |ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Ultra Plus |ati |XF86_Mach32|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Video Boost |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Video Charger |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Video Xpression |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Video Xpression+ |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI WinBoost |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI WinCharger |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI WinTurbo |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Wonder SVGA |ati |XF86_SVGA |ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI XPERT 128 AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI XPERT 99 AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert 128 AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert 2000 AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert 98 |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert 99 AGP |ati |XF86_SVGA |r128 |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert XL |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert@Play |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert@Play 98 |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI Xpert@Work |ati |XF86_Mach64|ati |  | +-----------------------+-------------+-----------+-------------+-----+ |ATI integrated on Intel|ati |XF86_Mach64|ati |  | |Maui MU440EX | | | | | |motherboard | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ATrend ATC-2165A |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |AccelStar Permedia II |PERMEDIA 2 |XF86_3DLabs|glint |  | |AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Acorp AGP i740 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix GE32+ 2MB |S3 801/805 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix GE32i |S3 805i |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix GE64 |S3 864 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix ProStar |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix ProStar 64 |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Actix Ultra |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Acumos AVGA3 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Alliance ProMotion 6422|AP6422 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Appian Jeronimo 2000 |PERMEDIA 3 |  |glint |  | +-----------------------+-------------+-----------+-------------+-----+ |Aristo ART-390-G S3 |Savage/MX |XF86_SVGA |savage |  | |Savage3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Ark Logic ARK1000PV |ARK1000PV |XF86_SVGA |vga |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Ark Logic ARK1000VL |ARK1000VL |XF86_SVGA |vga |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Ark Logic ARK2000MT |ARK1000MT |XF86_SVGA |vga |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Ark Logic ARK2000PV |ARK1000PV |XF86_SVGA |vga |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Atrend (Speedy) 3DIO740|Intel 740 |XF86_SVGA |i740 |  | |AGP (ATC-2740) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2101 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2228 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2301 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2302 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2308 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Avance Logic 2401 |Avance Logic |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Banshee (generic) |Banshee |  |tdfx |  | +-----------------------+-------------+-----------+-------------+-----+ |Binar Graphics AnyView |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Boca Vortex (Sierra |AGX-015 |XF86_AGX |vga |  | |RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |COMPAQ Armada 7380DMT |S3 Aurora64V+|XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |COMPAQ Armada 7730MT |S3 Aurora64V+|XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |California Graphics |ET6300 |XF86_SVGA |tseng |  | |SunTracer 6000 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Canopus Co. Power |S3 ViRGE |XF86_SVGA |s3virge |  | |Window 3DV | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Canopus SPECTRA 3200R2 |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Canopus SPECTRA 5400 |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Canopus SPECTRA 5400 |RIVA ULTRA |XF86_SVGA |nv |  | |Premium Edition |TNT2 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Canopus Total-3D |Verite 1000 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Cardex Challenger (Pro)|ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cardex Cobra |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cardex Trio64 |S3 Trio64 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Cardex Trio64Pro |S3 Trio64 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech AGP-740D |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |Banshee |  |tdfx |  | |3F10 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |RIVA128 |XF86_SVGA |nv |  | |RI20 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |RIVATNT |XF86_SVGA |nv |  | |RI30 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |RIVATNT2 |XF86_SVGA |nv |  | |RI40/41 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |RIVATNT2 |XF86_SVGA |nv |  | |RI50 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |RIVATNT2 |XF86_SVGA |nv |  | |RI60 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |SiS6326 |XF86_SVGA |sis |  | |SI21 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Desperado |SiS6326 |XF86_SVGA |sis |  | |SI31 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Tornado I7000|Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Chaintech Tornado S6000|SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct64300 |XF86_SVGA |chips |  | |CT64200 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct64300 |XF86_SVGA |chips |  | |CT64300 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65520 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65525 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65530 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65535 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65540 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65545 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65546 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65548 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65550 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65554 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT65555 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT68554 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT69000 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Chips & Technologies |ct69030 |XF86_SVGA |chips |  | |CT69030 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD542x |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD543x |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD5446 |CL-GD5440 |  |cirrus |  | |(noname card) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD544x |CL-GD5440 |  |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD5462 |CL-GD5462 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD5464 |CL-GD5464 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD5465 |CL-GD5465 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD5480 |CL-GD5480 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD62xx |CL-GD6205/15/|XF86_SVGA |vga |  | |(laptop) |25/35 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD64xx |CL-GD6420/ |XF86_SVGA |vga |  | |(laptop) |6440 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cirrus Logic GD754x |CL-GD7541/42/|XF86_SVGA |vga |  | |(laptop) |43/48 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Colorgraphic Dual |ET4000/W32(i/|XF86_SVGA |tseng |  | |Lightning |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Compaq Armada 7400 |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Compaq Armada 7800 |S3 ViRGE/MX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Creative Blaster |PERMEDIA 2 |XF86_3DLabs|glint |  | |Exxtreme | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Graphics |RIVATNT2 |XF86_SVGA |nv |  | |Blaster TNT2 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs 3D |Verite 1000 |XF86_SVGA |vga |  | |Blaster PCI (Verite | | | | | |1000) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5464 |XF86_SVGA |cirrus |  | |Blaster 3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5465 |XF86_SVGA |cirrus |  | |Blaster Eclipse (OEM | | | | | |Model CT6510) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5440 |  |cirrus |  | |Blaster MA201 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5440 |  |cirrus |  | |Blaster MA202 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5462 |XF86_SVGA |cirrus |  | |Blaster MA302 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Graphics |CL-GD5464 |XF86_SVGA |cirrus |  | |Blaster MA334 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Creative Labs Savage 4 |Savage/MX |XF86_SVGA |savage |  | |3D Blaster | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Cyrix MediaGX |Geode |XF86_SVGA |geode |  | +-----------------------+-------------+-----------+-------------+-----+ |DFI-WG1000 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |DFI-WG5000 |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |DFI-WG6000 |WD90C33 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |DSV3326 |S3 Trio64V+ |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |DataExpert DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |DataExpert DSV3365 |S3 Trio64V+ |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Dell S3 805 |S3 801/805 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Dell onboard ET4000 |ET4000 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Edge 3D |nv1 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Fire GL 1000 |PERMEDIA |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Fire GL 1000 |PERMEDIA 2 |XF86_3DLabs|glint |  | |PRO | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Fire GL 3000 |GLINT 500TX |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Monster Fusion |Banshee |  |tdfx |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Multimedia |S3 ViRGE |XF86_SVGA |s3virge |  | |Stealth 3D 2000 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Multimedia |S3 ViRGE/DX |XF86_SVGA |s3virge |  | |Stealth 3D 2000 PRO | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar |ET4000 |XF86_SVGA |tseng |  | |(Plus) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar 24 |ET4000 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar 24X |WD90C31 |XF86_SVGA |vga |  | |(not fully supported) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar 64 |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar A50 |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar |ET4000 |XF86_SVGA |tseng |  | |HiColor | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar Pro |CL-GD5420 |XF86_SVGA |cirrus |  | |(not SE) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar Pro |CL-GD5420 |XF86_SVGA |cirrus |  | |1100 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar Pro |CL-GD5434 |XF86_SVGA |cirrus |  | |SE (CL-GD5430/5434) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond SpeedStar64 |CL-GD5434 |XF86_SVGA |cirrus |  | |Graphics 2000/2200 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 24 |S3 801/805 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 32 |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 3D 2000|S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 3D 2000|S3 ViRGE/DX |XF86_SVGA |s3virge |  | |PRO | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 3D 3000|S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 3D 4000|S3 ViRGE/GX2 |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM|S3 Trio32 |XF86_S3 |s3 |  | |SE | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM|S3 864 |XF86_S3 |vga |  | |with S3 SDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 64 DRAM|S3 Trio64 |XF86_S3 |s3 |  | |with S3 Trio64 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 64 VRAM|S3 964 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth 64 |S3 968 |XF86_S3 |s3 |  | |Video VRAM (TI RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth II S220|Verite 2200 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth II/G460|Intel 740 |XF86_SVGA |i740 |  | |AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth III |Savage/MX |XF86_SVGA |savage |  | |(S520/S540) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth Pro |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth VRAM |S3 911/924 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth Video |Alliance AT24|XF86_SVGA |apm |  | |2500 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth Video |S3 868 |XF86_S3 |vga |  | |DRAM | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 |ARK2000PV |XF86_SVGA |vga |  | |Graphics 2001 series | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 |S3 864 |XF86_S3 |vga |  | |Graphics 2xx0 series | | | | | |(864 + SDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 |S3 Trio64 |XF86_S3 |s3 |  | |Graphics 2xx0 series | | | | | |(Trio64) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 Video|S3 Trio64V+ |XF86_S3 |s3 |  | |2001 series (2121/2201)| | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 Video|S3 868 |XF86_S3 |vga |  | |2120/2200 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 Video|S3 968 |XF86_S3 |s3 |  | |3200 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 Video|S3 968 |XF86_S3 |s3 |  | |3240/3400 (IBM RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Stealth64 Video|S3 968 |XF86_S3 |s3 |  | |3240/3400 (TI RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper 330 |RIVA128 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper 550 |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper 770 |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper PCI 2Mb |Weitek 9000 |XF86_P9000 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper Pro Video|Weitek P9100 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Diamond Viper VLB 2Mb |Weitek 9000 |XF86_P9000 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Digital 24-plane TGA |TGA |XF86_TGA |tga |  | |(ZLXp-E2) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Digital 24-plane+3D TGA|TGA |XF86_TGA |tga |  | |(ZLXp-E3) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Digital 8-plane TGA |TGA |XF86_TGA |tga |  | |(UDB/Multia) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Digital 8-plane TGA |TGA |XF86_TGA |tga |  | |(ZLXp-E1) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |EIZO (VRAM) |AGX-014/15/16|XF86_AGX |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA ERAZOR II |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA ERAZOR III |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria Synergy |PERMEDIA 2 |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria-L |GLINT 500TX |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria-L/MX |GLINT MX |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria-S |PERMEDIA |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria-XL |GLINT MX |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA GLoria-XXL |GLINT MX |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Gloria-4 |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Gloria-8 |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Synergy II |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA VICTORY ERAZOR |RIVA128 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA VICTORY ERAZOR LT |RIVA128 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Victory 3D |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Victory 3DX |S3 ViRGE/DX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA WINNER 1000/T2D |S3 Trio64V2 |XF86_S3 |vesa |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000 R3D |RIVA128 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000AVI (AT|S3 868 |XF86_S3 |vga |  | |&T 20C409 version) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000AVI |S3 868 |XF86_S3 |vga |  | |(SDAC version) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000ISA |S3 805i |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000PRO |S3 864 |XF86_S3 |vga |  | |with S3 SDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000PRO |S3 864 |XF86_S3 |vga |  | |with STG1700 or AT&T | | | | | |RAMDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000PRO/X |S3 868 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000TRIO |S3 Trio64 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000TRIO/V |S3 Trio64V+ |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000TwinBus|S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 1000VL |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000 |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000/Office|PERMEDIA 2 |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000AVI |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000AVI/3D |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000PRO-2 |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000PRO-4 |S3 964 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-2|S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-4|S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 2000PRO/X-8|S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 3000 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 3000-L-42 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 3000-M-22 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ELSA Winner 3000-S |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |EONtronics Picasso 740 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |EONtronics Van Gogh |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |EPSON CardPC (onboard) |SPC8110 |XF86_SVGA |vesa |  | +-----------------------+-------------+-----------+-------------+-----+ |EPSON SPC8110 (CardPC) |SPC8110 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |ET3000 (generic) |ET3000 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |ET4000 (generic) |ET4000 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |ET4000 W32i, W32p |ET4000/W32(i/|XF86_SVGA |tseng |  | |(generic) |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |ET4000/W32 (generic) |ET4000/W32 |XF86_W32 |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |ET6000 (generic) |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |ET6100 (generic) |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |ET6300 (generic) |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |EliteGroup(ECS) |Intel 740 |XF86_SVGA |i740 |  | |3DVision-i740 AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Elsa Victory II |Banshee |  |tdfx |  | +-----------------------+-------------+-----------+-------------+-----+ |Elsa Winner T3D |S3 Trio3D |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Everex MVGA i740/AG |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |ExpertColor DSV3325 |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |ExpertColor DSV3365 |S3 Trio64V+ |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Flagpoint Shocker i740 |Intel 740 |XF86_SVGA |i740 |  | |8MB | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Framebuffer driver |fb |  |fbdev |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Gainward CardExpert 740|Intel 740 |XF86_SVGA |i740 |  | |8MB | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Gainward Challenger EV |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Generic VGA compatible |Generic VGA |XF86_VGA16 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Genoa 5400 |ET3000 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Genoa 8500VL(-28) |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Genoa 8900 Phantom 32i |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Genoa Phantom 64i with |S3 864 |XF86_S3 |vga |  | |S3 SDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Genoa Systems Phantom |Intel 740 |XF86_SVGA |i740 |  | |740 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Genoa VideoBlitz III AV|S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Gigabyte Predator i740 |Intel 740 |XF86_SVGA |i740 |  | |8MB AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Graphics Blaster TNT |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Guillemot Maxi Gamer |RIVATNT2 |XF86_SVGA |nv |  | |Xentor 32 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |HOT-158 (Shuttle) |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite |ET4000/W32 |XF86_W32 |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite 128/ |ET6300 |XF86_SVGA |tseng |  | |Video | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite 3D/GL|PERMEDIA 2 |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite Power|ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite Pro |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Dynamite TNT |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite HG210|AGX-014 |XF86_AGX |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite Power|AGX-016 |XF86_AGX |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite Pro |AGX-015 |XF86_AGX |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite |S3 964 |XF86_S3 |s3 |  | |Terminator 64 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite |S3 Trio64 |XF86_S3 |s3 |  | |Terminator 64/DRAM | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Graphite |S3 968 |XF86_S3 |s3 |  | |Terminator Pro 64 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray |ALG-2228/2301|XF86_SVGA |vga |  | | |/2302 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray 128 |Alliance AT3D|XF86_SVGA |apm |  | |3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray 64/V |ARK2000MT |XF86_SVGA |vga |  | |with ICS5342 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray 64/V |ARK1000PV |XF86_SVGA |vga |  | |with ZoomDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray Pro |ARK1000PV |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Stingray Pro/V|ARK1000PV |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Terminator 128|Intel 740 |XF86_SVGA |i740 |  | |2X/i AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Terminator 128|S3 Trio3D |XF86_SVGA |s3virge |  | |/3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Terminator 3D/|S3 ViRGE/DX |XF86_SVGA |s3virge |  | |DX | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Terminator 64/|S3 ViRGE |XF86_SVGA |s3virge |  | |3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Terminator 64/|S3 Trio64V+ |XF86_S3 |s3 |  | |Video | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Hercules Thriller3D |Verite 2200 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Integral FlashPoint |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Intel 5430 |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 740 (generic) |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 810 |Intel 810 |XF86_SVGA |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 815 |Intel 815 |XF86_SVGA |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 815e |Intel 815 |XF86_SVGA |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 830 |Intel 830 |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 845 |Intel 845 |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 852 |Intel 852 |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 855 |Intel 855 |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 865 |Intel 865 |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel 915 |  |  |i810 |  | +-----------------------+-------------+-----------+-------------+-----+ |Intel Express 3D AGP |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Interay PMC Viper |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |JAX 8241 |S3 801/805 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Jaton Video-58P |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Jaton Video-70P |CL-GD5464 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Jaton Video-740 AGP 3D |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Jazz Multimedia G-Force|ET6300 |XF86_SVGA |tseng |  | |128 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Jetway J-740-3D 8MB |Intel 740 |XF86_SVGA |i740 |  | |AGP, i740 AGP 3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Joymedia Apollo 7400 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |KouTech KeyVision 128 |ET6300 |XF86_SVGA |tseng |  | |EV | | | | | +-----------------------+-------------+-----------+-------------+-----+ |LeadTek WinFast 3D S600|S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |LeadTek WinFast 3D S680|S3 ViRGE/GX2 |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |LeadTek WinFast S200 |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |LeadTek WinFast S430 |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |LeadTek WinFast S510 |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Leadtek WinFast 2300 |PERMEDIA 2 |XF86_3DLabs|glint |  | +-----------------------+-------------+-----------+-------------+-----+ |Leadtek WinFast 3D S320|RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |Leadtek WinFast 3D |RIVATNT2 |XF86_SVGA |nv |  | |S320II | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Leadtek WinFast 3D |RIVA128 |XF86_SVGA |nv |  | |S3500 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Leadtek Winfast S900 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |MAXI Gamer AGP 8 MB |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |MELCO WGA-TS |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |MELCO WGP-VG4S |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |MELCO WGP-VX8 |S3 ViRGE/VX |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |MSI MS-4417 |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |MachSpeed VGA ET6000 |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Machspeed Raptor i740 |Intel 740 |XF86_SVGA |i740 |  | |AGP 4600 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Magic-Pro MP-740DVD |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Comet |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Marvel II |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium |mga2064w |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium G200 |mgag200 |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium G400 |mgag400 |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium G450 |mgag450 |  |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium G550 |mgag550 |  |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Millennium II |mga2164w |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Mystique |mga1064sg |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Mystique G200 |mgag200 |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |Matrox Productiva G100 |mgag100 |XF86_SVGA |mga |  | +-----------------------+-------------+-----------+-------------+-----+ |MediaVision Proaxcel |ET6300 |XF86_SVGA |tseng |  | |128 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Mirage Z-128 |ET6300 |XF86_SVGA |tseng |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro CRYSTAL VRX |Verite 1000 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 10SD with |S3 801/805 |XF86_S3 |vga |  | |GenDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 12SD |S3 Trio32 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 16S |S3 928 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 20SD PCI |S3 868 |XF86_S3 |vga |  | |with S3 SDAC | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 20SD VLB |S3 864 |XF86_S3 |vga |  | |with S3 SDAC (BIOS | | | | | |3.xx) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 20SD with |S3 864 |XF86_S3 |vga |  | |ICD2061A (BIOS 2.xx) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 20SD with |S3 864 |XF86_S3 |vga |  | |ICS2494 (BIOS 1.xx) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 20SV |S3 964 |XF86_S3 |vesa |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 22SD |S3 Trio64 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 40SV |S3 964 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 80SV |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal 8S |S3 801/805 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro Crystal DVD |SiS6326 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro MiroMedia 3D |S3 ViRGE |XF86_SVGA |s3virge |  | +-----------------------+-------------+-----------+-------------+-----+ |Miro MiroVideo 20TD |ET4000/W32(i/|XF86_SVGA |tseng |  | | |p) | | | | +-----------------------+-------------+-----------+-------------+-----+ |Miro Video 20SV |S3 968 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce |GeForce |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 2 |GeForce 2 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 2 GTS |GeForce 2 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 2 MX |GeForce 2 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 256 |GeForce 256 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 3 |GeForce 3 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 4 |GeForce 4 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 4 MX |GeForce 4 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6200 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6600 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6600 GT |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6610 XL |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6800 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6800 GT |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6800 LE |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce 6800 |  |  |nv |  | |Ultra | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce DDR |GeForce DDR |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce FX |GeForce FX |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce FX 5100 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce FX 5500 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce Go 6600 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce Go 6600 |  |  |nv |  | |TE/6200 TE | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA GeForce4 448 Go |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro 4 |Quadro 4 |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro FX |Quadro FX |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro FX 4000 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro FX 4400 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro FX 540 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro FX 700 |  |  |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Quadro NVS 50 |  |  |nv |  | |PCI | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Riva 128 |RIVA128 |XF86_SVGA |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Riva TNT |RIVATNT |XF86_SVGA |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Riva TNT2 |RIVATNT2 |XF86_SVGA |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NVIDIA Unknown |  |  |nv |  | |(generic) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NatSemi Geode |Geode |XF86_SVGA |geode |  | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic (laptop/ |  |  |neomagic |  | |notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic 128XD (laptop/|  |  |neomagic |  | |notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic 256 (laptop/ |MagicGraph |  |neomagic |  | |notebook) |256 series | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicGraph 128|NM2070 |  |neomagic |  | |(laptop/notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicGraph |NM2090 |  |neomagic |  | |128V (laptop/notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicGraph |NM2160 |  |neomagic |  | |128XD (laptop/notebook)| | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicGraph |NM2093 |  |neomagic |  | |128ZV (laptop/notebook)| | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicGraph |NM2093 |  |neomagic |  | |128ZV+ (laptop/ | | | | | |notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicMedia |NM2200 |  |neomagic |  | |256AV (laptop/notebook)| | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicMedia |NM2230 |  |neomagic |  | |256AV+ (laptop/ | | | | | |notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicMedia |NM2380 |  |neomagic |  | |256XL+ (laptop/ | | | | | |notebook) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |NeoMagic MagicMedia |NM2360 |  |neomagic |  | |256ZX (laptop/notebook)| | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Motion |S3 Trio64V+ |XF86_S3 |s3 |  | |331 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Motion |S3 ViRGE |XF86_SVGA |s3virge |  | |332 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Motion |S3 868 |XF86_S3 |vga |  | |531 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Motion |S3 968 |XF86_S3 |s3 |  | |771 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Reality |S3 ViRGE/VX |XF86_SVGA |s3virge |  | |772 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine FX Vision |S3 Trio64 |XF86_S3 |s3 |  | |330 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine GXE Level |S3 928 |XF86_S3 |vga |  | |10/11/12 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine GXE Level |S3 928 |XF86_S3 |vga |  | |14/16 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine GXE64 |S3 864 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine GXE64 Pro |S3 964 |XF86_S3 |s3 |  | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine GXE64 with |S3 Trio64 |XF86_S3 |s3 |  | |S3 Trio64 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Imagine 128|I128 |XF86_I128 |i128 |  | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Imagine 128|I128 |XF86_I128 |i128 |  | |(2-8MB) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Imagine 128|I128 |XF86_I128 |i128 |  | |Series 2 (2-4MB) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Imagine 128|I128 |XF86_I128 |i128 |  | |T2R | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Revolution |I128 |XF86_I128 |i128 |  | |3D AGP T2R | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Revolution |I128 |XF86_I128 |i128 |  | |IV (T2R4) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Number Nine Visual 9FX |S3 ViRGE |XF86_SVGA |s3virge |  | |Reality 332 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Oak 87 ISA (generic) |Oak OTI-087 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Oak 87 VLB (generic) |Oak OTI-087 |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Oak ISA Card (generic) |Oak OTI-067/ |XF86_SVGA |vga |  | | |77 | | | | +-----------------------+-------------+-----------+-------------+-----+ |Ocean (octek) |ARK1000VL |XF86_SVGA |vga |  | |VL-VGA-1000 | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Octek AVGA-20 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Octek Combo-26 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Octek Combo-28 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Octek VL-VGA-26 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Octek VL-VGA-28 |CL-GD5420 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Celsius (AT&T |AGX-015 |XF86_AGX |vga |  | |RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Celsius (Sierra |AGX-015 |XF86_AGX |vga |  | |RAMDAC) | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Fahrenheit 1280 |S3 911/924 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Fahrenheit VA |S3 801/805 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Fahrenheit-1280+|S3 801/805 |XF86_S3 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Kelvin 64 |CL-GD5434 |XF86_SVGA |cirrus |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Kelvin 64 VLB |CL-GD5434 |XF86_SVGA |cirrus |  | |Rev A | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Kelvin 64 VLB |CL-GD5434 |XF86_SVGA |cirrus |  | |Rev B | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Orchid P9000 VLB |Weitek 9000 |XF86_P9000 |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |Orchid Technology |S3 ViRGE |XF86_SVGA |s3virge |  | |Fahrenheit Video 3D | | | | | +-----------------------+-------------+-----------+-------------+-----+ |PC-Chips M567 Mainboard|SiS5597 |XF86_SVGA |sis |  | +-----------------------+-------------+-----------+-------------+-----+ |Palit Daytona AGP740 |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |Paradise Accelerator |Oak OTI-087 |XF86_SVGA |vga |  | |Value | | | | | +-----------------------+-------------+-----------+-------------+-----+ |Paradise/WD 90CXX |WD90CXX |XF86_SVGA |vga |  | +-----------------------+-------------+-----------+-------------+-----+ |PixelView Combo TV 3D |CL-GD5465, |XF86_SVGA |vga |  | |AGP (Prolink) |4MB | | | | +-----------------------+-------------+-----------+-------------+-----+ |PixelView Combo TV Pro |CL-GD5480, |XF86_SVGA |vga |  | |(Prolink) |4MB | | | | +-----------------------+-------------+-----------+-------------+-----+ |PowerColor C740 (SG/SD)|Intel 740 |XF86_SVGA |i740 |  | |AGP | | | | | +-----------------------+-------------+-----------+-------------+-----+ |QDI Amazing I |Intel 740 |XF86_SVGA |i740 |  | +-----------------------+-------------+-----------+-------------+-----+ |RIVA TNT |RIVATNT |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |RIVA TNT2 |RIVATNT2 |XF86_SVGA |nv |  | +-----------------------+-------------+-----------+-------------+-----+ |RIVA Ultra T