AMD Promises Open Source Graphics Drivers
MoxFulder writes "Henri Richard, AMD's VP of sales, has promised to deliver open-source drivers for ATI graphics cards (recently acquired by AMD) at the recent Red Hat Summit. A series of good news for proponents of open-source device drivers. In the last year, Intel, the leading provider of integrated graphics cards, has opened their drivers as well. But ATI and NVidia, the only two players in the market for high-performance discrete graphics cards, have so far released only closed-source drivers for their cards. This has created numerous compatibility, stability, and ethical problems for users of Linux and other open source OSes, and prompted projects like Nouveau to try and reverse-engineer NVidia drivers. Hopefully AMD's decision will put pressure on NVidia to release open-source drivers as well!"
I'm sorry, I could not read the summary. I have worked in R&D... I got as far as "VP of sales has promised" and had a panic attack.
ccalam - acoustic versions of new songs.
No, some other users just want fully operational 2D graphics with dual head support. More especially for dual DVI cards where the external TMDS is not supported under X.
Well, if there is a good video card support on linux, linux gaming will just strengthen. It isn't a godgiven that you can play games only on Vista.
Patents Drive Free Software as Hurricanes Drive Construction Industry
Really it isn't hard. Identify the code you own, replace the code you don't, put on a GPL header and release.
Promises are cheap.
Evil people are out to get you.
They're just trying to get them some press. Unfortunately Linux gamers are an edge case. People needing video card support on Linux above vanilla SVGA as a whole is an edge case.
Having solid drivers isn't just "an edge case". Go install the default ATI or Nvidia driver on a recent linux distro then upgrade it to a non open source one from the company. It's like day and night. I noticed a huge difference between having a default driver vs company made one, silly things like dragging a console with transparent background is no longer a pain, it's smooth. The desktop feels fast and I don't even have any 3d desktop installed.
Then you got things like multiple monitor support. My Feisty install without closed source drivers just wouldn't work. It kept resetting the screen resolution after reboots, wouldn't recognize my second monitor, I couldn't even force it, it was a black screen. Once I installed the closed source driver, shazam! All my video worries are gone. Now I am happily using a 2560 x 1024 dual monitor setup with hardware acceleration.
Also you got 3d desktops like Beryl. With eye candy being a major selling point in some operating systems, 3d features will become important if desktop linux wants to get more popular. I hope all graphic card companies will develop good drivers for Linux.
Last time I looked at the Intel driver source, there were a ton of calls into the video BIOS. Not something I would call an "Open Source" driver. This may have changed since then,- I really hope so.
Why is it important to have more source you might ask. Well, for one thing it would be really nice if we can get rid of the video BIOS altogether. A full source driver which shows how to switch video modes is a very good start to accomplish this (although not necessarily enough).
And then you might ask, why do we need to get rid of the video BIOS? Well, when evaluating graphics chips for an embedded systems, I found out that the video BIOS can spend an insanely long time initializing stuff and displaying stuff that we don't want/need (some like several seconds). In general, video BIOSs are over-engineered and do waaaay more than needed.
If you are aiming to build a near-instant-on system, and/or something that doesn't look like a PC, you want this sort of flexibility. If AMD steps up to the plate, that would be awesome.
Anybody got any more details? They talk about the lack of a timeline, but "graphics drivers" is also vague, and could mean 2D, or just another small subset of features.
I'm certainly not going to go out and start buying ATI cards until all the details are worked-out.
Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
True, right now they don't care. But that doesn't make it any less important to develop Free drivers.
Richard Stallman had his realization that Free software is necessary based on his experience with a printer driver.
A house divided against itself cannot stand.
IMO, using binary blobs that run in the card, not in the kernel (i.e. downloadable firmware), are a reasonable way for vendors to hide trade secrets while keeping the card updateable and the kernel driver open source. As long as shared memory between the graphics card and main system is restricted to a window, bugs in the firmware shouldn't cause security holes in the kernel. In fact, one benefit of micro-kernel architecture is that isolated drivers that run in their own process and address space, can run in an intelligent I/O card instead.
The IBM Series/1 was built on the principle. All I/O was done by intelligent cards with a common API: submit Device Control Block with command, memory block, and parameters to start an operation. Receive vectored interrupt and find results in updated DCB and memory block. Interrupt included address of DCB, so interrupts were trivially "object oriented".
Not any more. Compiz and Beryl are becoming the standard way of drawing onscreen in much the same way as aero and quartz. That means unless you have decent 3D you will stuff up desktop performance. Gamers might have much higher demands, but the days of 2D chips being adequate for desktop use are over.
Nice to see you dont know squat about linux.
3d acceleration and the Video acceleration is used daily by EVERY linux user (short of text based server installs.
What you just said is as redicilous as saying "Vista users dont need anything but 2d Svga."
I run Wxvga all the time WITH 3d and guess what I dont play games in linux at work.
And I am not a "edge case" but a typical linux user.
Do not look at laser with remaining good eye.
Pixel and vertex shaders are a whole new ball game. There's a lot of text on my screen. All of it drawn from truetype fonts. A truetype font is basically a series of bezier curves. Microsoft Research released a paper a few years back where each of these curves was approximated to a triangle. A vertex shader program then inspects each of the rendered triangles and corrects the error between the triangle and the bezier. This allows an entire font to be uploaded to the GPU and rendered at any resolution with very little CPU load or RAM usage (compare this with Apple's hack of just storing a table of glyphs in the video RAM, which doesn't scale very well).
Pixel shaders can be used for a lot of things. With pixel shaders you can perform a lot of convolutions in hardware, giving some nice effects. You can use a pyramid algorithm to perform a number of things, like bi-cubic filtering, blurring, etc in a fraction of a second.
Sure, you could do a lot of these on the CPU, but the GPU is going to do them a lot faster, and probably use less power (important for mobile users).
Even without needing the 3D support, it's useful to have all of the features working correctly. Power management is a big one, since the kernel needs to be able to save the state of the GPU somewhere before turning it off, and Linux uses a lot of hacks to try to avoid needing to do this.
I am TheRaven on Soylent News
Why should software development companies waste money developing games for Windows when they could get a far larger market share by making games for Wii, Xbox 360, PS3, DS, PSP, etc.? The PC gaming market is much smaller than the console games market, and Nintendo is helping widen the gap with the Wii and DS which appeal to non-gamers as well.
'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
there are a number of reasons why this would be in ati's interest:
- the cards cost up to 4000 euros a shot, so it's a lucrative market
- they could advertise with "we make the cards they used for harry potter 14"
opening up the drivers ensures that every linux kernel within a short time will come with a version of these drivers and there will be a good chance that the cards will just work and work well.Now there's something to do if you had a million dollars.
Tsunami -- You can't bring a good wave down!
Many developers do exactly that. Some traditionally PC-only developers have been looking towards the consoles to keep them afloat (id). Other publishers (EA, Ubi) go for the spam approach -- develop the game for as many platforms as possible, which right now means release on Xbox 360, PS3, PS2, Wii, PC, DS, and GBA. The PSP doesn't get a port for the same reason as Linux -- the user base is too small (the PSP has a much larger userbase than linux, and is probably larger than the Xbox 360 and PS3 userbase as well, but it has a reputation of being a poor seller with users more interested in hacking for homebrew than buying games; thus, it doesn't get in on the port frenzy and has to hope for a one-off tie-in at some point later).
That said, the PC does have some strengths. Specifically, the mouse and keyboard layout is great for RTS games (I'd also mention FPS, but I believe it's easier to do FPS on a console controller than it is to do RTS on a controller so FPS is not a clear-cut PC win). Also, breaking into the PC market is much easier, given that anybody can develop a game and publish it on the web. Microsoft is trying to capture that market for the Xbox 360 with XNA, but it's still going to be a little while before XNA has enough support to make it worthwhile (needs network support, proper packaging to share games, the ability to play other people's games without spending $100/year on the creator club subscription, etc). I wouldn't be surprised to see big names like EA or Ubi decide to quit porting to PC, but even that won't totally kill PC gaming. It'll probably turn the PC into the platform for the "hardcore", with only hardcore FPS, RTS, or simulation games being profitable on the PC.
Agreed... this is why I was excited about possibly having open-source drivers, and posted this article. My current box has onboard NVidia, and a low-end ATI discrete PCIe card... frankly, I can't wait for *one* of them to have open drivers. Although using the binary drivers improves 3D performance and a lot of strange display bugs, as you point out, it's a huge pain to keep them up-to-date with kernel upgrades since they can't be bundled with the main kernel. I don't like putting a big binary blob in my kernel, which by all reports is out-of-date with respect to a lot of other kernel subsystems, and may open up security holes.
I don't do 3D anything (word processing, programming, web browsing mainly), but baseline unaccelerated SVGA is definitely *not* acceptable: 2D graphics acceleration is necessary for a smooth and productive desktop experience. The open-source 2D acceleration is actually pretty good at this point, but of course it simply DOES NOT WORK with a lot of the latest ATI cards in particular.
The current pace of open-source driver development is positively glacial, largely because most of the people who have sufficient documentation to easily improve the drivers are under NDA. Read this incredibly frustrating blog entry from a developer who's under NDA with ATI... using only a few hundred lines of code, he has patched the open-source Radeon driver to support most of the newer ATI cards... but ATI has spun its wheels for months without allowing him to release the code.
My bicyles
* You != an average Linux user.
* Loki Software proved the lack of market for Linux games 5 years ago when they shut down in 2002.
I think we also have to take into account the fact that the Linux landscape has changed drastically in the last five years. How popular was the iPod in 2002?
You've missed 1 key point: 5 years ago!
Linux is a MUCH better desktop OS than it was 5 years ago. Coincidentally, that was about the same time I tried to use Debian as a desktop. It stunk and I quickly dropped it. Then 2 years ago, I found reason to try it out again. Slackware was pretty good, but still iffy for a desktop.
Now I've got Kubuntu. It's amazing, and definitely a good desktop OS. The home PC I have ordered was chosen based on the idea that it would only run Linux, and Windows didn't matter. (This one is going to be my 'game' PC in the living room now.)
Loki was too early. If they tried the same thing now, they'd have a LOT better success.
As for the 'waiting' issue... Was that the only issue? Or did Loki fail to advertise that they were going to be releasing that game in a few months? Because if I didn't know about it, I'd just pick it up for Windows, assuming Linux would never get it. Maybe there were other issues as well, that don't come to mind immediately.
Loki didn't prove anything except that they didn't make it.
"If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
Actually, you are incorrect. Loki Software died mainly because of managerial incompetence and mismanagement. You can read about some of that here.
And, as others have pointed out, the Linux desktop has matured a lot in the last 5 years. Even if Loki died because of a lack of customers (which is not the case), the same would not necessarily happen today.
I don't think everyone understands the argument here. There is a problem with closed source drivers. It's not just ideology. Closed source drivers means you can end up with no drivers for a device for your version of the kernel. Even if drivers for some different kernel version exists. A good example of this is old devices. If the manufacturer still exists, they probably don't care to do the work to update drivers for a device they no longer sell. Maybe there should be a device/kernel interface that stays the same for all time, but I think as a rule, people want the best interface possible, with open source drivers so devices can be kept up. You then of course get the advantage of open source so you can fix/work-round bugs (or improve it!).
Good thinking!
Punish that damn ATI for not having an open source driver. Punish them by buying hardware from another company that doesn't have open source drivers!!!
Loki had a lot more problems going on than the lack of a Linux market at the time. They tried to be too big, too quick and go for too many AAA titles at once. Between having to pay large upfront license costs to port games (often six figures or more) and royalties from every sale on top of that, they just didn't have a business plan that met their market. They would have been much better off as a porting house rather than a self publisher (much like Ryan Gordon/icculus does now).
On the other side of the scale, LGP is working on a lot of B grade games. Some of them are very good but they're very, very slow and methodical in their porting. I've beta tested games for them which took more than a year to release after I got the first beta. They need to get stuff out the door if they want to be serious. Throw in Tux Games charging $50 for the exact same box you can buy in the discount bin for $15 (ok, here's $18.82 at walmart and you might skew the numbers because people aren't buying from them so they "don't get counted" as a Linux sale. In fact, you can pick up NWN, Quake 4 and Doom 3 from Walmart for the price of one game from Tux Games with shipping.
IMO, a lot of the problem is simply the game industry not understanding the linux market properly. A market exists but you can't go at it Loki style or you're doomed to failure, not because of the market, but because the business plan doesn't add up. Software houses should look toward portability when they design a game and the cost of a single developer to handle the Linux port of it would be pretty cheap in the overall development of the game (I haven't exactly done a poll but I wouldn't be surprised if you could find Linux geek willing to work for less than the average game coder just for the privilege of being able to get paid to program a game for linux). Another part of the problem are the publishers who dictate to the game houses what they're going to release so even if they want to do a linux version, it may not be possible.
Don't leave your mind so open that your brain falls out. Don't close it so much that you cut off the blood.
With Compiz, Beryl, and XGL, excellent 3D graphics support has become a mainstream issue. Furthermore, Linux is widely used in science and engineering, and those users use excellent 3D graphics as well.
I'm not sure why you seem to think that undermines the previous posters point.
As they said, the console market is far larger than the PC market, and that console titles outstrip sales of PC titles significantly (and that they sell for more). World of Warcraft and Linage don't change that. Selling a million plus copies of a game in the first year is expected of a half decent console game (games EA's Madden do that and more in their first couple of weeks - games on the PC don't sell that well with anything like that frequency (nor do they tend to retail for as much).
Added to that, is of course the risk factor.
You might imagine that releasing an MMO is a better way to make money than a console game, but that's not borne out. MMO are far risker projects, requiring many times the capital investment, much longer development cyles (years longer), a more complicated business structure and business plan and have massive monthly outgoings (rather than just paying a small amount for a tiny helpdesk team and letting the staffers go once the game is out). When the risk is higher, you of course keep less of the return (and again, there is a lower return when you have high on-going costs).
As EA has discovered, it's a lot more economical to stick to releasing incrimental upgrades of existing tiles (from Madden and Fifa to the Battlefield series) than to take risks with PC MMO's, which ultimately fail far more often, and bring in less profit as a percentage of both investment and revenue even when they are successful. EA have even shut down 'successful' PC MMO's down, because they were not successful enough by their standards - there just wasn't enough of a return on their investment, that is, they were better off spending that money in developing a new console title, because it was almost certain to give a better RoI.
The overall numbers of gamers for Lineage 2 and WoW is large, but it's probably not as profitable as many think - a third of WoW subscribers are in China, and they pay just a fraction of the amount US and EU players pay. Several million more people in the US, EU and AUS have played the likes of Halo 2 on the X-Box than have played WoW on a PC or Mac.
All the above is is why there are so few MMO's, compared to console titles, as a business MMO's are simply less profitable (because they bomb more often every n attempts, and when the do go wrong they do so more spectacularly, in that a bigger hole is left in the publisher and/or developers wallet).
What about that optical mouse you're using?
[looks down...]
Logitech.
[looks over at the 'ol Windows98 box...]
Logitech.
[goes downstairs, looks at wife's laptop...]
Logitech.
'Nuff said.