Slashdot Mirror


Doom 3 for Linux Released

edawg writes Linuxgames reports that "the Linux edition of Doom 3 has been released by ID Software. Although it didn't ship with a Linux version on the install CD, its still nice to see they release Linux binaries around the same time as their first game patch. Here is Information directly from ID Software."

8 of 411 comments (clear)

  1. I wonder if the hardware specs are the same... by drunkennewfiemidget · · Score: 5, Interesting

    I've always found *nix to be a lot better at properly utilising its hardware than Windows. This is not a Windows flame message(tm) it is what I've found in the past.

    I wonder if Doom 3 can be successfully played on lesser hardware if played in linux...

    1. Re:I wonder if the hardware specs are the same... by Beowulf_Boy · · Score: 5, Interesting

      Funny, I've played FPS games side by side in linux and windows, and I'd say the windows box was a slight bit faster. I was playing Quake 3 and Soldier of Fortune.

      Not that I'm trashing linux, I use it daily. I have 2 boxes, with Synergy setup between them. One is linux, the other windows. I use the linux box for websurfing, AIM, and as a file server, and the windows box (since it has a bigger monitor) for doing any programming homework and playing games. I just find that linux isn't quite there yet for gaming. Hopefully soon though, its came a long way.

    2. Re:I wonder if the hardware specs are the same... by Karn · · Score: 4, Interesting

      To be fair, Quake 3 is basically the only platform-independant game that isn't disadvantaged on Linux in some way (pure OpenGL, not a Direct3D port/afterthought), and he was claiming something that is contradicting what benchmarking sites like Tomshardware have shown, that games can run faster in Linux than in Windows. For example, Tom has a benchmark page here that shows Linux outperforming Win2K on Q3. The difference is probably not noticable to a casual gamer, but benchmark junkies who tweak their machine to milk an extra 5fps out of their rig will.

      So basically, it isn't sad that the guy had to put a disclaimer in there, because what he said does in fact contradict popular belief, as well as somewhat recent published benchmarks.

      (Disclaimer: I'm not one of these dillusional people who claim Linux can run Windows games faster than Windows itself under Wine. The only game I recognize as running equal or better in Linux is Quake3.)

      --


      Why do I keep typing pythong?
  2. The only reason I haven't switched by Jakhel · · Score: 3, Interesting

    from XP to linux is the lack of game developers support for linux, the rest of the software (excluding photoshop) that I use is free open sourced. Now both ID and Epic have released linux versions of their games. If valve and others follow suite, I will definately be switching OS sooner.

  3. oh no, not again... by nappingcracker · · Score: 4, Interesting

    once again Linux seems to get the short end. Im was (and am) really pleased that iD was supporting Linux, but it seems that once again Linux is the afterthought. Stereo sound for Doom 3? It was fine for the original quake, throw on some stereo headphones and get scared stiff; stereo sound does not cut it with this game. No 64bit build? cut off Linux's nuts a bit more, why dont you?

    time will tell, and maybe these things will come, but most of the time these things loose steam as the team loses motivation and counts $$$.

    Isnt it easier to develop for Linux, and port to windows? This way everything works in Linux, and if it works in Linux it cant be that hard to tie into windows? Easier said than done, sure, but easier than porting from windows to Linux.

    I hope they take time to polish the Linux release and do not half ass it.

    --
    |plastic....or gasoline?|
  4. Dumb question by DrXym · · Score: 3, Interesting

    But since the Linux version doesn't care about copy protection, shouldn't ID release a patch that also allows the Win32 version to run without the CD? Make it so you have to have the CD and a valid key to apply the patch, but after that it works without it.

  5. Whither OS X ?? by blakespot · · Score: 5, Interesting
    So where is DOOM 3 for OS X? My new dual G5 2.5 is just itching for something to challenge it. Of course...until Apple ships the GeForce 6800 Ultra I ordered as part of the bundle, I'm using the interrim Radeon 9600XT - not sure how well that will push DOOM 3 at high resolution....


    blakespot

    --
    -- Heisenberg may have slept here.
    iPod Hacks.com
  6. Re:Why not use SDL? by Watcher · · Score: 5, Interesting

    id has always had a healthy NIH (not invented here) syndrome that they learned from mess with the original Doom sound library they used. The thing never quite worked right, and caused no end of troubles. Even though SDL is open source, id has their own debugged code laying around that has been used for years that does the same thing-there really is no gain for them to throw out code they know and trust for someone else's work.

    I've tried out SDL a few times, and although I've found it pretty workable, when you bring multithreading in it has troubles, especially if you don't want to render in your main thread.