This page grew out of a conversation on the Usenet comp.os.linux.hardware newsgroup. It can be frustrating for Free Software users to buy a new graphics card because there is very little information available about 3D/OpenGL graphics support and performance in the Free Software community. Some users opt to install proprietary graphics card drivers because of the limited support available in current free software drivers. X.Org includes Direct Rendering Infrastructure (DRI) support for a variety of 3D graphics hardware but often doesn't support every feature or doesn't offer performance as fast as that of the proprietary drivers. This website was created for those of us who prefer to use only Free Software or Open Source software. It provides information about video cards with 3D acceleration support and benchmarks to give an idea of their performance. We also provide performance information for cards that rely solely on software emulation for 3D support.
Based on our results to date, this card represents the highest 3D/OpenGL performance currently available in the Free Software community. DISCLAIMER Please see the FAQ before basing a purchasing decision on this recommendation, particularly if you have very specific 3D acceleration needs.
To find general information on the status of DRI support for other hardware, check the Freedesktop DRI Status page and the Mesa DRI CVS. While not always up to date, the best overview of DRI support is the Freedesktop DRI Feature Matrix. If you're looking for general technical information on the hardware itself, a good starting place is the 3D Chipset Specs website.
To gather the results in the table below, a simple shell script was proposed Henrik Carlqvist in a comp.os.linux.hardware discussion and subsequently revised by Michael Mauch and others. This script uses glxgears to get a frame rate for 3D rendering. We are aware glxgears isn't intended as a benchmark. It's been compared to bogomips for graphics cards. But it is readily available on almost every computer running Xorg and provides an interesting, if non-accurate baseline for comparing hardware. If you can propose something better that will run on as many systems without needing to download and compile special benchmarking tools, please let us know. But see the FAQ before emailing to complain that you think glxgears sucks as a benchmark. We already know that.
This is the current version of the script:
grep VGA /proc/pci || lspci | grep VGA | colrm 1 4 ; \ egrep "model name|MHz" /proc/cpuinfo ; \ xdpyinfo | egrep "version:|dimensions|depth of" ; \ glxinfo | egrep -A2 "direct rendering|OpenGL vendor" ; \ uname -sr ; \ vblank_mode=0 glxgears & sleep 30 ; killall glxgears
You can help by running this script on your hardware and reporting the results in the table below. The goal is to keep the list sorted in descending order by performance based on the glxgears FPS rating. If you're familiar with Wiki syntax, feel free to create an account and add your results directly to the table below. Otherwise, you can email them to me and I'll add them. Please note that we are only interested in the results produced by Free Software or Open Source Software. If you are using a proprietary driver your results will not be helpful to us.
Note 1: on newer versions of glxgears, it may be necessary to add -printfps to get the FPS number.
Note 2: on recent versions of X.Org (7.2 and newer) xdpyinfo reports the XServer version instead of the X.Org version. So X.Org 7.2 == XServer 1.3, X.Org 7.3 == XServer 1.4 etc. Don't worry about it, just send us the output. :)
Note 3: Occasionally some distros don't report everything properly. Looks over your results and if you see some information missing that's in all the other results reported in the table below, try to look it up manually and include it. Thanks!
Note 4: The above script will run glxgears at the default priority on your system. It has been suggested that running it at a higher priority will be more accurate. While this will generate higher numbers, it probably doesn't reflect how your system is used in the real world. If you'd like to try this, the following commands will do it.
su root nice -n -19 sh -c 'glxgears& sleep 30; kill $!'
Realistically though, we'd prefer you report the numbers you get at the default priority for two reasons, 1) it makes it easier to compare with the existing data and 2) it better reflects real world usage.
Note 5: It turns out that the Linux kernel version does play a role. E.g., the system that achieved 6295fps with Linux-2.6.17 achieves over 8000 fps with 2.6.25.5 (everything else stayed the same); so you might want to mention the version of the kernel in the Notes column.
Note 6: It is no longer possible to determine what video driver your system uses from looking at the xorg.conf file on either Fedora or Ubuntu distros of GNU/Linux. We expect this to be the case with more distros soon. At present we're not aware of any easy way for an end user to determine what video driver they're using on newer GNU/Linux distros. If anyone else knows a way to do this, please enlighten us. Meanwhile, the best we can suggest is to grep /var/log/Xorg.0.log (of Fedora systems at least) for the term “autoconfigured”. You should get a result such as “(= Matched ati for the autoconfigured driver” - this means you're using the ATI video driver.
Here are the current results sorted by speed.
DRI stands for Direct Rendering Infrastructure. If a driver supports DRI, then it can provide 3D / OpenGL hardware acceleration. When DRI is not supported, the driver will usually rely on the Mesa 3D library for software emulation of the OpenGL API.
The glxgears FPS rating is the highest value recording during the execution of the benchmark.
Unless otherwise stated in the notes field, the OS is assumed to be Linux.
The X driver name is not determined by the script but can usually be found by examining your X configuration file. Please provide the name of the driver being used and a link to the driver's official page if possible.
Graphics Card | CPU | X version | Driver-Name | DRI? | GLX Server | Resolution | Depth | Notes | glxgears FPS |
---|---|---|---|---|---|---|---|---|---|
Radeon HD 4670 (RV730XT) | Intel Core 2 Duo E8400 3GHz | X.Org Server 1.7.6 | radeon | Yes | v1.2 | 1600×1200 | 24 | Ubuntu 10.04 Live CD (Linux 2.6.32, 1.5 Mesa 7.7.1, Mesa DRI R600 (RV730 9490) 20090101 TCL DRI2); cpufreq governor: performance (~12000 fps with ondemand); some flickering in glxgears window; 2560×1600 and 1920×1200 display badly on my 2560×1600 monitor see more | 17328 FPS |
AMD/ATI RV770 [Radeon HD 4870] | AMD Phenom II X4 965 3.4GHz | X.Org 1.19.2-1 | ati | Yes | v1.4 | 3840×1080 | 24 | ArchLinux, 4.10.2-1 | 10416 FPS |
Intel Xeon E3-1200 v3/4th Gen Core IGC (rev 06) | Intel Core i7-4790K CPU @ 4.00GHz | X.Org 1.15.1 | Intel | Yes | v1.4 | 1920×1080 | 24 | Motherboard without external graphics card MSI H81M-E33 on Ubuntu 14.04 | 9606 FPS |
Radeon X850XT PCIe - R480 | Intel Core 2 Duo E8400 3GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI R300 20060815 TCL; Linux 2.6.25.6; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=on | 8897 FPS |
AMD FirePro D300 Pitcairn | Intel Xeon CPU E5-1620 v2 3.70GHz | X.Org 1.19.3 | radeon | Yes | v1.4 | 3840×1080 | 24 | MacPro running OpenSuse | 8558 FPS |
Radeon X850XT PCIe - R480 | Intel Core 2 Duo E8400 3GHz | X.Org 7.3.2 | radeon | Yes | v1.3 Mesa 7.0.4 | 1600×1200 | 24 | Mesa DRI R300 20060815 TCL; Linux 2.6.25.6; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=on | 8338 FPS |
Intel Xeon E3-1200 v3/4 Core Processor IGC (rev 06) | Intel Core i5-4460S 2.90GHz | X.Org 1.18.0 | Intel | Yes | v1.4 | 1900×1200 | 24 | Mesa DRI Intel Haswell Desktop, Mesa 11.1.0, Linux 4.4.3-300.fc23.x86_64 | 7529 FPS |
Intel Ivy Bridge Graphics Conroller (rev 09) | Intel Core i5-3570K 3.4GHz | X.Org 1.11.3 | Intel | Yes | v1.4 | 1680×1050 | 24 | Mesa DRI Intel(R) Ivybridge Desktop, Mesa 8.0.4 | 6724 FPS |
Gigabyte Radeon X800 Silent-Pipe (R430) | AMD Athlon 64 3500 2.2GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1440×900 | 24 | Mesa DRI R300 20060815 TCL; | 6520 FPS |
Radeon X850XT PCIe - R480 | Intel Core 2 Duo E6600 2.4GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 TCL; Linux-2.6.17; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA | 6295 FPS |
Palit ATI Radeon X800 GTO PCIe - R480 | AMD Athlon 64 X2 6000+ (dual core, 3GHz) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1920×1200 | 24 | Mesa DRI R300 20060815 TCL EnablePageFlip=on AccelMethod=XAA ColorTiling=on | 6181 FPS |
Radeon X800PRO PCIe - R423 | Intel Core 2 Duo E6750 2.6GHz | X.Org 7.3 | radeon | Yes | v1.2 | 1920×1200 | 24 | Mesa DRI R300 20060815 TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AccelDFS=on | 5730 FPS |
ATI FirePro V4800 | Intel Core2 Quad Q6600 2.4GHz | X.Org X Server 1.11.1 | radeon | Yes | 1.4 | 5760×1080 | 24 | Triple Head, OpenGL renderer: Gallium 0.4 on AMD REDWOOD, OpenGL version: 2.1 Mesa 7.12-devel (git-53d3260), Linux 3.0.7-rt20 | 5685 FPS |
Palit Radeon X800 GTO PCIe - R480 | Intel Core 2 Duo E6600 2.4GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA | 5424 FPS |
ATI Technologies Inc R420 JI [Radeon X800PRO] | AMD Athlon™ 64 Processor 3700+ | X.Org 1.5.99.902 | radeon | Yes | v1.2 | 1920×1080 | 24 | RenderAccel=true AccesDFS=on EnablePageFlip=on AccelMethod=EXA | 5125 FPS |
ATI R420 JK [Radeon X800] | AMD Athlon 64 3200+ 2.21GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1680×1050 | 24 | 4906 FPS | |
ATI RV570 [Radeon X1950 Pro] | Intel Core i7 CPU x8 2.67 GHz | X.Org 1.6.3 | ati | Yes | v1.2 | 1680×1050 | 24 | kernel and drivers from the xorg-edgers PPA | 4836 FPS |
Intel G965 integrated X3000 GMA | Intel Core 2 Duo E6700 2.66GHz | X.Org 1.7.6 | intel | Yes | v1.2 | 1600×1200 | 24 | Ubuntu 10.04 amd64 alternate CD (Linux 2.6.32, 2.1 Mesa 7.7.1, Mesa DRI Intel(R) 965G GEM 20091221 2009Q4) | 4627 FPS |
ATI RV570 [Radeon X1950 Pro] | Intel Core 2 CPU 4300@1.80GHz | X.Org 1.6.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 x86/MMX/SSE2 TCL OpenGL version string: 1.3 Mesa 7.3 Linux 2.6.29 | 4490 FPS |
Intel 2nd Gen Core Family IGC (rev 09) | Intel Core i5-2430M CPU @ 2.40GHz | X.Org 1.16.3 | intel | Yes | v1.4 | 1920×1080 | 24 | 4404 FPS | |
ATI RV350 AP [Radeon 9600] | Intel Pentium 4 CPU 3.20GHz (Northwood) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 16 | GARTSize=64 ColorTiling=on EnablePageFlip=on AccelMethod=XAA AGPMode=8 | 4197 FPS |
ATI RV570 [HiS Radeon X1950 Pro IceQ3] | AMD Athlon™ 64 X2 Dual Core Processor 4600+ | X.Org 1.5.3 | radeon | Yes | v1.2 | 1680×1050 | 24 | No xorg.conf; Mesa DRI R300 20060815 TCL; Linux 2.6.27.24-170.2.68.fc10.x86_64 | 4060 FPS |
[AMD/ATI] Cedar [Radeon HD 5450] (ChipID = 0x68f9) | Intel Core2 Quad Q9550 2.83GHz | X.Org v? | ati | Yes | v1.4 | 3200×1080 | 24 | 3961 FPS | |
ATI R580 [Radeon X1900] | Intel Core 2 Quad Q6600 3.4 GHz | X.Org 1.5.3 | radeon | Yes | v1.2 | 1280×1024 | 24 | No xorg.conf, EXA acceleration | 3924 FPS |
Radeon X1650 Pro | Intel Core 2 Duo E8400 3GHz | X.Org X Server 1.5.2 | radeon | Yes | v1.2 | 2560×1600 | 24 | 1.3 Mesa 7.2; Mesa DRI R300 20060815 TCL; Linux 2.6.27-7-generic | 3850 FPS |
Radeon HD 5870 | AMD Sempron 145 Processor | X.Org version: 1.11.3 | radeon | Yes | v1.4 | 1366×768 | 24 | Mesa 8.0.2 , Linux 3.2.0-23-generic-pae | 3834 FPS |
ATI RV350 AR [Radeon 9600XT] | AMD Athlon 64 3200+ | X.Org 7.1.1 | radeon | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI R300 20060815 AGP 8x TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=8 | 3775 FPS |
ATI M9+ 5C61 [Radeon Mobility 9200 (AGP)] (rev 01) | Mobile AMD Athlon XP 2500+ (1858.262MHz) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1400×1050 | 16 | AGPMode=4 EnablePageFlip=On HyperZ=True | 3773 FPS |
Powercolor Radeon X800GTO PCIe - R430 | Intel Core 2 Duo E6320 1.86Ghz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 TCL; GARTSize=64, AddARGBGLXVisuals, XAANoOffscreenPixmaps=true | 3735 FPS |
ATI MOBILITY RADEON X700 | AMD Turion 64 Mobile ML-37 (1989.82-MHz K8-class CPU) | X.Org 6.9.0 | radeon | Yes | v1.2 | 1680×1050 | 24 | FreeBSD 6.2-STABLE | 3580 FPS |
AMD/ATI RV620/M82 [Mobility Radeon HD 3450/3470] | Intel Core2 Duo P8700 2.53GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1440×900 | 24 | 3520 FPS | |
ATI RV280 [Radeon 9250] | AMD Athlon 64 3200+ | X.Org 7.1.1 | radeon | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI R200 20060602 AGP 4x TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=4, hyperz=true | 3503 FPS |
ATI RV350 [Radeon 9800 Pro] | Intel Pentium 4 2.8GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 AGP 8x TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=8, MergedFB=off | 3481 FPS |
Intel Sandy Bridge IGC (rev 09) | Intel Core i3-2350M CPU @ 2.30GHz | X.Org 1.10.4 | intel | Yes | v1.4 | 1366×768 | 24 | Lenovo running Debian 6.0 | 3425 FPS |
ATI Radeon 9000Pro - R250 If (rev 1) | Intel Pentium 4 3.06 GHz (x4) | X.Org 6.9.0 | radeon | Yes | v1.2 | 1680×1050 | 16 | AGPMode=4, EnablePageFlip=On | 3419 FPS |
ATI RV770 [Radeon HD 4870] | Quad-Core AMD Opteron 2352 2205.794 MHz | X.Org 1.7.5 | ati | Yes | v1.2 | 3360×1050 | 24 | 3335 FPS | |
ATI RV350 [Mobility Radeon 9600 M10] | Mobile AMD Athlon 64 Processor 3000+ (800 MHz) | X.Org 7.2.0 | radeon | Yes | v1.2 | 1400×1050 | 24 | EnablePageFlip=On | 3237 FPS |
ATI RV350 [Mobility Radeon 9600 M10] | Intel Pentium M processor 1.50GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×800 | 24 | 3058 FPS | |
ATI RV530LE [Radeon X1600/X1650 PRO] | AMD Athlon 64 X2 5600+ | X.Org 1.5.2 | radeon | Yes | v1.2 | 1152×864 | 24 | 3037 FPS | |
AMD/ATI RV530 [Radeon X1600 XT/X1650 GTO] | Intel Core i7 930 2.80GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1920×1080 | 24 | 3022 FPS | |
AMD/ATI Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] | Intel Core i7-2600K CPU @ 3.40GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1920×1200 | 24 | 3007 FPS | |
ATI R200 BB [Radeon All in Wonder 8500DV] | AMD Sempron 2500+ (1764.258MHz) | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 24 | AGPMode=4, EnablePageFlip=on, APGGart=64Mb | 3000 FPS |
Graphics Card | CPU | X version | Driver-Name | DRI? | GLX Server | Resolution | Depth | Notes | glxgears FPS |
---|---|---|---|---|---|---|---|---|---|
[AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] | AMD Athlon™ II X2 245 2.91GHz | X.Org 1.17.1 | ati | Yes | v1.4 | 1600×900 | 24 | 2945 FPS | |
ATI Radeon 9200 | Intel Pentium 4 2.60 GHz (x2) | X.Org 6.8.0 | radeon | Yes | v1.2 | 1280×1024 | 16 | AGPMode=4, EnablePageFlip=On | 2918 FPS |
ATI RV280 [Radeon 9200] (rev 01) | Intel Pentium 4 3.06 GHz (x2) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1024×768 | 16 | EnablePageFlip=On | 2915 FPS |
ATI Radeon 9600 Pro | AMD Athlon™ 64 Processor 3200+ | X.Org 1.4.2 | radeon | Yes | v1.2 | 1024×768 | 24 | FreeBSD-7.0-RELEASE, GARTSize=128, AccelMethod=EXA, XAANoOffscreenPixmaps, AGPFastWrite=on, ColorTiling=on, EnablePageFlip=on, HyperZ=on | 2901 FPS |
ATI RV370 [Radeon X550] | Intel Core 2 Duo E6600 2.4GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20060815 TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA | 2888 FPS |
[AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] | Intel Core i5-2520 2.50GHz | X.org 1.16.0 | ati | Yes | v1.4 | 1366×768 | 24 | 2810 FPS | |
[AMD/ATI] RV620/M82 [Mobility Radeon HD 3450/3470] | Intel Core2 Duo P8400 2.26GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1680×1050 | 24 | 2758 FPS | |
Intel 82G33/G31 Express IGC (rev 10) | Intel Celeron E1400 @ 2.00GHz | X.Org 1.7.6 | intel | Yes | v1.2 | 1440×900 | 24 | Linux 2.6.32-21-generic | 2737 |
ATI M9+ 5C61 [Radeon Mobility 9200 (AGP)] (rev 01) | Mobile AMD Athlon XP 2500+ (1858.262MHz) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1400×1050 | 16 | AGPMode=4 EnablePageFlip=On | 2728 FPS |
ATI RV505 [Radeon X1550 64-bit] | AMD Sempron 1.6GHz | X.Org 7.3.0 | radeon | Yes | v1.2 | 1024×768 | 24 | AGPMode=8, AccelMethod=EXA | 2686 FPS |
ATI Radeon R300 NG [FireGL X1] (rev 80) | Intel Xeon 3.06 GHz (x4) | X.Org 6.9.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 2650 FPS | |
ATI Radeon 9250 | Intel Pentium 4 3.06 GHz (x4) | X.Org 6.8.0 | radeon | Yes | v1.2 | 1680×1050 | 16 | AGPMode=4, EnablePageFlip=On | 2638 FPS |
ATI M56P [Radeon Mobility X1600] | AMD Turion 64 X2 Mobile Technology TL-60 800 MHz | X.Org 1.5.3 | ati | Yes | v1.2 | 1680×1050 | 24 | Acer Ferrari 5000 with 4G | 2613 FPS |
ATI Radeon 9250 | AMD Opteron 250 2405 (x2) | X.Org 6.8.0 | radeon | Yes | v1.2 | 1680×1050 | 16 | AGPMode=4, EnablePageFlip=On | 2609 FPS |
ATI RV410 [Radeon X700 Pro (PCIE)] | Intel Pentium 4 3GHz (x2) | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 24 | 2567 FPS | |
ATI RV516 [Radeon X1300 Pro (PCIE)] | Intel Pentium Dual Core E2160 3Ghz | X.Org 7.4.0 | radeon | Yes | v1.2 | 1024×768 | 24 | Radeon 6.9.1 rc1 | 2545 FPS |
ATI RV280 [Radeon 9200 PRO] (ASUS A9250 AGP8X 128MB) | AMD Athlon XP 2500+ (1822.656 MHz) | X.Org 7.2 | radeon | Yes | v1.2 | 1600×1200 | 24 | XAANoOffscreenPixmaps=1 GARTSize=128 ColorTiling=on EnablePageFlip=on AccelMethod=XAA AGPMode=8 hyperz=true | 2482 FPS |
ATI Radeon X600 Mobility | Intel Pentium M 1.7GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1024×768 | 24 | ColorTiling=on,EnablePageFlip=On | 2468 FPS |
ATI RV770 [Radeon HD 4850] | Intel Core2 Quad CPU 1.6GHz | X.Org 1.10.2 | ati | Yes | v1.4 | 1680×1050 | 24 | runing under kwin, compositing disabled, xf86-video-ati 6.14.2-1, mesa 7.10.99.git20110612, r600g driver | 2458 FPS |
ATI RV410 [Radeon X700 (PCIE)] | AMD Athlon™ 64 X2 3800+ | X.Org 1.6.4 | radeon | Yes | v1.2 | 1680×1050 | 24 | Ubuntu 9.10 (karmic), linux 2.6.31-17-generic #54-Ubuntu | 2383 FPS |
ATI RV350 AP [Radeon 9600] | AMD Duron 1.3GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | AGPMode=4, GARTSize=16, EnablePageFlip=1 | 2360 FPS |
ATI RV350 AP [Radeon 9600] | AMD Athlon 64 3200+ | X.Org 7.1.1 | radeon | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI R300 20060815 TCL; GARTSize=64, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=4 | 2358 FPS |
ATI RV770 [Radeon HD 4870] | AMD Phenom II X3 710 2600 MHz | X.Org 1.6.4 | ati | Yes | v1.2 | 1280×1024 | 24 | 2424 FPS | |
NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1) | Intel Pentium D CPU 2.80GHz x2 | X.Org 1.14.5 | nouveau | Yes | v1.4 | 1280×1024 | 24 | 2289 FPS | |
ATI FireGL Mobility T2 | Intel Pentium M 1.7GHz | X.Org 6.9.0 | radeon | Yes | v1.2 | 1400×1050 | 24 | AGPMode=4 | 2200 FPS |
ATI M9+ 5c63 [Radeon Mobility 9200 (AGP)] | PPC 7447a 1066MHz (iBook G4) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1024×768 | 24 | Mesa DRI R200 20060602 AGP 4x TCL; GARTSize=16, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=4, hyperz=true | 2185 FPS |
Intel 82945G/GZ Integrated Controller (rev 02) | Intel Dual Core 1.6 GHz | X.Org 7.2.0 | intel | Yes | v1.2 | 1280×1024 | 16 | Asrock overclocked e2140 bundle 2Core1333-2.66G, with 667MHz DDR | 2109 FPS |
ATI RV380 [X600 PCIe] | AMD Athlon 64 X2 Dual Core 4400+ 2.310GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1600×1200 | 24 | ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA | 2066 FPS |
ATI Manhattan [Mobility Radeon HD 5430 Series] | Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz | X.Org 1.10.4 | ati | Yes | v1.4 | 1360×768 | 24 | OpenSUSE version 12.1.10 | 2053 FPS |
ATI Radeon R250 [Mobility FireGL 9000] (rev 01) | Intel Pentium M 1400MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 16 | 2048 FPS | |
ATI Radeon 9250 [RV280] | AMD Duron 1800 Applebred | X.Org 1.7.6 | ati | Yes | 1.4 | 1920×1080 | 24 | cpu MHz: 1903.183 (overclocked FSB from 133 to 141 Mhz) | 2000 FPS |
ATI Radeon HD 5770 (Juniper) | Intel Pentium E2160 1.8GHz | X.Org 1.7.6 | ati | Yes | 1.2 | 1600×1200 | 24 | Ubuntu 10.04 live CD, Linux 2.6.32-21-generic (AMD64), 2.1 Mesa 7.7.1 | 1959 FPS |
ATI RS880 [Radeon HD 4250] | AMD Phenom™ II X6 1055T | Xorg X server 1.11.1 | radeon | Yes | 1.4 | 1920×1080 | 24 | OpenGL renderer: Gallium 0.4 on AMD RS880, OpenGL version: 2.1 Mesa 7.12-devel (git-3560027), Linux 3.0.7 | 1944 FPS |
ATI Radeon Mobility X700 (PCIE) | Intel Pentium M 1.73GHz | X.Org 1.6.1 | ati | Yes | v1.2 | 1280×800 | 24 | Acer Laptop 5512WMLi / 1GB RAM | 1913 FPS |
ATI Technologies Inc M96 [Mobility Radeon HD 4650] | Intel Core 2 T9600 2.8Ghz | X.Org 1.6.5 | radeon | Yes | v1.2 | 1920×1080 | 24 | Sony Vaio VGN-FW51ZF (8 Gb RAM) | 1903 FPS |
ATI M24GL [Mobility FireGL V3200] | Intel Pentium M 2.13GHz | X.Org 1.5.2 | radeon | Yes | v1.2 | 1400×1050 | 24 | Thinkpad T43p | 1863 FPS |
ATI RV515 [Radeon X1300/X1550] | Intel Core2 6600 2.40GHz | X.Org 1.15.0 | ATI | Yes | v1.4 | 3840×1080 | 24 | 1856 FPS | |
ATI RV710 [Radeon HD 4350] | Intel Core2 Duo E8400 3.00GHz | X.Org 1.8.1.902 | ATI | Yes | v1.2 | 1680×1050 | 24 | 1855 FPS | |
AMD/ATI Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] | Intel Core i7 Q 740 1.73GHz | X.Org 1.15.1 | ATI | Yes | v1.4 | 1366×768 | 24 | 1820 FPS | |
ATI Radeon X1650 (RV535) | AMD Athlon 64 3500+ | X.Org 7.4 | radeon | Yes | v1.2 | 1600×1200 | 24 | Kernel 2.6.29, Mesa 7.4 | 1800 FPS |
ATI Radeon Mobility M6 LY | Intel PIII Mobile 1.2GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 16 | 1793 FPS | |
ATI RV620 LE [Radeon HD 3450] | AMD Phenom 9550 Quad-Core 2.2GHz | X.Org 1.13.0 | radeon | Yes | v1.4 | 1680×1050 | 24 | 1787 FPS | |
nVidia GeForce 9600 GT | AMD Phenom II 905e | X.Org 7.8.1 | nouveau | No | v1.4 | 3360×1050 | 24 | 1723 FPS | |
ATI RV280 [Radeon 9200 PRO] (Secondary) rev 1 | AMD Athlon XP 2276.464 MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 2560×1024 | 24 | 1719 FPS | |
ATI Radeon Mobility X1400 | Intel Core 2 T5600 1.83GHz | X.Server 1.5.2 | ATI | Yes | v1.2 | 1400×1050 | 24 | 1713 FPS | |
ATI Radeon R300 NG [FireGL X1] (rev 80) | Intel Itanium 2 “Madison” 1.5GHz (x2) | X.Org 1.10.4 | radeon | Yes | v1.4 | 1600×1200 | 24 | Gallium 0.4 on ATI R300, 2.1 Mesa 7.11, Linux 2.6.38, KMS enabled | 1701 FPS |
ATI RV350 AP [Radeon 9600] | AMD Athlon XP 2400+ | X.Org 1.6.0 | radeon | Yes | v1.2 | 1680×1050 | 24 | Ubuntu 9.04 | 1686 FPS |
ATI RV350 AP [Radeon 9600] rev 0 | Intel Pentium 4 CPU 1.90GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | FreeBSD 6.2, AGPMode=4, EnablePageFlip=yes | 1675 FPS |
ATI M96 [Mobility Radeon HD 4650] | AMD Turion X2 Dual-Core Mobile RM-75 550MHz | X.Org 1.7.5.902 | ati | Yes | 1.2 | 1366×768 | 24 | 1657 FPS | |
ATI M64-S [Mobility Radeon X2300] | Intel Core2 Duo CPU T7700 @ 2.40GHz | X.Org 1.6.0 | ati | Yes | v1.2 | 1920×1200 | 24 | 1631 FPS | |
ATI RV535 [Radeon X1650 (PCIE)] | Intel Core2 Quad Q9300 @ 2.50GHz | X.Org 1.7.7 | radeon | Yes | v1.2 | 1920×1200 | 24 | 1626 FPS | |
NVIDIA GF104 [GeForce GTX 460] (rev a1) | AMD Athlon 64 X2 Dual Core 3800+ | X.Org 1.15.1 | nouveau | Yes | v1.4 | 1920×1080 | 24 | 1622 FPS | |
AMD nee ATI Manhattan [Mobility Radeon HD 5430 Series] | Intel Pentium 4 CPU 3.00GHz | X.Org 1.12.4 | ati | Yes | v1.4 | 1280×1024 | 24 | 1618 FPS | |
ATI RV380 [Radeon X600 (PCIE)] | AMD Athlon 64 3800+ 1 GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 2048×1536 | 24 | 1616 FPS | |
Intel 82G33/G31 Express IGC (rev 02) | Intel Core2 Duo CPU E8400 3.00GHz | X.Org 1.6.4 | intel | Yes | v1.2 | 1920×1080 | 24 | 1611 FPS | |
Intel 82945G/GZ IGC (rev 02) | Intel 2140 1.60GHz | X.Org 1.4.99.905 | intel | Yes | v1.2 | 1024×768 | 24 | 1603 FPS | |
ATI Mobility Radeon 9000 performance | mobile AMD Athlon XP 2600+ (1994.506 MHz) | X.Org 7.1.1 | radeon | Yes | v1.2 | 1024×768 | 24 | 1596 FPS | |
AMD nee ATI Juniper [Radeon HD 5700 Series] | AMD FX 6100 | X.Org 1.12.1.902 | ati | Yes | v1.4 | 3200×1080 | 24 | 1591 FPS | |
ATI Technologies Inc M10 NQ [Radeon Mobility 9600] | AMD Athlon™ XP 2800+ | X.Org 7.2.0 | radeon | Yes | v1.2 (Mesa 7.0.1) | 1600×1200 | 24 | GARTSize=256, ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA, AGPMode=8, EnablePageFlip=On | 1580 FPS |
Intel G965 integrated X3000 GMA | Intel Core 2 Duo E6700 2.66GHz | X.Org 7.2.0 | intel | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI Intel(R) 965G 4.1.3002 (Intel 1.9.94 (==2.0 RC4)) | 1550 FPS |
ATI X300 | Intel Pentium 2.8GHz HT | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | 1550 FPS | |
AMD/ATI Seymour [Radeon HD 6400M/7400M Series] | Intel Core i3-2330M 2.20GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1366×768 | 24 | Asus X54HY (K54LY) laptop with Radeon HD 6470m | 1545 FPS |
Intel G965 integrated X3000 GMA | Intel Core 2 Duo E6700 2.66GHz | X.Org 7.2.0 | intel | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI Intel(R) 965G 4.1.3002 (i810 1.7.4) | 1540 FPS |
ATI M56GL [Mobility FireGL V5200] | Intel(R) Core Duo T2600 2.16GHz | X.Org 1.5.3 | radeon | Yes | v1.2 | 1600×1200 | 24 | T60p Thinkpad; Fedora 10; Mesa DRI R300 20060815 x86/MMX/SSE2 TCL | 1525 FPS |
Intel G965 integrated X3000 GMA | Intel Core 2 Duo E6700 2.66GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1600×1200 | 24 | Mesa DRI Intel(R) 965G 4.1.3002 (i810 1.6.5) | 1500 FPS |
ATI Radeon HD 3870 | AMD Phenom 9500 Quad-Core 1100 MHz | X.Org 1.7.3.902 | ati | Yes | v1.4 | 1280×1024 | 24 | 1495 FPS | |
Intel 82945G/GZ Integrated Graphics Controller (rev 02) | Intel Pentium D 3.40GHz (x2) | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×1024 | 24 | 1467 FPS | |
ATI Radeon R250 [Radeon Mobility 9200] (rev 02) | Intel Pentium M 1400MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1400×1050 | 24 | 1463 FPS | |
ATI Radeon Xpress 1250 | Intel T2080 1.73GHz x 2 | X.Org 1.6.4 | ati | Yes | v1.2 | 1280×800 | 24 | Samsung R40plus notebook | 1457 FPS |
ATI Manhattan [Mobility Radeon HD 5400 Series | Intel Core i3 CPU M 350 @ 2.27GHz | X.Org ? | ati | Yes | v1.4 | 1600×900 | 24 | 1451 FPS | |
ATI RV280 [Radeon 9200 PRO] (rev 01) | AMD Athlon XP 1600+ (1428.744 MHz) | X.Org 6.7.0 | radeon | Yes | v1.2 | 800×600 | 24 | AGPMode=4, EnablePageFlip=On | 1447 FPS |
ATI R200 BB [Radeon All in Wonder 8500DV] | AMD Athlon 1250.078 MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1152×864 | 24 | 1441 FPS | |
Intel 82G35 Express Integrated Graphics Controller (rev 03) (Asus P5E-VM MB) | Intel Core2 1.596 GHz | X.Org 7.2.0 | intel | Yes | v1.2 | 1920×1200 | 24 | 1441 FPS | |
Intel 82852/855GM Integrated Graphics Device (rev 02) | Intel Pentium M 1.70 GHz | X.Org 7.0.0 | intel | Yes | v1.2 | 1024×768 | 16 | 1433 FPS | |
ATI M9+ 5C61 [Radeon Mobility 9200 (AGP)] (rev 01) | Intel Pentium M processor 1.6GHz | X.Org 1.4.99.904 | ATI | Yes | v1.2 | 1280×1024 | 24 | 1418 FPS | |
[AMD] nee ATI RV770 [Radeon HD 4850] | AMD Phenom™ II X4 940 Processor | X.Org 1.12.0 | ATI | Yes | v1.2 | 1280×1024 | 24 | 1415 FPS | |
ATI Radeon 9100 IGP | Intel Pentium 4 3.0 GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1680×1050 | 24 | 1381 FPS | |
ATI Radeon Mobility M6 LY | Intel Pentium III Mobile 1.2 GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 24 | ATI card overclocked to 200MHz | 1368 FPS |
ATI Hemlock [Radeon HD 5900 Series] | AMD Phenom II X6 1055T 2.8Ghz | X.Org 1.13.0 | radeon | Yes | v1.4 | 1920×1080 | 24 | 1340 FPS | |
Intel 4 Series IGC (rev 03) | Intel Core2 CPU 6600 @ 2.40GHz | X.Org 1.7.7 | intel | Yes | v1.2 | 1024×768 | 24 | GMA X4500 | 1332 FPS |
ATI RV280 [Radeon 9200 PRO] (rev 01) | AMD Athlon 64 3200+ | X.Org 7.0.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 1300 FPS | |
Radeon 9600SE AGP8 - RV350 | Pentium 4 HT 2.81GHz | X.Org 7.0.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | Mesa DRI R300 20040924 AGP 8x TCL; ColorTiling=on, EnablePageFlip=on, AccelMethod=XAA | 1299 FPS |
nVidia 9600GT | Phenom II 905e | X.Org 1.10.0 | nouveau | Yes | v1.4 | 2x1680x1050 | 24 | Running GNOME 3. When running GNOME 2 the framerate is near 1800 FPS | 1262 FPS |
AMD/ATI RS780 [Radeon HD 3200] | AMD Turion X2 Ultra Dual-Core Mobile ZM-84 2.3Gz | X.Org 1.15.1 | ati | Yes | v1.4 | 1920×1080 | 24 | 1245 FPS | |
Intel 82Q963/Q965 IGC (rev 02) | Intel Core 2 1.6 GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×1024 | 24 | 1233 FPS | |
ATI Radeon Mobility M6 LY | Intel Pentium III Mobile 1.2 GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 16 | 1228 FPS | |
AMD/ATI RS880M [Mobility Radeon HD 4225/4250] | AMD V120 2.2GHz | X.Org 1.15.1 | ati | Yes | v1.4 | 1366×768 | 24 | ubuntu 14.04 on Toshiba satellite C650D notebook | 1224 FPS |
ATI Radeon HD 3870 | Intel Core2 Quad CPU Q6600 2.40GHz | X.Org 1.7.5.902 | ati | Yes | v1.4 | 1920×1080 | 24 | 1209 FPS | |
ATI Radeon RV250 [Mobility FireGL 9000] (rev 02) | Intel Pentium M 1.80GHz | X.Org 7.3.0 | radeon | Yes | v1.2 | 1400×1050 | 24 | Dell D600 Laptop | 1198 FPS |
AMD/ATI Cedar [Radeon HD 5000/6000/7350/8350 Series] | Intel Core i5 CPU 3.2GHz | X.Org 1.16.1 | ati | Yes | v1.4 | 3040×900 | 24 | 1142 FPS | |
ATI M92 [Mobility Radeon HD 4500 Series] | Intel Core i3 M350 2.27GHz | X.Org 1.9.4 | radeon | Yes | v1.4 | 1920×1080 | 24 | Dell Studio 1556 Laptop | 1140 FPS |
ATI RV370 5B60 [Radeon X300 (PCIE)] | AMD Athlon™ 64 X2 4200+ (1GHz) | X.Org 1.4.2 | radeon | Yes | v1.2 | 1400×1050 | 24 | compiz off, kernel Linux 2.6.26-1-amd64 | 1139 FPS |
Intel Mobile 4 IGC (rev 07) | Intel Core2 Duo CPU P8400 2.26GHz x2 | X.Org 1.4.2 | intel | Yes | v1.2 | 1280×800 | 24 | 1138 FPS | |
ATI RV200 [Radeon Mobility 7500 (M7)] | Intel Pentium 4 2.00GHz | X.Org 6.8.2 | radeon | Yes | v1.2 Mesa 6.2.1 | 1400×1050 | 24 | 1136 FPS | |
AMD nee ATI RV516 XT Radeon X1600 Series | Intel Pentium 4 CPU 3.00GHz | X.Org 1.12.4 | ati | Yes | v1.4 | 1280×1024 | 24 | Linux 3.2.0-4-686-pae | 1119 FPS |
Intel 945GM | Intel 2 GHz (x2) | X.Org 7.2.0 | intel | Yes | v1.2 | 1680×1050 | 24 | 1100 FPS | |
ATI RV380 0x3e50 [Radeon X600] | Intel Celeron D 1.60GHz | X.Org 1.6.0 | radeon | Yes | v1.2 | 1024×768 | 24 | 1097 FPS | |
ATI RS482 [Radeon Xpress 200M] | AMD Turion 64 X2 Mobile Technology TL-56 800 MHz | X.Org 1.6.3 | ati | Yes | v1.2 | 1280×800 | 24 | 1079 FPS | |
ATI Radeon 9100 IGP | Intel Pentium 4 2.80GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 1077 FPS | |
ATI RV350 AR [Radeon 9600] | Intel Pentium III 735MHz | X.Org 7.3.0 | radeon | Yes | v1.2 | 1280×768 | 24 | 1073 FPS | |
Intel 82G33/G31 Express IGC (rev 02) | Intel Core2 Duo E8400 3 GHz | X.Org 1.5.2 | intel | Yes | v1.2 | 1280×1024 | 24 | 1058 FPS | |
ATI RV280 [Radeon 9200 PRO] (rev 01) | AMD Athlon XP 2600+ 1913.233 MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | 1053 FPS | |
nVidia Corporation (G70) GeForce 7600 GS rev a1 | AMD Athlon64 3800+ 2.4GHz | X.Org 7.2.0 | nv | No | v1.2 | 1024×768 | 24 | 1051 FPS | |
Intel 945GM/GMS/940GML Express Graphics Controller (rev 03) | Intel Core 2 Duo T5500 1.66 GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×800 | 24 | 1049 FPS | |
ATI RS780C [Radeon HD 3100] | AMD Athlon II X2 215 2.7GHz | X.Org 1.11.3 | ati | Yes | v1.2 | 1920×1080 | 24 | 1028 FPS | |
ATI Mobility Radeon X1400 | Intel Core 2 Duo T7200 2.0GHz | Xserver 1.5.3 | radeon | Yes | v1.2 | 1280×800 | 24 | 1026 FPS | |
ATI Technologies Inc Redwood - Radeon HD 5600 Series | Intel Core i5 M450 2.4GHz | X.Org 1.10.4 | ati | Yes | v1.4 | 1920×1080 | 24 | 1017 FPS | |
ATI RV350 AQ [Radeon 9600] | Intel Celeron 2.40GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | AGPMode=8 EnablePageFlip=on | 1000 FPS |
Graphics Card | CPU | X version | Driver-Name | DRI? | GLX Server | Resolution | Depth | Notes | glxgears FPS |
Graphics Card | CPU | X version | Driver-Name | DRI? | GLX Server | Resolution | Depth | Notes | glxgears FPS |
---|---|---|---|---|---|---|---|---|---|
ATI RC410 [Radeon Xpress 200] | Intel Pentium D 2.66GHz | X.Org 7.3.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 987 FPS | |
Intel 915GM/GMS/910GML Express Graphics Controller (rev 04) | Intel Pentium 1.86GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×800 | 24 | 975 FPS | |
VIA Technologies, Inc. P4M890 [S3 UniChrome Pro](rev 01) | Intel Celeron D 1.60GHz | X.Org 1.6.0 | via | Yes | v1.2 | 1024×768 | 24 | 961 FPS | |
ATI RV280 [Radeon 9200] | Mac Mini PowerPC 1416.666661MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1280×1024 | 24 | AGPMode=4 EnablePageFlip=On | 959 FPS |
ATI RV610 [Radeon HD 2400 PRO] | Intel Pentium 4 CPU 3.20GHz | X.Org 1.7.5 | ATI | Yes | v1.2 | 1280×1024 | 24 | 918 FPS | |
Intel 82865G Integrated Graphics Controller (rev 02) | Intel Pentium 4 2.80GHz x2 | X.Org 7.3.0 | intel | Yes | v1.2 | 1024×768 | 24 | 903 FPS | |
ATI RS480 [Radeon Xpress 200G] | AMD Athlon 64 Processor 3200+ | X.Org 1.6.4 | ATI | Yes | v1.2 | 1024×768 | 24 | 900 FPS | |
ATI RV410 [Radeon X700 Pro (PCIE)] | AMD Athlon™ XP 2400+ | X.Org 1.10.1 | ATI | Yes | v1.4 | 1280×1024 | 24 | 894 FPS | |
ATI RV770 [Radeon HD 4870] | AMD Athlon 64 X2 Dual Core 4200+ 2.2GHz | X.Org 1.7.7 | ATI | Yes | v1.2 | 1440×900 | 24 | 892 FPS | |
Intel 915GM/GMS/910GML Express Graphics Controller (rev 03) | Intel Pentium M 1.60GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×800 | 24 | 880 FPS | |
Intel Mobile GM965/GL960 IGC (rev 0c) | Intel Core 2 Duo 1.60GHz (x2) | X.Org 1.5.3 | intel | Yes | v1.2 | 1024×768 | 24 | Lenovo X61 Tablet, XvMC disabled | 871 FPS |
Intel 82865G Integrated Graphics Controller (rev 02) | Intel Pentium 4 CPU 3.00GHz (x2) | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×1024 | 24 | 866 FPS | |
Intel 82G35 Express IGC (rev 03) | Intel Core2 Duo E7200 2.53GHz | X.Org 1.7.6 | intel | Yes | v1.2 | 1920×1200 | 24 | 866 FPS | |
ATI Radeon Mobility M6 LY | Intel Pentium III Mobile 1.2 GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1024×768 | 24 | 857 FPS | |
Intel 915GM/GMS/910GML Express Graphics Controller (rev 03) | Intel Celeron M 1.50GHz | X.Org 7.2.0 | intel | Yes | v1.2 | 1280×800 | 24 | 850 FPS | |
NVIDIA C79 [GeForce G102M] (rev b1) | Intel Core2 Duo P7450 2.13GHz | X.Org 1.11.3 | nouveau | Yes | v1.4 | 1366×768 | 24 | Linux 3.8.0-39-generic | 846 FPS |
Intel GM45 Express Chipset | Intel Pentium Dual CPU T3400 @ 2.16GHz | X.Org 1.7.1 | intel | Yes | v1.4 (2.1 Mesa 7.7-devel) | 1280×800 | 24 | Fedora 12 x86_64 on Lenovo 3000 N500 laptop | 824 FPS |
ATI Radeon 9250 | AMD Opteron 250 2405 (x2) | X.Org 6.8.0 | radeon | No | v1.2 (Mesa 6.1) | 1600×1200 | 16 | AGPMode=4 EnablePageFlip=On | 816 FPS |
nVidia G96M [Quadro FX 770M] (rev a1) | Intel Core 2 Duo P8600 2.40GHz | X.Org 1.10.1 | nouveau | Yes | v1.4 | 1440×900 | 24 | 808 FPS | |
Intel Mobile GM965/GL960 IGC (rev 0c) | Intel Core 2 Duo T5750 2.00GHz | X.Org 7.3 | intel | Yes | v1.2 | 1280×800 | 24 | 799 FPS | |
Intel Mobile GM965/GL960 IGC (rev 0c) | Intel Core 2 Duo T7500 2.20GHz | X.Org 1.5.99.3 | intel | Yes | v1.2 | 1280×800 | 24 | 796 FPS | |
ATI Rage 128 Mobility M3 AGP 2x (rev 02) | Intel Pentium III 697.496 MHz | X.Org 7.0.0 | r128 | Yes | v1.2 | 1600×1200 | 16 | 785 FPS | |
nVidia GeForce Go 7200 (rev a1) | AMD Turion™ 64 X2 Mobile Technology TL-60 2GHz | X.Org 7.2.0 | nv | No | v1.2 | 1280×800 | 16 | 781 FPS | |
ATI Radeon RC410 [Radeon Xpress 200M] | Intel T2050 1.60GHz (x2) | X.Org 1.5.2 | radeon | Yes | v1.2 | 1280×768 | 24 | 776 FPS | |
Intel Mobile 945GM/GMS, 943/940GML Express IGC (rev 03) | Intel T2250 1.73GHz (x2) | X.Org 7.3.0 | intel | Yes | v1.2 | 1280×800 | 24 | 766 FPS | |
ATI Radeon RV200 QW [Radeon 7500] | Intel Pentium 4 CPU 2.40GHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 2560×1024 | 24 | 753 FPS | |
Intel 915GM/GMS/910GML Express (rev 03) | Intel Pentium M 1.73GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1024×768 | 24 | 750 FPS | |
AMD ATI R250 If [Radeon 9000] (rev 01) | Intel Pentium III (Katmai) 551.25 MHz | X.Org 1.11.4 | ATI | Yes | v1.2 | 1280×1024 | 24 | 740 FPS | |
Intel 82865G IGC (rev 02) | Intel Pentium 4 CPU 3.20GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×1024 | 24 | 735 FPS | |
ATI [Radeon HD 5000M Series] (5650) | Intel Core i7 CPU Q720 @ 1.60GHz | X.Org 1.11.3 | radeon | No | v1.4 | 1366×768 | 24 | HP dv6 3038ss, GNU/Linux Parabola with Linux 3.1.5-1-LIBRE and XFCE 4.8 Mesa 7.11.2 | 722 FPS |
ATI Technologies Inc Wrestler [Radeon HD 6310] | AMD E-350 1.6GHz | X.Org 1.10.4 | radeon | Yes | v1.4 | 1920×1080 | 24 | AKA AMD fusion, OpenGL renderer: Gallium 0.4 on AMD PALM, OpenGL version: 2.1 Mesa 7.11, Linux 3.0.6 | 714 FPS |
ATI RV350 AP [Radeon 9600] rev 0 | Intel Pentium 4 CPU 1.90GHz | X.Org 6.9.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | FreeBSD 6.1 | 713 FPS |
nVidia Corporation G84 [GeForce 9500M GS] (rev a1) | Intel Core2 Duo 2GHZ | X.Org 1.11.4 | nouveau | Yes | v1.4 | 1280×800 | 24 | 707 FPS | |
ATI Radeon RV100 QY [7000/VE] | AMD Athlon XP 1600+ (1.045Mhz) | X.Org 7.0.0 | radeon | Yes | v1.2 | 1280×1024 | 16 | 700 FPS | |
ATI M64-S [Mobility Radeon X2300] | Intel Core2 Duo CPU T7500 2.20GHz | X.Org 7.3.0 | radeon | Yes | v1.2 | 1024×768 | 24 | 697 FPS | |
Intel 82865G IGC (rev 02) | Intel Pentium 4 CPU 2.60GHz x2 | N/A | mga | Yes | v1.2 | 1280×1024 | 24 | 695 FPS | |
Intel 82852/855GM IGC (rev 02) | Intel Pentium M 1.7 GHz | X.org 1.3.0 | intel | Yes | v1.2 | 1280×768 | 24 | 687 FPS | |
Matrox G550 AGP (rev 1) | Intel Pentium 4 2.8 GHz (x2) | XFree86 4.3.0 | mga | Yes | v1.2 | 1280×1024 | 16 | AGPMode=4 | 685 FPS |
ATI RV280 [Radeon 9200 SE] (rev 01) | Intel Pentium 4 CPU 2.40GHz (x2) | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 673 FPS | |
Intel Mobile 945GM/GMS, 943/940GML Express IGC (rev 03) | Intel Celeron M 520 1.60GHz | X.Org 1.7.6 | intel | Yes | v1.2 (Mesa 7.7.1) | 1280×800 | 24 | Acer Aspire 5310 laptop 2GB RAM Ubuntu 10.04 Linux 2.6.32-31-generic (at higher priority - 734,8 FPS) | 673 FPS |
nVidia NV44 [GeForce 6200 TurboCache] (rev a1) | AMD Athlon™ 64 Processor 3000+ 1 GHz | X.Org 1.4.2 | nouveau | No | 1.4 (2.1 Mesa 7.0.4) | 1680×1050 | 24 | 660 FPS | |
Matrox G400/G450 (rev 82) | AMD Athlon 64 Processor 3000+ (1.8Ghz) | XFree86 4.3.0.1 | mga | Yes | v1.2 | 1280×1024 | 16 | 650 FPS | |
ATI RC410 [Radeon Xpress 200] | Pentium D CPU 2.66 GHz (2.8GHz) | X.org 1.3.0 | Radeon | No | v1.2 | 1280×1024 | 24 | It feels more like ~10FPS | 648 FPS |
Intel GM45 Mobile 4 Series IGC (rev 07) | Intel Pentium Dual-Core T4300 2.10GHz | X.Org 1.7.7 | intel | Yes | v1.2 | 1366×768 | 24 | Intel Graphics Media Accelerator 4500MHD / HP Pavilion Laptop DM3-1060SA/EA / Debian SID | 627 FPS |
Intel 915GM/GMS/910GML Express (rev 03) | Intel Pentium M processor 1.60GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1280×800 | 24 | 618 FPS | |
nVidia G70 [GeForce 7300 GT] (rev a1) | AMD Athlon 64 3000+ 1 GHz | X.Org 1.4.2 | nouveau | Yes | v1.2 | 1440×900 | 24 | 611 FPS | |
Intel 915GM/GMS/910GML Express (rev 03) | Intel Pentium M .60GHz | X.Org 7.3.0 | xf86-video-intel | Yes | v1.2 | 1440×900 | 24 | 590 FPS | |
ATI Radeon Mobility M6 | Intel Celeron 866MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 1024×768 | 24 | 581 FPS | |
nVidia NV34 [GeForce FX 5200] (rev a1) | AMD Athlon 64 X2 Dual Core 3800+ 2GHz | X.Org 1.7.7 | nouveau | Yes | v1.2 | 1680×1050 | 24 | 577 FPS | |
Intel 82852/855GM IGD (rev 02) | Intel Pentium M processor 1.10GHz | XFree86 4.3.0.1 | intel | Yes | v1.2 | 1280×768 | 24 | 574 FPS | |
Intel 82830M (830M GMCH) SVGA | Mobile Intel Pentium III CPU - M 1200MHz | X.Org 6.9.0 | intel | Yes | v1.2 | 1024×768 | 16 | FreeBSD | 571 FPS |
ATI Radeon RV100 QY [7000/VE] | AMD Athlon XP 1600+ (1.045Mhz) | X.Org 7.0.0 | radeon | Yes | v1.2 | 1280×1024 | 24 | 569 FPS | |
ATI Radeon RV100 QY | Intel Celeron 2.40 GHz | X.Org 7.0.0 | radeon | Yes | v1.2 | 1600×1200 | 16 | AGPMode=4 EnablePageFlip=On | 566 FPS |
ATI Radeon 2100 | AMD Athlon Dual Core Processor 4850e 1 GHz | X.Org 1.6.0 | ati | Yes | v1.2 | 1680×1050 | 24 | Ubuntu 9.04 (jaunty) 64bit version | 564 FPS |
nVidia Corporation G98 [GeForce 9300 GS] (rev a1) | Intel Core2 Duo CPU E8200 @ 2.66GHzX.Org | X.Org 1.10.1 | nouveau | Yes | v1.4 | 1280×1024 | 24 | 557 FPS | |
nVidia Corporation G80 [GeForce 8800 GTS] (rev a2) | Intel Core2 Duo CPU E8200 @ 2.66GHzX.Org | X.Org 1.10.1 | nouveau | Yes | v1.4 | 1280×1024 | 24 | 541 FPS | |
Intel 82830 CGC (rev 4) | Mobile Intel Pentium III 1.2 GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1024×768 | 16 | 534 FPS | |
Intel 82945G/GZ IGC (rev 02) | Intel Pentium D CPU 3.00GHz x2 | X.Org 1.6.3.901 | intel | Yes | v1.2 | 1280×1024 | 24 | Fedora 11 | 532 FPS |
ATI Hemlock [Radeon HD 5900 Series] | AMD Phenom™ II X6 1055T 2.8GHz | X.Org 1.13.0 | ati | Yes | v1.4 | 1920×1080 | 24 | 521 FPS | |
nVidia NV34M [GeForce FX Go5200 64M] (rev a1) | Mobile Intel Pentium 4 CPU 2.66GHz | X.Org 1.10.3 | nouveau | Yes | v1.4 | 1024×768 | 24 | 519 FPS | |
Asus Radeon 9550 | AMD Sempron™ 2600+ 1.8GHz | X.Org 1.5.2 | ati | Yes | v1.2 | 1280×1024 | 24 | 507 FPS | |
nVidia Corporation GT218 [GeForce 210] (rev a2) | Intel Core2 Duo CPU E8200 @ 2.66GHz | X.Org 1.10.1 | nouveau | Yes | v1.4 | 1280×1024 | 24 | 507 FPS | |
ATI RV280 [Radeon 9200] rev 1 | AMD Athlon XP 2276.464 MHz | X.Org 7.1.1 | radeon | Yes | v1.2 | 2650×1024 | 24 | 503 FPS | |
ATI RS485 [Radeon Xpress 1100 IGP] | AMD Turion™ 64 X2 Mobile Technology TL-52 x2 1.6GHz | X.Org 1.3.0 | radeon | No | v1.2 | 1400×1050 | 24 | HP Compaq nx6325, glx vendor string: SGI, OpenGL version string: 1.4 (2.1 Mesa 7.0.1), looks like 10FPS | 501 FPS |
ATI RS485 [Radeon Xpress 1100 IGP] | AMD Turion 64 Mobile Technology TL-50 x2 1.6GHz | X.Org 7.2.0 | radeon | Yes | v1.2 | 1280×800 | 24 | 487 FPS | |
ATI RS482 [Radeon Xpress 200M] | AMD Turion 64 x2 2.00 GHz | X.Org 1.6.0 | radeon | Yes | v1.2 | 1280×800 | 24 | Acer Aspire laptop | 485 FPS |
S3 Inc. SuperSavage IX/C SDR (rev 05) | Mobile Intel Pentium III CPU - M 1200MHz | X.Org 7.1.1 | savage | Yes | v1.2 | 1280×1024 | 16 | Mesa DRI SuperSavage 20050829 AGP 1x x86/MMX/SSE | 482 FPS |
VIA Technologies KM400/KN400/P4M800 [S3 UniChrome] (rev 01) | AMD Sempron™ 2200+ | X.Org 7.3 | via | Yes | v1.2 | 1280×960 | 24 | kernel Linux 2.6.26-1-vserver-686 | 477 FPS |
Intel Mobile 4 IGC (rev 07) | Intel Core2 Duo T5800 2.00GHz | X.Org 1.6.5 | intel | Yes | v1.2 | 1366×768 | 24 | compiz enabled | 475 FPS |
ATI M9+ 5C61 [Radeon Mobility 9200 (AGP)] (rev 01) | Intel(R) Pentium(R) M processor 1.70GHz | X.org 1.10.4 | ATI | Yes | v1.4 | 1280×800 | 24 | 475 FPS | |
ATI RS200/RS200M AGP [IGP 340M] (rev 02) | Intel Celeron 1.60 GHz | X.Org 7.0.0 | radeon | Yes | v1.2 | 1024×768 | 24 | AGPMode=4 EnablePageFlip=On | 464 FPS |
nVidia G70 [GeForce 7600 GS] (rev a1) | Intel Core 2 1.86 GHz | X.Org 1.4.0 | nouveau | No | 1.4 (2.1 Mesa 7.0.3-rc2) | 1920×2100 | 24 | 1:0.0.10~git20081013-0~ppa1~hardy nouveau driver | 414 FPS |
ATI Radeon Mobility M6 LY | Intel Pentium III Mobile 1.2 GHz | X.Org 1.6.0 | ati | Yes | v1.2 | 1024×768 | 24 | using XAA | 402 FPS |
Matrox MGA G400/G450 (rev 03) | AMD Athlon Thunderbird 1Ghz | X.Org 7.0.0 | mga | Yes | v1.2 | 1280×1024 | 24 | 385 FPS | |
ATI RC410 [Radeon Xpress 200M] | Intel T2050 1.60GHz (x2) | X.Org 7.3.0 | radeon | No | v1.2 | 1280×768 | 24 | 385 FPS | |
Matrox MGA G400 (rev 04) | Intel Pentium III 1 GHz (x2) | X.Org 7.1.1 | mga | Yes | v1.2 | 1280×1024 | 24 | 368 FPS | |
ATI Radeon Xpress 1250 | Intel T2080 1.73GHz | X.Org 1.6.0 | ati | Yes | v1.2 | 1280×800 | 24 | Samsung R40plus | 360 FPS |
NVIDIA Corporation GF108GLM [NVS 5200M] (rev a1) | Intel Core i5-3230M 2.6GHz | X.Org 1.14.5 | nouveau | Yes | 1.4 | 1366×768 | 24 | Linux 3.12.6-1-ARCH | 358 FPS |
ATI Cypress [Radeon HD 5800 Series] | AMD Phenom™ II X4 965 3.4 GHZ | X.Org 1.9.3 | ati | Yes | v1.4 | 1920×1080 | 24 | SUSE 11.4, kernel 2.6.38 | 358 FPS |
ATI RS690M [Radeon X1200 Series] | AMD Turion 64 X2 Mobile Technology TL-60 | X.Org 1.6.5 | ati | Yes | v1.2 | 1280×800 | 24 | Linux 2.6.32.11-pclos2.bfs | 358 FPS |
Matrox MGA G550 AGP (rev 01) | AMD Athlon 1333.264 MHz | X.Org 1.4.2 | mga | Yes | v1.2 | 1280×1024 | 24 | 350 FPS | |
ATI RV610 [Radeon HD 2400 PRO] | Intel Pentium 4 3.00GHz x2 | X.Org 1.6.5 | ati | Yes | v1.2 | 1680×1050 | 24 | 344 FPS | |
ATI RS780M/RS780MN [Radeon HD 3200 Graphics] | AMD Turion X2 Dual-Core Mobile RM-74 | X.Org 1.10.3 | ati | Yes | v1.4 | 1366×768 | 24 | 336 FPS | |
Intel Mobile 945GM/GMS, 943/940GML Express IGC (rev 03) | Intel Core Duo 1.83 GHz | X.Org 1.5.3 | intel | Yes | v1.2 | 1280×800 | 24 | Asus Laptop running Fedora 10, Legacy3D=True AccelMethod=EXA | 333 FPS |
nVidia Quadro NVS 290 (rev a1) | Intel Core2 Duo E6750 2.66GHz | X.Org 1.5.3 | nv | No | v1.2 | 1920×1200 | 24 | 331 FPS | |
S3 86C270-294 Savage/IX-MV (rev 13) | Intel Pentium III 896.120 MHz | X.Org 7.2 | S3 Savage | Yes | v1.2 | 1024×768 | 24 | IBM T22 Laptop | 326 FPS |
ATI Radeon RV100 QY [Radeon 7000/VE] | AMD Sempron™ Processor 2800+ 1.6 GHZ | X.Org 1.3.0 | radeon | Yes | v1.2 | 1024×768 | 24 | 323 FPS | |
ATI RV280 [Radeon 9200 SE](rev 01) | Intel Pentium II 267 MHz | X.Org 1.6.1 | radeon | Yes | v1.2 | 1024×768 | 24 | 313 FPS | |
ATI Radeon HD 3200 | AMD Athlon 64 X2 Dual Core 5200+ | X.Org 1.6.0 | radeonhd | Yes | v1.2 | 1024×768 | 24 | FreeBSD 7.2-Release | 306 FPS |
ATI RS485 [Radeon Xpress 1100 IGP] | AMD Turion™ 64 X2 Mobile Technology TL-52 x2 800MHz | X.Org 1.3.0 | radeon | No | v1.2 | 1400×1050 | 24 | HP Compaq nx6325, glx vendor string: SGI, OpenGL version string: 1.4 (2.1 Mesa 7.0.1), looks like 10FPS | 295 FPS |
nVidia GeForce FX Go5200 rev a1 | Intel Pentium M 1.60 GHz | X.Org 7.1.3 | nv | No | v1.2 (Mesa 6.5.2) | 1920×1200 | 24 | 294 FPS | |
nVidia NV44 [GeForce 7100 GS] (rev a1) | AMD Athlon 64 Processor 3200+ 1 GHz | X.Org 1.10.1 | nouveau | Yes | v1.4 | 1680×1050 | 24 | 290 FPS | |
Intel 82830 CGC (rev 04) | Mobile Intel Pentium III M 1.2GHz | X.Org 7.1.1 | intel | Yes | v1.2 | 1024×768 | 24 | 285 FPS | |
ATI Redwood [Radeon HD 5600 Series] (5650) | Intel Core i5 M 430 2.27GHz | X.Org 1.10.3.902 | ATI | Yes | v1.4 | 1366×768 | 24 | Sony Vaio E, Xorg Edgers PPA, Ubuntu 11.04 | 249 FPS |
nVidia Corporation NV18 [GeForce4 MX nForce GPU] (rev a3) | AMD Athlon XP 1500+ 1.3GHz | X.Org 1.7.6 | nouveau | Yes | v1.2 | 1024×768 | 24 | 244 FPS | |
ATI RS482 [Radeon Xpress 200M] | AMD Athlon 64 X2 TK-53 1.7GHz | X.Org 1.10.4 | ATI | Yes | v1.4 | 1280×800 | 24 | 242 FPS | |
Intel Mobile GM965/GL960 IGC (rev 03) | Intel Pentium Dual CPU T2370 1.73GHz | X.Org 1.7.7 | intel | Yes | v1.2 | 1280×800 | 24 | 242 FPS | |
ATI Radeon RV100 QY [Radeon 7000/VE] | Intel Xeon 2.80 GHz (x4) | X.Org 6.8.2 | radeon | No | v1.2 (Mesa 6.2.1) | 1024×768 | 24 | 240 FPS | |
ATI RS690 [Radeon X1200 Series] | AMD Athlon 64 X2 Dual Core 3600+ 1 GHz | X.Org 1.7.6 | ati | Yes | v1.2 | 1280×1024 | 24 | 240 FPS | |
Matrox G550 AGP 4x 32mb | AMD Athlon 64 3500+ | X.Org 7.2.0 | mga | Yes | v1.2 | 1600×1200 | 24 | Kernel 2.6.25, Mesa 6.5.2 | 230 FPS |
Intel Mobile 945GM/GMS/940GML Express IGC (rev 03) | Intel Core Duo U2500 1.20GHz | X.Org 7.1.1 | intel | No | v1.2 | 1280×800 | 24 | DRI is enabled in xorg.conf | 225 FPS |
ATI Rage XL (rev 27) | Intel Pentium III 794.770MHz (x2) | X.Org 7.3.0 | atimisc | No | v1.2 | 800×600 | 16 | 223 FPS | |
ATI Rage II+DVD [Mach64 GTB] | Intel Pentium Dual Core E2160 3Ghz | X.Org 7.2.0 | atimisc | No | v1.2 | 1024×768 | 16 | Mesa 6.5.2 | 220 FPS |
Matrox G450 PCI 32mb | Intel Pentium Dual Core E2160 3Ghz | X.Org 7.2.0 | mga | Yes | v1.2 | 1024×768 | 24 | Mesa 6.5.2 | 220 FPS |
nVidia GeForce MX/MX400 (rev b2) | AMD Athlon XP 1800+ 1533.594 MHz | X.Org 7.1.1 | nv | No | v1.2 | 1600×1200 | 24 | 186 FPS | |
Matrox MGA G550 AGP (rev 01) | AMD Athlon XP 2600+ 1913.644 MHz | X.Org 7.0.0 | mga | No | v1.2 (Mesa 6.5.1) | 1280×1024 | 24 | 178 FPS | |
ATI M52 [ATI Mobility Radeon X1300] | Intel Core 2 CPU 1.83 GHz | X.Org 7.2.0 | radeon | No | v1.4 (Mesa 6.5.2) | 1280×800 | 24 | 162 FPS | |
Matrox Millennium G400 AGP (rev 4) | Intel Pentium III 870.366 MHz | XFree86 4.3.0 | mga | No | v1.2 (Mesa 4.0.4) | 1600×1200 | 24 | 155 FPS | |
Matrox MGA G400/G450 (rev 82) | AMD Athlon 64 3000+ 2GHz | X.Org 7.3.0 | mga | No | v1.2 (Mesa 7.0.1) | 1280×1024 | 24 | 133 FPS | |
nVidia GeForce FX Go5200 rev a1 | Intel Pentium M 1.60 GHz | X.Org 7.0.0 | nv | No | v1.2 (Mesa 6.4.2) | 1920×1200 | 24 | 130 FPS | |
ATI Radeon RV100 QY [Radeon 7000/VE] | Intel Pentium 4 2.80 GHz | X.Org 1.5.2 | radeon | Yes | v1.2 | 1024×768 | 24 | 124 FPS | |
ATI Mobility Radeon HD 3430 (Device 95c2) | Pentium Dual-Core T4200 2.00 GHz | X.Org 1.10.0.902 | ATI | Yes | v1.4 | 1280×800 | 24 | 121 FPS | |
ATI RV630 PRO AGP [Radeon HD 2600 PRO AGP] | Intel Pentium 4 2.00 GHz | X.Org 1.5.2 | radeon | Yes | v1.2 | 1024×768 | 24 | 100 FPS | |
ATI RS690M [Radeon X1200 Series] | AMD Athlon TF-20 800 MHz | X.Org 1.12.3 | ATI | Yes | v1.4 | 1136×768 | 24 | 95 FPS | |
ATI RS690M [Radeon X1200 Series] | AMD Athlon 64 X2 Dual-Core TK-57 1.9 GHz | X.Org 1.11.0 | ATI | Yes | v1.4 | 1280×800 | 24 | 86 FPS | |
Intel 82865G IGC (rev 02) | Intel Celeron 2.40 GHz | X.Org 1.9.0 | intel | Yes | v1.4 | 1152×864 | 24 | Ubuntu 10.10 under Metacity | 75 FPS |
Intel Mobile 4 Series IGC (rev 07) | Intel Core Duo P8600 2.40GHz | X.Org 1.5.99.902 | intel | Yes | v1.2 | 1680×1050 | 24 | system is using DRI2 | 58 FPS |
Graphics Card | CPU | X version | Driver-Name | DRI? | GLX Server | Resolution | Depth | Notes | glxgears FPS |
Below are links to other pages that have collect DRI/3D acceleration benchmarks that may be of interest.
The contents of the website may be freely shared and used under the terms of the Creative Commons attribution-sharealike 3.0 license. The benchmark script itself is in the public domain.
Here are a few key phrases to help search engines get us indexed in the right place. Linux 3D Acceleration. Linux OpenGL support. Linux video driver performance. Free Software 3D Acceleration. X.Org DRI support. Direct Rendering Infrastructure support. Open Source 3D Acceleration. Accelerated 3D Graphics. Mesa OpenGL Emulation.