Recommended Posts

I like some actual evidence of this. as all my experience shows that the linux kernel is not more efficient than the NT kernel(the NT kernel is newer tech with some stuff that the linux kernel should have had but doesn't).

The fact that everything from supercomputers to your router runs on GNU/Linux is probably good enough evidence.

and OpenGL I've never on any system see perform better than D3D. I've seen it perform more stable with illegal meshes(basically handling more error before crashing and burning) but not outperforming.

I'm pretty sure Microsoft's implementation, which only supports the 1.1 spec, is trash. Not sure about how good Nvidia, AMD, or Intel's Windows implementations are. That could be the reason why you haven't seen good performance from it. Give Linux and Doom3 a try. It runs well on my machine.

yes, that's a good point! the possibilities for OpenGL are endless... way more promissing than for D3D. Direct3D will keep living on Xbox, but OpenGL for PC seems a lot more interesting

There is a reason D3D has been the defacto standard for many, many years. MS (smartly) spends lots of development on this. Just optimizing for OGL isn't the solution, they need a more comprehensive framework.

I'm all for it. I'd like the choice of a non-Windows alternative just in case.

I guess they changed something like

for(int i=0; i<1000000; i++)

into

for(int i=0; i<100; i++)

Oh it's faster! The system which is going to compete with our market is a sh*t!

Read FAIL!

The bottle neck they said, was Direct3D's batch processing, not their own code. Maybe Microsoft needs to do a better job with DX's performance in the future.

I know when the source engine first appeared on OS X, visual quality was lacking. I am just suspicious of these results. If the visual quality is exactly the same, then this is impressive. This includes all features including AA AF any other technologies like HBAO.

I remember a time when some games allowed you to choose between OpenGL and D3D. That was early on though.

Personally I think its waste of money for valve, unless they are building their one console then it would make sense for them to optimize for Linux.

Millions of people use GNU/Linux. If only ten percent of those buy some steam games, it'll be a win for them. And it also gives them more options down the road with a steambox should they want to do that.

  • Like 1

Personally I think its waste of money for valve, unless they are building their one console then it would make sense for them to optimize for Linux.

My guess is this is exactly the case.

  • Like 2

The fact that everything from supercomputers to your router runs on GNU/Linux is probably good enough evidence.

Actually it's not. different purposes for different systems. seriously if you don't understand the difference of that completely irrelevant(there are better words, but) statement, then there's no point arguing this with you because you lack even the most basic knowledge to discuss anything computer and tech related. beyong "I like Linux nd windows sux"

  • Like 2

No, there are people who will NEVER use anything but Windows, just look at any thread involving Linux or OS X, it always devolves to Windows fanboys bashing everything and anything not Windows, performance enhancements like mentioned here are of no concern to them.

I see your point. This is really good news though to people that just want to play their games and have fun.

The problem here is comparing DX9 to OpenGL, considering DX9 is a decade old, it's expected that recent versions of OpenGL will outclass it. What they need to do is compare DX11 to OpenGL. DX11 is proven to be more efficient than DX9, and has brought performance benefits to various games. The real shame here is Valve hasn't spent any time at all working on DX11, infact, they still maintain DX8 in TF2 for the ~2% of players.

As a Linux and Windows user, I'm genuinely interested to see how OpenGL compares to DX11, as I've yet to find any real comparisons. If they can prove that OpenGL gaming is more efficient than DX11 gaming, especially the even further improved DX11.1 in Windows 8, that's when I'll consider using Linux for gaming.

  • Like 3

Millions of people use GNU/Linux. If only ten percent of those buy some steam games, it'll be a win for them. And it also gives them more options down the road with a steambox should they want to do that.

Let's assume 10% of those linux people are interested in running games on their hardware at all (probably 1 times inflated but we'll go with it for now). The you make a game. it's a strategy game. ok, only 10% of the linux gamers are actually interested in strategy. It's a SciFi strategy game, only 10% of the 10% of the 10% are interested in SciFi. oh and it's a tactical turn based strategy game, only 5% of the 10% of the 10% of the 10% are interested in this type of strategy game.

You starting to see the issue here. you can't just make a gaje and expect that all gamers on the platform will want it, that's not how it works. then every windows game would sell hundreds of millions.

OpenGL isn't any less powerful than D3D, its just that D3D is easier to develop for.

Have you ever used COM? Uh, I have and thank god I never have to use it again.

OpenGL is much easier to develop for if you write C code or want your code to be portable in any way, that's for sure.

The problem here is comparing DX9 to OpenGL, considering DX9 is a decade old, it's expected that recent versions of OpenGL will outclass it. What they need to do is compare DX11 to OpenGL. DX11 is proven to be more efficient than DX9, and has brought performance benefits to various games. The real shame here is Valve hasn't spent any time at all working on DX11, infact, they still maintain DX8 in TF2 for the ~2% of players.

As a Linux and Windows user, I'm genuinely interested to see how OpenGL compares to DX11, as I've yet to find any real comparisons. If they can prove that OpenGL gaming is more efficient than DX11 gaming, especially the even further improved DX11.1 in Windows 8, that's when I'll consider using Linux for gaming.

It's it more important that the devs want to consider it. which is unlikely as DX is a lto easier. has a hugely bigger market. and windows is also a lot easier to develop for than linux.

I remember a time when some games allowed you to choose between OpenGL and D3D. That was early on though.

I always choose OpenGL on Counter-Strike hahahaha

