LWN: Comments on "2009 Linux Graphics Survey Results (Phoronix)" https://lwn.net/Articles/365668/ This is a special feed containing comments posted to the individual LWN article titled "2009 Linux Graphics Survey Results (Phoronix)". en-us Sun, 09 Nov 2025 12:39:10 +0000 Sun, 09 Nov 2025 12:39:10 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net radeon https://lwn.net/Articles/366352/ https://lwn.net/Articles/366352/ anton The <a href="http://groups.google.com/group/comp.os.linux.hardware/browse_thread/thread/10254909f11b2834/9230a88c77a64d0c#9230a88c77a64d0c">radeon driver has worked nicely with 3D acceleration on R300 based cards</a> for a long time; also on R400 and more recently on r500 cards (hmm, it does not work at the moment on my R500-based X1650Pro; the Xorg log says I should use EXA for direct rendering, but I would have to set up an xorg.conf file first, and it's not important enough for me right now). Sat, 12 Dec 2009 20:23:00 +0000 radeon - evergreen (aka r8xx) status https://lwn.net/Articles/366181/ https://lwn.net/Articles/366181/ rfunk <div class="FormattedComment"> Great, that's good to know! Thanks!<br> </div> Fri, 11 Dec 2009 12:52:45 +0000 radeon - evergreen (aka r8xx) status https://lwn.net/Articles/366148/ https://lwn.net/Articles/366148/ bridgman <div class="FormattedComment"> <font class="QuotedText">&gt;&gt;The only problem is that in a year we'll have r800 cards supplanting the</font><br> r700s (as r700 is currently supplanting r600), and I haven't heard anything<br> about open specs or drivers for those.<br> <p> Alex (agd5f) has been working on Evergreen support for a while; he got analog VGA working quickly but had no luck with digital outputs (DVI, HDMI etc.). We decided to start IP review of the current patches a few days ago anyways - no ETA yet, but I should know better once we get some HDMI audio and 6xx/7xx power management info out. We want to get that out first in order to hit the 2.6.33 merge window.<br> <p> As of a few minutes ago it looks like agd5f may have found the problem with digital output code. Keep fingers crossed.<br> </div> Fri, 11 Dec 2009 01:07:03 +0000 radeon https://lwn.net/Articles/365908/ https://lwn.net/Articles/365908/ rfunk <div class="FormattedComment"> I didn't say I was surprised; I said it's sad.<br> <p> And I'd argue with you on the "most stable" and possibly even "most <br> features", because of the Intel driver's support among the kernel and X <br> developers.<br> <p> Nvidia is popular because of its 3D performance and its existing market <br> share in the wider market.<br> </div> Wed, 09 Dec 2009 16:30:44 +0000 radeon https://lwn.net/Articles/365903/ https://lwn.net/Articles/365903/ tetromino <div class="FormattedComment"> <font class="QuotedText">&gt; It's pretty sad that a proprietary driver, and a company that doesn't support Open Source at all, are the most popular video solutions for Linux right now.</font><br> <p> Why are you surprised? Nvidia's driver is the most popular because it has the best performance, the most features, and is generally the most stable of all Linux 3D drivers. Maybe one day the open-source ATI drivers will be of comparable quality - but if you need good 3D under Linux right now, Nvidia is the best option.<br> </div> Wed, 09 Dec 2009 16:18:35 +0000 radeon https://lwn.net/Articles/365875/ https://lwn.net/Articles/365875/ kragil <div class="FormattedComment"> Well Phoronix is a 3D enthusiast site and Nvidia has just a bigger marketshare (and for a long time their drivers had a better reputation.)<br> <p> That easily explains those numbers.<br> </div> Wed, 09 Dec 2009 10:21:02 +0000 radeon https://lwn.net/Articles/365832/ https://lwn.net/Articles/365832/ rfunk <div class="FormattedComment"> Yay. It's pretty sad that a proprietary driver, and a company that doesn't <br> support Open Source at all, are the most popular video solutions for Linux <br> right now.<br> <p> The only problem is that in a year we'll have r800 cards supplanting the <br> r700s (as r700 is currently supplanting r600), and I haven't heard anything <br> about open specs or drivers for those.<br> </div> Wed, 09 Dec 2009 02:34:38 +0000 radeon https://lwn.net/Articles/365822/ https://lwn.net/Articles/365822/ drag I think that in another 2 years ATI will be the way to go for Linux graphics. Especially if your into open source stuff. <br><br> Right now the ATI folks are going through the transition that Intel drivers just went through since the beginning of this year. Namely the transition from separate 2D and 3D drivers to a half-way point were all the video memory is managed by the kernel. (GEM in Intel's case and TTM in ATI's) So there is actually been a performance and stability reduction lately. But that should turn around quickly. <br><br> Once that stabilizes then we will start seeing Gallium features being introduced. <br><br> The first Gallium driver that will probably get widely used is the one developed by Vmware for their virtualization. Vmware bought Tungsten Graphics, which are the premier commercial X.org developers, and are working hard on getting their Gallium drivers out the door. <br><br> One of the nice things about Gallium is that it has a cross-platform. So as long as the system kernel can handle a few important features at the low level the stuff at the higher end of the Gallium stack can run essentially unchanged on any OS. Pretty neat stuff. So if you have a Mesa state tracker then all Gallium drivers can use that. Same thing with Xorg EXA state tracker or anything else. <br><br> http://www.lunarg.com/wordpress/technologies/gallium-3d/gallium3d-online- developers-workshop/ Wed, 09 Dec 2009 01:09:11 +0000 radeon https://lwn.net/Articles/365821/ https://lwn.net/Articles/365821/ MarkWilliamson <div class="FormattedComment"> That sounds enough to make radeon worth looking at again. I switched to <br> NVidia a while ago on the grounds that if I had to run a closed-source <br> driver I'd rather run theirs, which I'd had better experiences with. I'm <br> tempted to try my old R300 again now as I understand it's also reasonable <br> supported.<br> <p> Bottom line is that on my desktop I'd rather take a graphics performance hit <br> and get up-to-date features like KMS. I'd like to run KWin compositing and <br> have the old GL accelerated app work but my main wish is for it to Just Work <br> :-/<br> </div> Wed, 09 Dec 2009 00:28:19 +0000 radeon https://lwn.net/Articles/365799/ https://lwn.net/Articles/365799/ pheldens <div class="FormattedComment"> I'd like to report the r600 driver is getting there quite fast, atm they are working on irqs which should give it a speed boost, and then it probably takes a year or so to make it more opengl feature complete, but you can already run something heavy like Nexuiz more or less playable 25-100fps in 720 on this open driver on a passively cooled 4670 card. Theres a short guide here <a href="http://phoronix.com/forums/showthread.php?t=20484">http://phoronix.com/forums/showthread.php?t=20484</a> if you want to give git a try, but there are also devel distro packages for redhats and debians.<br> <p> Here's a table to get an idea of the status <a href="http://xorg.freedesktop.org/wiki/RadeonProgram">http://xorg.freedesktop.org/wiki/RadeonProgram</a> <br> </div> Tue, 08 Dec 2009 19:39:08 +0000 2009 Linux Graphics Survey Results (Phoronix) https://lwn.net/Articles/365736/ https://lwn.net/Articles/365736/ xav <div class="FormattedComment"> I think (hope) whenever that driver gains proper 3D support, and it's the default supported driver in all distributions, NVIDIA will be asked by customers for support or features on this driver.<br> And one day, some customers will be tired of the systematic "use our binary driver for any serious work" they'll get in return. Then maybe NVIDIA will understand.<br> </div> Tue, 08 Dec 2009 14:48:39 +0000