Slashdot Mirror


ATI Releases Competition for NVIDIA's Cg

death00 writes "ATI has released a beta of RenderMonkey, their suite of open, extensible shader development tools. ATI showed these tools for the first time at Siggraph 2002. Should be interesting to see who wins the shader development race, NVIDIA's Cg, RenderMonkey or whatever 3Dlabs has on the go."

47 of 168 comments (clear)

  1. And the winner is... by javilon · · Score: 5, Insightful

    "Should be interesting to see who wins the shader development race, NVIDIA's Cg, RenderMonkey or whatever 3Dlabs has on the go."

    Or maybe nobody wins. Maybe three uncompatible ways to do things will hurt developers.
    What they should be doing is to reach an agreement and put it onto opengl.

    --


    When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
    1. Re:And the winner is... by yasth · · Score: 2, Informative

      Because Cg is written more or less directly to NVidia's methodology and silicon. So if you don't share that methodology, and want to do things differently you will be working against the design goals of the language. Which would you prefer a hack that adds on some functionality, or proper well designed language?

      --
      I'd do something interesting, but my server can't handle a slashdotting.
    2. Re:And the winner is... by j1mmy · · Score: 3, Informative

      The 3Dlabs proposal is actually for extending OpenGL with a C-like shader language, and it looks pretty clever.

    3. Re:And the winner is... by Namarrgon · · Score: 2
      Don't forget that Cg and DirectX 9's shader language are one and the same. It's not just nVidia that designed the language.

      If you're going to write a shader for a DirectX game, you might as well run it through the Cg compiler & get a version for OpenGL 1.4 too. The beta 2 version nVidia released recently adds support for ARB_vertex_program as well as NV30-specific profiles.

      Better still, if you choose the run-time compile option, you can get your high-level shader compiled & optimised for whatever supported hardware or API version is present - which means NV30-specific support if it's there, or a fallback to ARB if it isn't.

      And if ATI play along with their own profile, you could automatically get compiled code that takes advantage of Radeon 9700-specific features too.

      --
      Why would anyone engrave "Elbereth"?
    4. Re:And the winner is... by torinth · · Score: 2

      Or maybe nobody wins. Maybe three uncompatible ways to do things will hurt developers.

      You mean like:
      Mac vs Windows vs Linux?

      Or maybe:
      Gnome vs KDE vs Motif?

      Or how about:
      rpm vs apt-get vs pkg?

    5. Re:And the winner is... by Cyberdyne · · Score: 3, Insightful
      Or maybe nobody wins. Maybe three uncompatible ways to do things will hurt developers.

      You mean like:

      Mac vs Windows vs Linux?

      Yep. The biggest hurdle for Linux and the Mac is Windows compatibility - hence SoftWindows/SoftPC, Wine, VMWare, Bochs, Win4Lin - not to mention cross-platform systems like Java, HTML etc, all designed to circumvent this problem.

      Remember what (almost) killed Unix in the first place? Fragmentation. Each Unix vendor adding their own little "features", making cross-platform support a little harder each time. If they'd been able to agree on a single "Unix" rather than each going their own way, we could all be using commodity Unix boxes interchangeably.

      Or maybe:

      Gnome vs KDE vs Motif?

      Yes, another case in point: this is a big PITA for developers - and, again, something the original Unix people avoided like the plague. You were supposed to have "a window manager" - it doesn't matter which, they all use the same protocol, and are all interchangeable. Now, we have a nightmare of rival libraries, doing the same thing in different ways.

      One of the greatest advantages Windows has is uniformity - for users and developers alike. With very few exceptions, a 7 year-old Windows 95 (Win32) application will run perfectly happily on Windows XP; even old DOS applications from 20 years ago will usually run, unless they access low-level things directly. Meanwhile, adding items to the Programs menu hasn't even remained consistent within Gnome, let alone between Gnome, KDE and others; as I type this, CodeWeavers are still trying to update Crossover to support Gnome 2's new approach.

      Or how about:

      rpm vs apt-get vs pkg?

      apt-get and rpm work very nicely as a team, so that's hardly a good example...

      Haven't you ever wondered why so much effort goes into standards - the IETF with RFCs, the Single Unix Spec, POSIX, W3C, Linux Standards Base...?

    6. Re:And the winner is... by Forkenhoppen · · Score: 2

      Maybe the 9700, but the 8500's a whole different monkey. In order to squeeze the extra performance out of the pixel shader, they have a phase instruction which allows the shader to make a second pass, and do dependant texture reads. Something like that'd be hard to compile code to use, I'd wager. At the very least, it'd require the developer know how to tweak Cg code to get it to compile nicely for the 8500, which would probably require they know the assembly-level stuff anyways.

      Remember that the 9000 is essentially a modified 8500. They aren't totally getting rid of this architecture yet; they want people to still support it as much as possible. Hence the desire to stick to assembly-level shader coding as long as possible.

      Overall, RenderMonkey looks like a nice, useful shader-creation environment for prototyping assembly-level shaders in. All they need to do is add support for OpenGL2's shader language, and Microsoft's, when they come out, and I'm sold.

      (And before anyone pipes up that that's Cg, Cg's a totally different product; it's a language, compiler, libraries, etc, but mostly a language spec. RenderMonkey's aiming to be a complete content management system. Cg's for programmers who write tools, RenderMonkey's a tool for your programmers and artists.)

  2. Apples vs. Oranges ? by tandr · · Score: 4, Interesting


    NVIDIA's Cg is a compiler to create shaders.

    ATI's Rendermonkey is Toolkit to debug (low-level?) shaders. I did not find any word about "compiler" on ATI's site.

    It is more like they are extending each other -- ATI gives IDE, NVIDIA provides compiler.

    1. Re:Apples vs. Oranges ? by SnarkDogma · · Score: 2, Informative

      Indeed, ATI people have stated that it would be possible to create shaders in whatever language you prefer. DX9 HLSL, Cg, OpenGL 2.0 SL.

      But more importantly, all the ARB members are working to unify the various approaches in the OpenGL 2.0 shading language. 3DLabs and NV have both contributed proposals, and the relative merits are being discussed.

      Expect to see a much more managable shader situation in 2003. A developer will be able to use wichever tool like RenderMonkey they wish, or roll their own. I fully expect to see tools like this as plug ins to 3DSMax, Maya, Softimage etc.

      FYI, the name refers to RenderMan, in case anyone didn't get that.

      (i don't work for any of the above)

      --
      "This isn't right. This isn't even wrong." -- Wolfgang Pauli
  3. What does that look like on your CV? by brejc8 · · Score: 3, Funny

    Experience in C, C++, x86 Assembler, Cg, Render Monkey, Will work for peanuts.

    1. Re:What does that look like on your CV? by HaeMaker · · Score: 2

      Personally, I don't like the word "Monkey" to appear anywhere on my resume.

    2. Re:What does that look like on your CV? by Misagon · · Score: 2, Funny

      Will work for peanuts.

      I used that phrase in a job application once.
      It got me an interview, but they turned me down once I had explained to them that I was only using a metaphore.
      --
      "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
  4. Its sort of like evolution... by thelinuxking · · Score: 5, Funny

    Except its backwards...First they have RenderMan, then RenderMonkey.

    1. Re:Its sort of like evolution... by Enry · · Score: 2

      What happens when they get to RenderPrimordialOoze?

  5. Re:Competition is always a good thing by dreamchaser · · Score: 2

    Except they aren't getting cheaper, just more powerful. A state of the art card still costs $400+ and probably will for the forseeable future.

    On the other hand, today's so called 'budget' cards are far more capable than they used to be, so in that respect prices (with regards to price/performance) have gone down I suppose.

  6. Re:Render Monkey? by fataugie · · Score: 5, Funny

    So is the debugger called SpankTheMonkey?

    --

    WTF? Over?

  7. monkey by !splut · · Score: 4, Funny

    Well, if we go on the basis of clever names, ATI wins hands down. Plus, monkeys have always made me think of high quality shaders.

    --
    The angel in the oatmeal.
  8. Re:Competition is always a good thing by RailGunner · · Score: 2
    True, but look at the vast difference in performance for the high end cards. The Radeon 9700 is *supposedly* 40% faster then the Geforce4.. now, compare either card to the top of the line cards of a few years ago, like when the Voodoo3 3500 card came out. Even my Voodoo5, which was a very fast card at one point, is simply no match for either the latest Radeon / Geforce cards.

    So in a way, you're cost has gone down, because you're getting more value for your money.

  9. Re:co-operate by MikeTheYak · · Score: 5, Insightful
    Perhaps because the shareholders own the corporations, and corporations are chartered to serve the interests of the shareholders? Imagine if you owned a store, only to find that the employees were giving away your stock to charity. Sure it would be a nice gesture, but it's not exactly the right thing to do.

    You could argue that it would be in the shareholders' best interest that ATi and nVidia cooperate on a standard, but it would be unethical for either corporation to deliberately flaunt the interests of the shareholders.

  10. Make that "RenderGorilla" by realgone · · Score: 2
    Oh, sure, ATI might give lip service to our little primate friends. But take a closer look at their branding for this project. That's no monkey, mister! That there's a gorilla! (Or possibly an extra from the movie "Congo".)

    Where are the cute tricks involving prehensile tails? Where are the happy waltzes to some itinerant organ grinder's music? WHERE'S MY MONKEY?!

    1. Re:Make that "RenderGorilla" by jmu1 · · Score: 2
      "The O-rang-a-tang is not a monkey, it's a member of the Great Ape family!"

      Sorry, I just had to get a KS in there.

  11. Re:Competition is always a good thing by javilon · · Score: 2

    wrong,

    Intel and AMD compete on _implementations_ of an API (x86). That is good.

    An example of competition on propietary APIs and why it's not good is the competition between opengl and DirectX.

    If DirectX wins (as seems to be happening), all other operating systems are left out.

    If opengl wins, all the people investing on DirectX games developement will have to rewrite their rendering code.

    --


    When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
  12. Re:Competition is always a good thing by PainKilleR-CE · · Score: 3, Insightful

    Personally, I've been pretty upset with NVIDIA ever since they bought out 3dfx and told Voodoo owners to go screw themselves, that they weren't releasing any new drivers or supporting any Voodoo products. I bought a Voodoo5, instead of a Geforce2 - due to the stability of the Voodoo2 and Voodoo3 I had owned, and due to reading the complaints about NVIDIA's drivers... and a week later 3dfx went under. D'OH!

    nVidia didn't really 'buy out' 3dfx, they just bought up certain portions of their technology when 3dfx went under. As for complaints about nVidia's drivers, I'd be interested to know what they were at that time, since I dumped 3dfx for nVidia when the Voodoo3 made it extremely clear that 3dfx was not going to be able to produce cards comparable to the Voodoo and Voodoo2 on nVidia's timeline. Through the TNT lines and GeForce lines the only problems I've had with drivers have been specific to particular games and particular driver versions, and fixed very quickly in most cases.

    --
    -PainKilleR-[CE]
  13. Re:Competition is always a good thing by peterpi · · Score: 2, Insightful
    True, but a common interface is also good.

    For example, The OpenGL interface hasn't changed for donkeys' years. The reason it hasn't changed is that it was designed correctly in the first place. But hardware has still gotten better, thanks to killer apps such as games forcing competition.

    Indeed, having to go through the time-expense of learning it might even dissuade developers from picking up a new interface.

    Still, these things tend to settle into a reasonably steady state without requiring our opinions, so don't worry; it'll be cool. :)

  14. Re:co-operate by Hemos · · Score: 2

    Well, because under US corporate law, if a company fails to do what is best for their shareholders, then they are under civil law, and in some cases, criminal negligent, and can be sued.

    --
    Yeah, I'm that guy.
  15. Haha, you are in for a BIG suprise by TobyWong · · Score: 2, Flamebait

    That's pretty funny, you are going with ATI because you were upset with the lack of 3DFX driver support.

    You are in for a big suprise, ATI is the WORST by far of any of the desktop user gfx card companies as far as driver support. They are infamous for releasing buggy drivers or discontinuing support for many of their lines at a moments notice. Compare this to Nvidia who releases a universal driver which covers years worth of part releases and is updated on a regular basis. Even if ATI releases a superior part they just shoot themselves in the foot by releasing shitty drivers on an unpredictable schedule. I used to like ATI back in the day but have been burned one too many times by them.

    --
    - Toby
    1. Re:Haha, you are in for a BIG suprise by dinivin · · Score: 5, Informative

      Even if ATI releases a superior part they just shoot themselves in the foot by releasing shitty drivers on an unpredictable schedule.

      That was true in the past, but I haven't had a single issue with either my original 64 Meg Radeon, my Radeon 7500, or my Radeon 8500. I really wish people would stop living in the past and realize that ATI has dramatically improved their driver support in the past year.

      Dinivin

  16. Re:Competition is always a good thing by sien · · Score: 2
    OpenGL vs Direct3D a really bad example.

    For games, D3D is probably better for games right now as it matches the hardware more closely, but for any longer term graphics work basing it on D3D would be a big risk. The result, D3D is the games king and OpenGL is used more for longer term graphics projects that may be cross platform. Also, OpenGL is much better for anyone learning graphics because it is so much cleaner than D3D.

    Both have advantages and disadvantages and both fill important parts of the spectrum.

    Which one will win ? Who knows and indeed who cares, both are well supported and actively developed on. In 5 years, when graphics hardware has gotten to the point where it is really stable then we might have a winner ( my bets on OpenGL because it's so much cleaner ) but until then the two standards both serve a purpose.

  17. Re:Render Monkey? by spectecjr · · Score: 2

    I mean what would you rather program in Cg or RenderMonkey.... it's a no brainer!

    They are kind of causing problems for themselves. I mean... ... what happens if you want to render anything else???

    --
    Coming soon - pyrogyra
  18. Re:OT: DOOM3, pie menus, MacOSX... by jpmorgan · · Score: 2, Informative

    Namely, the fact that OSX actually renders its GUI in 3D (w/ hw accel).

    No, it doesn't. What the new version of Quartz - the one shippning in Jaguar, a.k.a OS X.II (well, X.2:) - does is let developers create composite objects, which are then sent to the graphics card to actually render. It's using the graphics card, but it's not doing 3D acceleration (OS X does not have a 3Dwm, last I checked); still, it's a good thing since it does free up CPU time for other tasks. At this point I'm obliged to mention that Windows does the same thing with GDI+, and has been doing so since the initial release of Windows XP; obviously you need a driver which supports this, but almost all video card drivers currently do.

    Jaguar should have been the real release of OS X - it finally delivers everything Apple promised - it's too bad they released it a year early (and in shoddy condition) just to get it out the door ahead of XP. Well, you know Steve Jobs and his ego.

    I am further obliged to mention the fact that I think Berlin/Fresco might be doing if you're running it on the OpenGL graphics driver. Of course, XFree86 doesn't. When even Berlin supports something, you know X is behind the curve. :-P

  19. Re:Competition is always a good thing by jpmorgan · · Score: 2

    OpenGL isn't 'so much cleaner' than D3D, and hasn't been since D3D v3. In the six versions since then, it's been cleaned up a lot - even John Carmack admits to that.

  20. Re:Competition is always a good thing by jpmorgan · · Score: 2

    Ever heard of OpenGL extensions? You know, those proprietary, incomptable things ATi and nVidia were notorious for releasing?

  21. OpenGL vs D3D by Steveftoth · · Score: 2, Informative

    I think that you and the parent are missing the real reason that OpenGL is king on the workstations and Direct3D never will be. OpenGL is extendable by everyone and Direct3D is completly controlled by MS.

    You can't go and make your own version of Direct3D with a hypercube (or whatever) extension that draws a super widget because Direct3D is closed. OpenGL is completly open and a vendor of 3-D hardware can add whatever they want to the API. The programmers have to then use the extension, but for workstations where the constraints are defined this is usually not a problem.

    PC Games on the other hand have to run on the most diverse set of hardware ever. From the lowest 90Mhz Pentium to the newest 2600+ Athlon, with a range of video cards to make a driver writer weak at the knees. (they don't have to run well, just run) D3D solves this by making all functions static and creating software implementations of them. So you program to a 'version' of the API and you know exactly what the machine is capable of and if you can't get an accelerated version of the functionality, then at least you don't have to create your own. Great for game writers, but not as useful for workstation class applications, since they are more concerned with accuracy then games are (in general).

    OpenGL is better when the HW that you want to support is smaller, since you can get better performance out of it. Direct3D is better when you just want it to run without having to write a ton of code to emulate the top level functionality.

    1. Re:OpenGL vs D3D by PainKilleR-CE · · Score: 2, Insightful

      I think that you and the parent are missing the real reason that OpenGL is king on the workstations and Direct3D never will be. OpenGL is extendable by everyone and Direct3D is completly controlled by MS.


      That's very true, but you also missed the reason that Direct3D got where it is today, because OpenGL was definitely the king in games up until at least DirectX5. The reason is simply that Direct3D is updated on a fairly regular basis to take advantage of the new features on video cards as quickly as possible (and those features are most often geared towards what the game developers want to see), whereas such support is provided in OpenGL only through those card-specific extensions most of the time (as it takes much longer for OpenGL itself to be updated with those features).

      OpenGL is a much more static API and that has it's own appeal in areas where your application may be in use for several years, rather than just the 60 hours that a player may spend on your game. As long as people believe that they need the latest flash-bang-gizmo graphics tricks in order to sell their games, they'll want the API they use to make their lives easier when they use those tricks. Even the idea that OpenGL is faster can be questioned when looking at cards that support the calls being used (though that certainly wasn't the case in earlier versions of Direct3D, which were always slower than properly-written and supported OpenGL).

      You can't go and make your own version of Direct3D with a hypercube (or whatever) extension that draws a super widget because Direct3D is closed.

      Then again, any graphics chip manufacturer is free to add new features to a card and give the developers the ability to use them alongside Direct3D before Direct3D supports them. This is basically what nVidia and ATI are doing with Cg and RenderMonkey (giving them a higher-level language that compiles down to hardware-level code for DirectX8 while also compiling to OpenGL and DirectX9 code for those calls that are (or will be) supported).

      --
      -PainKilleR-[CE]
  22. RenderBigBang... by jpmorgan · · Score: 2

    Minimum Requirements: Deep Thought

    :)

  23. Not competing by Namarrgon · · Score: 5, Insightful
    Except they're not really in competition to each other.

    - Cg is a high-level shading language (compatible with DirectX 9's HLSL) that will compile to both DirectX and OpenGL APIs, or to various sets of OpenGL extensions, even at runtime if desired.

    - Render Monkey is an IDE that supports various shading languages, including Microsoft's (and therefore Cg, at least when they add DX9 support). AFAIK, it's not that dissimilar to nVidia's own Effects Browser.

    - OpenGL 2.0 is a lot more than just a shading language, but in any case, it's still at the proposal stage. Cg may yet be adopted for the language, but it will likely end up being quite similar at least.

    So I see no reason why you couldn't write your shaders in Cg (sorry, DX9 HLSL) within the RenderMonkey environment, and then compile your results to OpenGL 2.0.

    nVidia have said they'll support whatever the ARB decides, but even if OpenGL 2.0 does use the 3DLabs language, there's no particular reason you couldn't use a Cg profile to output an OpenGL 2.0 HL shader, or an ARB_vertex_program shader, or something even lower-level.

    Hell, why not just write your shaders in RenderMan & then use RenderMonkey or Effects Browser or whatever to import the RIBs & compile that down. Ever wondered why nVidia bought Exluna? There's a lot of RenderMan expertise right there...

    --
    Why would anyone engrave "Elbereth"?
    1. Re:Not competing by Forkenhoppen · · Score: 3, Informative

      Effects Browser requires that you write the plugin as you usually would, compile, and create a .dll for it, etc., and then you can view it in the Effects Browser. (From the Effects Browser you can't change anything; only view.)

      With RenderMonkey, you don't worry about C/C++ at all. All of the settings (constants, input textures, etc.) for the shader are nicely displayed on the left, and you can just click and change them as you wish. This is absolutely nothing like NVidia's Effects Browser.

  24. YAY! Wait...Boo! by Sj0 · · Score: 2

    Yay competition!

    Wait...This is Slashdot, home of the "competition is bad" thread...

    Boo! Competiton! Users and developers don't want choice! What does this look like? A democracy?

    --
    It's been a long time.
  25. Evolutionary question by sharkey · · Score: 2

    Is Rendermonkey a predecessor to Renderman? Is Renderneanderthal out there?

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  26. Re:Render Monkey? by SCHecklerX · · Score: 2
    So is the debugger called SpankTheMonkey?

    ob Joe Cartoon:

    monkeylooker

  27. Re:co-operate by MikeTheYak · · Score: 2
    They regularly fuck over the shareholder with dilution from stock based option compensation anyway, so fucking the shareholder is nothing new.

    That doesn't make it right. Regardless, shareholders get to vote directors on and off the board, so there is accountability should the shareholders wish to make use of it.

    Your post is the antithesis of the open source philosophy. By your logic, no company would ever write for open source software because it benefits their competitors as much as it benefits them. You can see that isn't the case with many companies these days, betting more and more on open source.

    Of course, you assume that I should take the "open source philosophy" as personal dogma. As it happens, though, my post is entirely in line with open source as I understand it. What I said was that corporations should not screw over shareholders, not that they shouldn't adopt open standards. I actually raised the possibility that shareholders might benefit from a common standard.

    I think what you're failing to infer from my post is that if a store owner wants to give away stock to charity and the employees do so in line with the owners directions, then that's just fine by me.

  28. Re:Hope it's not too OT by CynicTheHedgehog · · Score: 2

    I had an ASUS GeForce2 MX with a DVD decoder and TV out. Only I couldn't use the DVD decoder because it caused a hard freeze. And I couldn't use the TV out because it blue screened. And I couldn't use the packaged drivers at all because they left artifacts on the screen.

    So I used the XP bundled drivers. They worked, but they were slow and didn't support TV out or hardware DVD decoding.

    On the other hand, I now have a Radeon 8500 that worked swell right out of the box. My iBook has a Radeon Mobility 7500 and hasn't given me the first problem.

    It's all relative, and probably has a lot to do with your particular hardware and software configurations. I'm not saying Radeon is better than GeForce; I'm saying that just because it wasn't the right solution for you doesn't mean it isn't the right solution for someone else.

    Then again, if you get poor support, or worse, no support (like with *cough*ASUS*cough*), then that's another story. But if they give you your money back and their blessings on buying a new card, you can't really hold it against them.

  29. Fiduciary Duties of Corporate Employees by Steve+Hamlin · · Score: 2, Insightful

    Hemos, your thoughts about the liability of corporate employees is not entirely true.

    Under most U.S. law (mostly State law relating to fiduciary obligations of Directors, Officers & Executives (DOE)), the standard is called the Business Judgement Rule (BJR).

    Under the BJR, a DOE is protected from suits for breach of fiduciary duty if the DOE (1) is disinterested (i.e. financially independant of the outcome), (2) acts in good faith, and (3) exercises due care in reaching the decision.

    Every decision that a DOE makes does not have to directly accrue to the financial benefit of the corporation. Corporations can, and are expected to, contribute to the local community, support charities, exercise some respect for the environment, i.e perform "good acts".

    These "good acts" will not always (or even ever) benefit the corporation financially. Nonetheless, DOEs are never successfully sued because they should have given a dividend instead of donating a piece of land to the city for a park, decided to give employees a day off to help with Habitat for Humnaity, or install CO2 scubbers when the fines are cheaper.

    So, contrary to what I see posted on Slashdot frequently, every decision an employee of a company makes DOES NOT have to be the short-term, profit-maximizing decision. Believe it or not, the law allows some leeway in the decision making of running a company.

    For more information, see this link

    (and please don't respond with "but Enron...." or "look at WorldCom, Global Crossing, etc." I am speaking about the applicable law of fiduciary duties, not engaging in a public policy debate or Crossfire-esque corporate-bashing)

  30. Re:Hope it's not too OT by Forkenhoppen · · Score: 2, Informative

    If you don't uninstall the old driver set before installing the new one, you can really mess up your system. Likewise if you had a NVidia card previously, and didn't completely uninstall the drivers for that before installing the Radeon ones. Did you upgrade without uninstalling at any time previously? If so, you may want to first unisntall your current drivers, and then pick through the registry for dangling settings from old cards. NVidia's site has a doc describing how to do this for their cards somewhere on their site..

    Under Win2k+, ATi's drivers are rock-solid stable. Unless, of course, your motherboard has a lousy AGP driver, in which case you're screwed. (I've found that some motherboard manufacturers only cater to one brand of video card.)

    It can be especially bad whenever you have a relatively new motherboard. Some manufacturers ship these things out, and the entire first revision of the board has a flaw. There was a whole generation of VIA chips like this a while back.. I think it was the KT133A chipset on a certain ASUS board.. I had one, but ended up returning it and getting the revision board.

    The worst I've had, as far as instability's concerned, with my 8500LE, is a few occassional reboots whenever exiting an especially taxing 3D application. It is a bit annoying, but at least it doesn't lock hard like previous Windows versions did..

    Incidentally, if it's your own code that's causing it to reboot/lock up, then I suggest you check your vertex shader setting code. I had a rebooting problem with my own code for a while, and it turned out to be that I was setting an invalid vertex shader. On a NVidia card, it'll just ignore it, and use the fixed function pipeline. On an 8500, the computer'll reboot. Likewise, if it's a specific game that's screwing up on just 8500s, then this could be the problem there as well.

    Just my two cents..

    Cheers..

  31. Re:OT: DOOM3, pie menus, MacOSX... by joib · · Score: 2

    The next version of enlightenment is supposed to use OpenGL for rendering. So it's a window manager thing, not a Xfree thing. Of course, it would be nice if Xfree would support hw rendering of all Xlib primitives.. Oh well..

  32. Re:OT: DOOM3, pie menus, MacOSX... by jpmorgan · · Score: 2

    It is an X thing - X is what provides the basic drawing primitives that applications are supposed to use. So Enlightenment sidesteps X and uses OpenGL for rendering- Enlightenment is just a single program, and does not provide drawing functionality to the other X clients: they're still stuck out in the cold.

  33. Re:Competition is always a good thing by dorzak · · Score: 2

    Interesting. I am looking at building a semi-low cost machine in the near future, keeping case (but not PS), hard drives, burner, and sound card from my current machine. I was debating between ATI 8500 and Geforce Ti 4200, and finally settled on the Geforce because NVIDIA offers support for Linux/XFree, where as ATI, per contact with their sales/marketing has stated they have NO plans to offer anything similiar. One person went so far to ask why in the world would I WANT hardware 3d support on Linux.