Have you ever used COM? Uh, I have and thank god I never have to use it again.

OpenGL is much easier to develop for if you write C code or want your code to be portable in any way, that's for sure.

to bad coding in OpenGL doesn't make your code portable. in fact porting between graphics systems is probably the easiest part. the hard part is coding the actual game code. and for most developers. they'll be using a licensed engine anyway that often lets them switch between them with the flip of an compiler argument

It's always funny when people make it sound like coding in(for technically) OpenGL instantly makes your games portable... :)

  • Like 2

The problem here is comparing DX9 to OpenGL, considering DX9 is a decade old

90% of PC games are just console ports these days, hence why DX9 is the shipping backend. Sure you might get updates that provide support for newer versions, but those are few and far between. And remember if anything, DX9 runs faster than new versions because of less features. Just try a DX9 version of a game vs a DX11 one, you'll get a lower fps on average on DX11.

As a Linux and Windows user, I'm genuinely interested to see how OpenGL compares to DX11, as I've yet to find any real comparisons. If they can prove that OpenGL gaming is more efficient than DX11 gaming, especially the even further improved DX11.1 in Windows 8, that's when I'll consider using Linux for gaming.

Windows/Xbox games ship with old DX versions, and Linux, OS X, iOS, and Android all ship with the latest OpenGL, that's just how the world works. No point in changing the goal posts here.

It's always funny when people make it sound like coding in(for technically) OpenGL instantly makes your games portable... :)

It's a fact. OpenGL runs on virtually every platform, and Microsoft's Direct3D runs on Windows and XBox that's it. COM code isn't portable anywhere. It's a mess of proprietary platform specific lock in.

90% of PC games are just console ports these days, hence why DX9 is the shipping backend. Sure you might get updates that provide support for newer versions, but those are few and far between. And remember if anything, DX9 runs faster than new versions before of less features. Just try a DX9 version of a game vs a DX11 one, you'll get a lower fps on average.

Actually no. DX11 / 10 runs faster than DX9 if the game is originally coded for it.

But since the game is originally coded for DX9 (or the 360) and then ported over and then a few additional features added in to make it dx10 compatible is where the performance hit comes from.

Source is a vastly out of date engine anyways, sure it still looks decent but at its very core its still an engine made in 2000 that's just been added on to.

John Carmack (giant openGL fan) has said that DX10 / 11 is better than OpenGL is. And let's not forget, to get OpenGL to the same feature set as DirectX requires a huge amount of extensions (and the effort required to get them to all work nicely with each other).

Windows from 8 on is going to be much different. isn't going to be the same powerful desktop OS that we've grown to love, sure windows 8 still has part of that, but it seems to be going away. You keep speaking of the old windows, and the old linux.

Jesus christ, no it isn't any different. You can use Windows 8 the exact same way you used Windows 7 (minus the start screen). Your beloved x86 / x86-64 apps will still run just as they did before (maybe with a little performance boost if anything). You can still install all the games you want from Steam and they work just fine.

Now if you're on WinRT (the ARM version) then yes all your apps have to come from the Microsoft store but it's not like Steam / Origins will end up on WinRT because face it 100% of their games won't work on ARM.

  • Like 3

I don't think you're allowing your brain to open up to see whats going on here. Windows from 8 on is going to be much different. isn't going to be the same powerful desktop OS that we've grown to love, sure windows 8 still has part of that, but it seems to be going away. You keep speaking of the old windows, and the old linux.

AHHAHAHAH Come on dude, get real. Win 8 is no ****ing different than Win 7. It just has a slightly different GUI. Big ****ing deal. The underlying guts of the OS are even more streamlined than 7.

:s

OpenGL could make a comeback. If OpenGL can bring the firepower to developers that DX11 currently brings, Windows 7 will lose its monopoly in the gaming industry. OpenGL is supported by all of the major operating systems, which would only increase the number of potential customers for developers. All they need to do is transition from DirectX to OpenGL and enjoy the 3-way handjob (Windows, Mac, Linux).

Actually no. DX11 / 10 runs faster than DX9 if the game is coded for it.

Not from my experience. I have CIV V which runs much faster with the DX9 binary than the DX11 one. DX11's features are more demanding, hence the lower fps on average.

But since the game is originally coded for DX9 (or the 360) and then ported over and then a few additional features added in to make it dx10 compatible is where the performance hit comes from.

That's probably true for some games where DX10/11 is an afterthought. I'd be interested in seeing some benchmarks to clear the issue up. I can only speak from personal experience with games like CIV V and Crysis 2.

Source is a vastly out of date engine anyways, sure it still looks decent but at its very core its still an engine made in 2000 that's just been added on to.

The Linux kernel was made in the early 1990's, and has been added to ever since, but that doesn't make it outdated does it? Windows 7/8 probably has parts which were written in the late 90's/early 2k's, but that doesn't make Windows 7/8 outdated does it? Not everything needs a complete rewrite to be in-date does it?

The underlying guts of the OS are even more streamlined than 7.

:s

How do you know? Do you access to the source code?

This topic is now closed to further replies.
  • Posts

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with adblockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Opera Air'. It still has some bloat, but nowhere near as much as Brave browser, for example. I also really like the web browser called 'Floorp' that is based on Firefox. I have a system wide Adblocking program for Windows 11 that doesn't just blocks ads in the the web browser, but over the whole thing. I don't really need a web browser with an inbuilt adblocker because of that.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      491
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!