MS and Gaming Revenue Overview

D

Deleted member 417

Guest
The SDK needs to support both Series S and Series X plus PC.
I believe there a lot more issues than devs talks about and that probably affect the potential performance of the big machine.
IMO Series S and PC hold devs to fully use Series X.

Add that the PS5 is more easy and fit to extract the peak potential... you have the actual situation even 2 years after these consoles release.
PS5 is machine with less bottlenecks too... it is strong in all fronts even if it peak GPU raw power is lower than Series X but it compensate with others areas of the GPU being faster/stronger.
Bandwidth (more per CU) and memory setup on PS5 is easy and better for management from devs.
Thanks for the additional info. You would have though Microsoft would have learned to simplify the OS after what happened with the xbone launch
 
  • haha
Reactions: KiryuRealty

ethomaz

Rebolation!
21 Jun 2022
8,214
6,972
Brasil 🇧🇷
PSN ID
ethomaz
Thanks for the additional info. You would have though Microsoft would have learned to simplify the OS after what happened with the xbone launch
I don't use Xbox OS so I can say it at all.
But from others talks it is more bloated than PS5's OS.

And there is a key difference here... MS use hypervisor to create virtual machines with it own OS to runs things... so there is like 2 virtual machines with it own OS in Xbox consoles... one for the gaphical interface called XboxOS and other to run the games called GameOS.
You can do research about virtual machines and hypervisors and in all cases there is loss of performance from 1-10% depending of the application running... you don't have direct access to hardware instead you have a virtual hardware that translate to the real hardware the instructions.
Hypervisor is an additional layer of abstraction.

Hypervisor (edit - changed the pic for something better).

I5tIPJc.jpg


OSArchitecture.jpg


Edit - To be fair seems there is a Host OS so it is not Hypervisor Type 1 but Type 2 that add another layer.
 
Last edited:

KiryuRealty

Cambridge Dictionary High Priest of Grammar
28 Nov 2022
6,646
8,165
Where it’s at.
I don't use Xbox OS so I can say it at all.
But from others talks it is more bloated than PS5's OS.

And there is a key difference here... MS use hypervisor to create virtual machines with it own OS to runs things... so there is like 2 virtual machines with it own OS in Xbox consoles... one for the gaphical interface called XboxOS and other to run the games called GameOS.
You can do research about virtual machines and hypervisors and in all cases there is loss of performance from 1-10% depending of the application running... you don't have direct access to hardware instead you have a virtual hardware that translate to the real hardware the instructions.
Hypervisor is an additional layer of abstraction.

Code:
ddddd

Hypervisor (sorry the background is transparente and seems weird to see in the Dark theme).
The Xbox OS is a stripped-down Windows, so it is pretty bloated and inefficient code.

On a standard PC, Windows running on its own, no applications open, is usually consuming 50% of the system’s resources at idle. Being generous, Xbox OS is probably a 30% overhead.

PlayStation OS is a customized BSD UNIX environment. BSD systems are extremely efficient, with the OS only consuming 5-10% of the system resources for operational housekeeping.

That huge gap in OS efficiency is a big factor in Series X not being able to outperform the PS5 in spite of higher specs on paper.

It’s like a drag race between a Challenger and a Ferrari, but the Ferrari is towing a trailer.
 

Satoru

Limitless
Founder
20 Jun 2022
6,799
10,242
On a standard PC, Windows running on its own, no applications open, is usually consuming 50% of the system’s resources at idle. Being generous, Xbox OS is probably a 30% overhead.

Not really. Modern OS' have some of the most commonly used services and applications front loaded so that they load them faster upon request. Your numbers are also wildly incorrect, or at least not applicable to all use cases.

My Mac on idle
  • 24GB of RAM used out of 32
  • <7% CPU (loads change between 3 and ~7%)
My Windows on idle
  • 4GB of RAM used out of 32
  • <10% CPU (loads change between 1% and ~10%)
From a memory standpoint, my Mac uses a lot more RAM on idle when compared to my Windows. macOS notoriously known for front loading stuff to make the experience smoother, so if it needs, it will start removing stuff it doesn't need from RAM. From a CPU standpoint the difference is tiny. Please know that my desktop is 5 years old and I own an M1 Pro 16 inch Mac.
 

