Skip to content
0
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Sketchy)
  • No Skin
Collapse

Wandering Adventure Party

  1. Home
  2. PC Gaming
  3. Games run faster on SteamOS than Windows 11, Ars testing finds

Games run faster on SteamOS than Windows 11, Ars testing finds

Scheduled Pinned Locked Moved PC Gaming
pcgaming
39 Posts 27 Posters 126 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • alessandro@lemmy.caA alessandro@lemmy.ca
    This post did not contain any content.
    Link Preview Image
    Games run faster on SteamOS than Windows 11, Ars testing finds

    Lenovo Legion Go S gets better frame rates running Valve’s free operating system.

    favicon

    Ars Technica (arstechnica.com)

    NeshuraN This user is from outside of this forum
    NeshuraN This user is from outside of this forum
    Neshura
    wrote on last edited by
    #6

    What surprises me is that when windows is faster the difference isn’t that significant but that when Linux is faster it’s by a lot.
    For example 59.1 vs 59.8 FPS in Borderlands isn’t that significant of a difference but 52.4 vs 44.6 FPS in Cyberpunk certainly is.

    Really makes you wonder just how badly Microsoft fucked up Windows for things to end up like this.

    hubi@feddit.orgH N 2 Replies Last reply
    19
    • P profgrumpypants@midwest.social

      My partner runs Windows, I run two separate distros not by choice but by driver support. I was messing around on her computer the other day, had to pull something up. I was startled by just how sluggish the entire experience was. Mind you, one of the distros I run is a destroyer of ram. I couldn’t believe it. I felt like I was hanging out on a computer with fifty viruses and the pop-ups were coming for me.

      M This user is from outside of this forum
      M This user is from outside of this forum
      Malta Soron
      wrote on last edited by maltasoron@sopuli.xyz
      #7

      I run Windows 10 on my own laptop and Windows 11 on my work laptop. Sluggish is the right word for W11: every action seems to take more clicks, more time and more effort. I suspect it’s partly because the animations are slower because it needs to load more bullshit.

      eisfrei@lemmy.worldE P 2 Replies Last reply
      8
      • alessandro@lemmy.caA alessandro@lemmy.ca
        This post did not contain any content.
        Link Preview Image
        Games run faster on SteamOS than Windows 11, Ars testing finds

        Lenovo Legion Go S gets better frame rates running Valve’s free operating system.

        favicon

        Ars Technica (arstechnica.com)

        Draconic NEOD This user is from outside of this forum
        Draconic NEOD This user is from outside of this forum
        Draconic NEO
        wrote on last edited by
        #8

        Linux has many performance benefits over Windows on the count of there being much less bloat and unnecessary garbage included but also SteamOS has the extra benefit of running games and apps independently in gaming mode with little to no background processes, kind of like how games run on a Console. Background apps and the Desktop do chew up resources which won’t be used by the games.

        M S 2 Replies Last reply
        6
        • NeshuraN Neshura

          What surprises me is that when windows is faster the difference isn’t that significant but that when Linux is faster it’s by a lot.
          For example 59.1 vs 59.8 FPS in Borderlands isn’t that significant of a difference but 52.4 vs 44.6 FPS in Cyberpunk certainly is.

          Really makes you wonder just how badly Microsoft fucked up Windows for things to end up like this.

          hubi@feddit.orgH This user is from outside of this forum
          hubi@feddit.orgH This user is from outside of this forum
          hubi@feddit.org
          wrote on last edited by
          #9

          Half of Windows 11 is probably coded by Copilot at this point.

          kurcatoviumK 1 Reply Last reply
          16
          • K kyrgizion@lemmy.world

            I have no doubt that “bare metal” games’ performance is better under Linux but what about things like cpu scheduling for multicore or directstorage?

            N This user is from outside of this forum
            N This user is from outside of this forum
            nesc@lemmy.cafe
            wrote on last edited by
            #10

            I’ve never heard about directstorage before, and by the description it’s an xbox api, does windows even support it?

            The goal is to enable handling of up to 50,000 requests per second while using at most 10% of a single CPU core

            That’s not really impressive, you get 100k iops without any tweaking at all and cpu shouldn’t even blink at it.

            D claymore@pawb.socialC K 3 Replies Last reply
            3
            • NeshuraN Neshura

              What surprises me is that when windows is faster the difference isn’t that significant but that when Linux is faster it’s by a lot.
              For example 59.1 vs 59.8 FPS in Borderlands isn’t that significant of a difference but 52.4 vs 44.6 FPS in Cyberpunk certainly is.

              Really makes you wonder just how badly Microsoft fucked up Windows for things to end up like this.

              N This user is from outside of this forum
              N This user is from outside of this forum
              nesc@lemmy.cafe
              wrote on last edited by
              #11

              FPS is not that meaningful of a metric if you get worse graphics or flitches due to wine not implementing something. It might be something that you can’t see of course.

              L 1 Reply Last reply
              4
              • N nesc@lemmy.cafe

                I’ve never heard about directstorage before, and by the description it’s an xbox api, does windows even support it?

                The goal is to enable handling of up to 50,000 requests per second while using at most 10% of a single CPU core

                That’s not really impressive, you get 100k iops without any tweaking at all and cpu shouldn’t even blink at it.

                D This user is from outside of this forum
                D This user is from outside of this forum
                daporkchop_@lemmy.ml
                wrote on last edited by
                #12

                And linux has io_uring which can handle millions of syscalls from a single thread without breaking a sweat. In my experience, I/O on Windows is just really slow, every file operation takes 10s to 100s of times longer than on any Unix-like kernel (1000s if windows defender is enabled)

                1 Reply Last reply
                0
                • N nesc@lemmy.cafe

                  I’ve never heard about directstorage before, and by the description it’s an xbox api, does windows even support it?

                  The goal is to enable handling of up to 50,000 requests per second while using at most 10% of a single CPU core

                  That’s not really impressive, you get 100k iops without any tweaking at all and cpu shouldn’t even blink at it.

                  claymore@pawb.socialC This user is from outside of this forum
                  claymore@pawb.socialC This user is from outside of this forum
                  claymore@pawb.social
                  wrote on last edited by
                  #13

                  Yes it runs on windows, if I recall it’s to pass data from storage to the GPU directly without passing through the CPU. Which lowers CPU usage and speeds up things like game loading or texture streaming for example. You probably found references to Xbox because it was implemented there first with the launch of the current gen consoles.

                  N 1 Reply Last reply
                  2
                  • claymore@pawb.socialC claymore@pawb.social

                    Yes it runs on windows, if I recall it’s to pass data from storage to the GPU directly without passing through the CPU. Which lowers CPU usage and speeds up things like game loading or texture streaming for example. You probably found references to Xbox because it was implemented there first with the launch of the current gen consoles.

                    N This user is from outside of this forum
                    N This user is from outside of this forum
                    nesc@lemmy.cafe
                    wrote on last edited by
                    #14

                    Interesting, there is no support of direct io from wine, and it’s a different to what linux does (50k iops is still laughable tbh) altogether.

                    1 Reply Last reply
                    1
                    • N nesc@lemmy.cafe

                      FPS is not that meaningful of a metric if you get worse graphics or flitches due to wine not implementing something. It might be something that you can’t see of course.

                      L This user is from outside of this forum
                      L This user is from outside of this forum
                      lojcs@lemm.ee
                      wrote on last edited by lojcs@lemm.ee
                      #15

                      Is this an actual concern or a theoretical one? I think I heard that some nvidia specific features don’t work out of the box in some games but never heard issues due to wine ‘not implementing something’. I feel like that would just cause a crash, no?

                      N 1 Reply Last reply
                      3
                      • N nesc@lemmy.cafe

                        I’ve never heard about directstorage before, and by the description it’s an xbox api, does windows even support it?

                        The goal is to enable handling of up to 50,000 requests per second while using at most 10% of a single CPU core

                        That’s not really impressive, you get 100k iops without any tweaking at all and cpu shouldn’t even blink at it.

                        K This user is from outside of this forum
                        K This user is from outside of this forum
                        kyrgizion@lemmy.world
                        wrote on last edited by kyrgizion@lemmy.world
                        #16

                        Yeah it’s a Windows (11?) feature. AFAIK it’s only supported explicitly by a handful of games, but it does appear to make a major difference for those games if the hardware used is up to the task.

                        It might just be a feature in the same category as “Nvidia hairFX” or w/e as a marketing gimmick though.

                        1 Reply Last reply
                        1
                        • Draconic NEOD Draconic NEO

                          Linux has many performance benefits over Windows on the count of there being much less bloat and unnecessary garbage included but also SteamOS has the extra benefit of running games and apps independently in gaming mode with little to no background processes, kind of like how games run on a Console. Background apps and the Desktop do chew up resources which won’t be used by the games.

                          M This user is from outside of this forum
                          M This user is from outside of this forum
                          monkdervierte@lemmy.zip
                          wrote on last edited by
                          #17

                          Nah, more like, Linux has better process scheduling, better CPU scheduling and better I/O scheduling.

                          vanilla_puddinfudge@infosec.pubV halcyoncmdr@lemmy.worldH 2 Replies Last reply
                          5
                          • alessandro@lemmy.caA alessandro@lemmy.ca
                            This post did not contain any content.
                            Link Preview Image
                            Games run faster on SteamOS than Windows 11, Ars testing finds

                            Lenovo Legion Go S gets better frame rates running Valve’s free operating system.

                            favicon

                            Ars Technica (arstechnica.com)

                            S This user is from outside of this forum
                            S This user is from outside of this forum
                            simulation6@sopuli.xyz
                            wrote on last edited by
                            #18

                            Not if you have a slightly older Nvidia GPU. I am seeing 10%-15% lower frame rates in many of the games I tested.

                            ObstreperousCanadianO R ripcord@lemmy.worldR 3 Replies Last reply
                            5
                            • Draconic NEOD Draconic NEO

                              Linux has many performance benefits over Windows on the count of there being much less bloat and unnecessary garbage included but also SteamOS has the extra benefit of running games and apps independently in gaming mode with little to no background processes, kind of like how games run on a Console. Background apps and the Desktop do chew up resources which won’t be used by the games.

                              S This user is from outside of this forum
                              S This user is from outside of this forum
                              sylvartas@lemmy.dbzer0.com
                              wrote on last edited by
                              #19

                              Yep, the Windows compositor is actually a pretty big resource hog all things considered. Plus it fucks with frame pacing

                              1 Reply Last reply
                              1
                              • M monkdervierte@lemmy.zip

                                Nah, more like, Linux has better process scheduling, better CPU scheduling and better I/O scheduling.

                                vanilla_puddinfudge@infosec.pubV This user is from outside of this forum
                                vanilla_puddinfudge@infosec.pubV This user is from outside of this forum
                                vanilla_puddinfudge@infosec.pub
                                wrote on last edited by
                                #20

                                I’m sure the lack of constantly running ai spyware has a little to do with it.

                                M 1 Reply Last reply
                                11
                                • vanilla_puddinfudge@infosec.pubV vanilla_puddinfudge@infosec.pub

                                  I’m sure the lack of constantly running ai spyware has a little to do with it.

                                  M This user is from outside of this forum
                                  M This user is from outside of this forum
                                  monkdervierte@lemmy.zip
                                  wrote on last edited by
                                  #21

                                  That too.

                                  1 Reply Last reply
                                  0
                                  • L lojcs@lemm.ee

                                    Is this an actual concern or a theoretical one? I think I heard that some nvidia specific features don’t work out of the box in some games but never heard issues due to wine ‘not implementing something’. I feel like that would just cause a crash, no?

                                    N This user is from outside of this forum
                                    N This user is from outside of this forum
                                    nesc@lemmy.cafe
                                    wrote on last edited by
                                    #22

                                    Actual concern, had these subtle issues with wine games multiple times. Often they aren’t game breaking just annoying.

                                    1 Reply Last reply
                                    4
                                    • alessandro@lemmy.caA alessandro@lemmy.ca
                                      This post did not contain any content.
                                      Link Preview Image
                                      Games run faster on SteamOS than Windows 11, Ars testing finds

                                      Lenovo Legion Go S gets better frame rates running Valve’s free operating system.

                                      favicon

                                      Ars Technica (arstechnica.com)

                                      I This user is from outside of this forum
                                      I This user is from outside of this forum
                                      isthisanai@lemmy.world
                                      wrote on last edited by isthisanai@lemmy.world
                                      #23

                                      This has been the case for a while now. Few care.

                                      It’s the usability issues. For the love of God, valve might just fix Linux desktop.

                                      ripcord@lemmy.worldR 1 Reply Last reply
                                      10
                                      • M Malta Soron

                                        I run Windows 10 on my own laptop and Windows 11 on my work laptop. Sluggish is the right word for W11: every action seems to take more clicks, more time and more effort. I suspect it’s partly because the animations are slower because it needs to load more bullshit.

                                        eisfrei@lemmy.worldE This user is from outside of this forum
                                        eisfrei@lemmy.worldE This user is from outside of this forum
                                        eisfrei@lemmy.world
                                        wrote on last edited by
                                        #24

                                        Parts of the 11 start menu are actually a react native app.

                                        P 1 Reply Last reply
                                        6
                                        • alessandro@lemmy.caA alessandro@lemmy.ca
                                          This post did not contain any content.
                                          Link Preview Image
                                          Games run faster on SteamOS than Windows 11, Ars testing finds

                                          Lenovo Legion Go S gets better frame rates running Valve’s free operating system.

                                          favicon

                                          Ars Technica (arstechnica.com)

                                          B This user is from outside of this forum
                                          B This user is from outside of this forum
                                          brucethemoose@lemmy.world
                                          wrote on last edited by brucethemoose@lemmy.world
                                          #25

                                          Not in niche games. Rimworld and Stellaris (for instance) are dramatically faster on Windows, hence I keep a partition around. I’m talking 40%ish better simulation speeds vs Linux native (and still a hit with Proton, though much less).

                                          Minecraft and Starsector, on the other hand, freaking love Linux. They’re dramatically faster.

                                          These are kinda extreme scenarios, but the point is AAA benchmarks don’t necessarily apply to the spectrum of games across hardware, especially once you start looking at simulation heavy ones.

                                          R 1 Reply Last reply
                                          8

                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post