• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Heroic Launcher, Lutris, Bottles, or just launching them through the command line if you really want to for some reason, are your options. Heroic I just started using and it’s great. It’s especially good for games from other stores, but you can add anything to it. Lutris is pretty good, but you have to add everything manually (which you’ll have to do no matter what for what you’re asking about). Bottles is functional, but it is much harder to use than the others, but probably lighter weight if that matters to you at all (and I’ll tell you now, it doesn’t).





  • The comment above says they want to replace their W10 desktop, so it isn’t what they want. If it’s what you want then fine, but I was writing the comment for someone who wants a desktop, not a console. If you want a console, go ahead and wait or use Bazzite. If you want a desktop then the best options are already available and SteamOS isn’t going to be it.


  • I think that’s mostly fixed at this point. I have AMD, but I’ve heard Nvidia is handled better now. Nvidia keeps everything closed source, so everyone is fucked, but support is improving. Make a Bootable USB of Garuda (or whatever distro you choose, but Garuda Dragonized I’d expect to have the drivers) and try it out. It’s very low effort to try.

    AMD open-sources everything, so their stuff works everywhere. That’s why FSR is always available, because it works on any device and is open source, so it’s easy to support. DLSS only works on Nvidia devices and requires a lot more effort for developers to support, so they often only do it if Nvidia pays them because it costs them money to implement an extra solution and not everyone will even be able to use it.


  • Cethin@lemmy.ziptoGames@lemmy.worldSteamOS expands beyond Steam Deck
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    12 hours ago

    Yeah, the driver thing is pretty much solved at this point. If you have AMD there’s literally nothing to worry about. If you have Nvidia, you’re probably also good to go, but slightly less guaranteed. Make a Bootable USB of the distro you choose and try it to see if your hardware is supported. It’s low effort and no risk.

    Something you might not know is the drivers come packaged with the kernel, so you literally never have to worry about updating your drivers. They’re just there in the background up to date. It awesome.

    The experience with Linux is so much smoother than Windows because the system manages most things for you. All your applications will be updated by the package manager, so you don’t need to go to websites to download updates. Graphics drivers are just there. Everything is just handled for you.


  • It’s built on top of Arch. The distro I’m using is Garuda, which is also built on Arch, and there’s a gaming version that includes everything you need to play games immediately. No one should use SteamOS probably for a desktop. They should use something like Garuda. SteamOS is for a console-like experience.







  • The problem is all the AAA publishers just keep increasing budgets to keep up. This creates a situation where games are so expensive they can’t take risks, so they just follow a formula and are boring and generic. That’s how we’ve gotten to where we are now. AAA games are failing because their budgets are too large. They need to make more smaller, interesting and unique games rather than one massive budget game.

    I have essentially fully turned away from AAA personally. Thinking about it, I can’t actually tell you the last one I played. Indie games are where all the good stuff is.







  • Anyone who thinks OP asking about Assembly with this meme should play the game Turing Complete. It’s great. You have to design a computer all the way from the most basic logic gates (I think you only get a NAND gate to start), designing an ALU and CPU, creating your own machine language, and writing your own programs in the language you designed, and it’s all simulated the whole time. Machine language is pretty advanced as far as things go.