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

    • Studio MDHR reveals Cuphead sequel and an 8-bit platformer spin-off by Pulasthi Ariyasinghe Studio MDHR has been rather silent about its next major gaming project since the release of Cuphead back in 2017. However, that ended today during the Summer Game Fest presentation, with the studio revealing not one but two project announcements. First, the studio confirmed that it is currently in the middle of developing a brand-new Cuphead game, bringing back the iconic characters for another adventure. Just like the last game, this is slated to be a fully hand-animated endeavor. This also means there isn't a release date attached to it yet. “Craftsmanship is at the heart of everything we do here at Studio MDHR,” says co-founder Chad Moldenhauer. “When it came time to peel back the curtain and share a little bit about what we’ve been up to, we couldn’t imagine a more fun way to do so than with today’s Special Bulletin. The studio is working on this new Cuphead with help from Toronto’s Stop Motion Department and Continue Agency. At the same time, Studio MDHR also revealed that another part of the team has been working on a different Cuphead installment. Dubbed the Mighty Cuphead Adventure, this is taking a different art direction to the original. "In true Studio MDHR fashion, this game goes beyond just taking inspiration from the classics of the 1980s… it is actually built with technology of the era," the studio explained. "That's right: Mighty Cuphead Adventure is programmed in assembly language and designed with the exacting specifications of the Sega Master System home gaming console in mind." Aside from releasing on PC and modern consoles, Mighty Cuphead Adventure will even be playable on the 1985-released Sega Master System. A release date has not been announced just yet.
    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
    • Microsoft PC Manager 3.21.6.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.6.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I've never even heard of this browser before seeing this article. How does it differ from other browsers?
    • Fixing things? Have you ever tried linux? Everything works out of the box nowadays in most common hardware. This includes Wifi and Bluetooth. If anything, if they return back to windows is because they haven't found an equivalent program which often used on windows.
  • Recent Achievements

    • 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
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      489
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      66
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!