Papacheeks

Old Guard
Icon Extra
21 Jun 2022
1,149
1,459
I'm not going to pretend the details, that's not my area. All I know is that it isn't doing what was advertised and what it should be doing. It should be by far and away the most powerful console on the market, but it isn't.

If someone with more knowledge on software could dig into it, you may find the answers you're looking for.
Oh , ok. The way you worded it felt like there was something wrong like a hardware failure with series x. The issue isnt the hardware, its the tools/API/OS thats fucking it.

Also Sony is just better at gaming period. Interms of designing hardware/Developer tools.
 

Dabaus

Veteran
28 Jun 2022
2,615
4,008
Those journalists that are accused of being pro Xbox appear to have acknowledged the qtr returns but haven't really commented on the impact of the data. The only one is Ryan Mc so I'd say confidently that he is the only one who is shilling for free from that group, the rest are in hovering mode until they get updated/paid by Uncle Phil.
Hes the only one with a "real" job though at IGN right? If xbox sinks he can always go to covering third party stuff or whatever IGN does. But the others? Theyre entire youtube channels, algorithims and clicks, and revene based off of that revolve around xbox doing well.
 

ethomaz

Rebolation!
21 Jun 2022
8,214
6,972
Brasil 🇧🇷
PSN ID
ethomaz
Not really. Modern OS' have some of the most commonly used services and applications front loaded so that they load them faster upon request. Your numbers are also wildly incorrect, or at least not applicable to all use cases.

My Mac on idle
  • 24GB of RAM used out of 32
  • <7% CPU (loads change between 3 and ~7%)
My Windows on idle
  • 4GB of RAM used out of 32
  • <10% CPU (loads change between 1% and ~10%)
From a memory standpoint, my Mac uses a lot more RAM on idle when compared to my Windows. macOS notoriously known for front loading stuff to make the experience smoother, so if it needs, it will start removing stuff it doesn't need from RAM. From a CPU standpoint the difference is tiny. Please know that my desktop is 5 years old and I own an M1 Pro 16 inch Mac.
The % CPU use in idle depende of the services running and the CPU power.
Number of cores and clock defines the CPU power.

So a 2-core CPU will have a 10-20% idle use but a 8-core CPU will probably be less than 5%.

We don’t have single-core CPUs anymore but I can guess if the Windows 11 runs in a single core CPU it should use at least 40% of the CPU in idle… and don’t be surprise if it peak at near 100% 😂

Said that XboxOS has minimum services running that makes it a lot lighter than Windows on PC.
I don’t think it is comparable at all.

Same for PS5 the FreeBSD running is a lot lighter than actual FreeBSD running on PC.

And yes MacOS cache apps at start… to be fair the money is there to be used and make the experience better.
 

Satoru

Limitless
Founder
20 Jun 2022
6,799
10,242
The % CPU use in idle depende of the services running and the CPU power.
Number of cores and clock defines the CPU power.

So a 2-core CPU will have a 10-20% idle use but a 8-core CPU will problema be less than 5%.

We don’t have single-core CPUs anymore but I can guess if the Windows 11 runs in a single core CPU it should use at least 40% of the CPU in idle… and don’t be surprise if it peak at near 100% 😂

I don't really need you to explain me how that works, but thanks.
 
  • noneofmybizz
Reactions: KiryuRealty

Sircaw

Pro Flounder
Moderating
20 Jun 2022
5,530
9,669
Not really. Modern OS' have some of the most commonly used services and applications front loaded so that they load them faster upon request. Your numbers are also wildly incorrect, or at least not applicable to all use cases.

My Mac on idle
  • 24GB of RAM used out of 32
  • <7% CPU (loads change between 3 and ~7%)
My Windows on idle
  • 4GB of RAM used out of 32
  • <10% CPU (loads change between 1% and ~10%)
From a memory standpoint, my Mac uses a lot more RAM on idle when compared to my Windows. macOS notoriously known for front loading stuff to make the experience smoother, so if it needs, it will start removing stuff it doesn't need from RAM. From a CPU standpoint the difference is tiny. Please know that my desktop is 5 years old and I own an M1 Pro 16 inch Mac.
These kinds of discussions remind me of good old Geordie, I miss him, the old fart.

Where ever you are Geordie, i wish you well.
 
  • Like
Reactions: Deleted member 417
D

Deleted member 417

Guest
Oh , ok. The way you worded it felt like there was something wrong like a hardware failure with series x. The issue isnt the hardware, its the tools/API/OS thats fucking it.

Also Sony is just better at gaming period. Interms of designing hardware/Developer tools.
I should have been more clear and that's on me.
 
  • Like
Reactions: Sircaw and Satoru

Dick Jones

Corporate Dick
Icon Extra
5 Jul 2022
804
1,472
Hes the only one with a "real" job though at IGN right? If xbox sinks he can always go to covering third party stuff or whatever IGN does. But the others? Theyre entire youtube channels, algorithims and clicks, and revene based off of that revolve around xbox doing well.
In Ryan's defence from the interviews I've seen him in he doesn't come across like an idiot. A couple of bad tweets (the 343 one especially) this year have soured me on him. Ryan is positive about Xbox and not attacking the competition. A rarity in gaming journalism, positivity.
 

KiryuRealty

Cambridge Dictionary High Priest of Grammar
28 Nov 2022
6,646
8,165
Where it’s at.
In Ryan's defence from the interviews I've seen him in he doesn't come across like an idiot. A couple of bad tweets (the 343 one especially) this year have soured me on him. Ryan is positive about Xbox and not attacking the competition. A rarity in gaming journalism, positivity.
It's easy to be positive about a company that cuts you cheques to be that way about them.
 

AshHunter216

Banned
8 Jan 2023
4,556
7,628
In Ryan's defence from the interviews I've seen him in he doesn't come across like an idiot. A couple of bad tweets (the 343 one especially) this year have soured me on him. Ryan is positive about Xbox and not attacking the competition. A rarity in gaming journalism, positivity.
Ryan is probably one of the rare Xbox media people who don't spend a lot of time whining about / attacking Playstation.

The rest of them like to blame Playstation for Xbox's problems.
 

Dick Jones

Corporate Dick
Icon Extra
5 Jul 2022
804
1,472
It's easy to be positive about a company that cuts you cheques to be that way about them.
I think if he was paid, he would be making negative attacks. He doesn't do this (to my knowledge) so I would cut him a bit more slack. True I did take the piss about his tweets but I wouldn't tar him with the same brush as the rest of the Justice Shills.
 

KiryuRealty

Cambridge Dictionary High Priest of Grammar
28 Nov 2022
6,646
8,165
Where it’s at.
I think if he was paid, he would be making negative attacks. He doesn't do this (to my knowledge) so I would cut him a bit more slack. True I did take the piss about his tweets but I wouldn't tar him with the same brush as the rest of the Justice Shills.
The way paid press works, it is usually to be positive about the company paying, and no explicit requirement to drag the competition, as it is easier to dance around the issue semantically that way than if any incriminating emails or messages were to leak instructing a writer to try to damage the reputation of a competitor. Legal ass-covering. That most of their paid shills also attack Sony is just down to their own, individual styles.
 

AshHunter216

Banned
8 Jan 2023
4,556
7,628
ryan's had some of the dumbest tweets in recent memory, like the begging for xbox to go 'scorched earth' and buying up all the japanese devlopers after ABK gets blocked" one.
I thought that was Jez Corden who said that. Also, that strategy would depend on if those devs wanted to be bought by MS. The only one I can see going for that is Sega, which admittedly would suck.
 
Last edited:

KiryuRealty

Cambridge Dictionary High Priest of Grammar
28 Nov 2022
6,646
8,165
Where it’s at.
I thought that was Jez Corden who said that. Also, that strategy would depend on if those devs want to be bought by MS. The only one I can see going for that is Sega, which admittedly would suck.
Even beyond being willing to be bought, the company in question can't be on the Japanese government's list of tech companies that are considered "Strategic Assets" and are not allowed to be owned by a foreign entity, and the criteria for that status is a lot more arcane than you'd expect.
 
Last edited: