• 5 Posts
  • 46 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle


  • AMD is ideal but Nvidia is fine. Basically any game that would work on AMD will work on Nvidia (only exception I know of is the VR mode of Phasmophobia edit: apparently this was fixed ~1yr ago). Gamepass still won’t work though - blame Microsoft for that one.

    That said, Nvidia has more of a performance hit when switching. Ancient Gameplays recently did a video comparing Nobara vs Windows 11, with both the RX 7900XTX and the RTX 4080 Super. These were his average results across 20 games:

    RX 7900XTX: 1080p +2%, 1440p +0%, 4k -2.2%

    RTX 4080S: 1080p -13.8%, 1440p -13%, 4k -10.2%

    So your games will work. They just might run 10%-15% slower until you can snag an AMD card. If you’re interested in fully committing, looks like most used 3080s are going for ~$500 on ebay, so you could probably get an AMD card and get most of your money back.


  • I had the same audio crackling issues in Helldivers on Pop!_OS too. What fixed it for me was following mmstick’s (Pop!_OS dev) instructions from his reddit post about audio crackling, particularly the headroom advice (I think somewhere between 256-512 worked for me):

    If you experience audio crackling, try changing the ALSA properties in /usr/share/wireplumber/main.lua.d/50-alsa-config.lua. Particularly the period-size and headroom. Remove the leading -- from properties you are modifying. Log out and log back in after making changes. Note that any changes to this file will be overwritten on the next wireplumber update.

    First start with changing the headroom to 1024, then 2048. Then try adjusting the period-size. Higher values increase latency and may reduce crackling. A lower period size decreases latency but requires more CPU.

    Edit: also Pop!_OS uses pipewire by default for a few years now, not pulse audio



  • Sonic & All Stars Racing Transformed Collection is a blast if you’re okay with a kart racer.

    Flatout 2 is the OG combat racer.

    If you’re looking for a true “racing sim” type game I would probably recommend one of the Assetto Corsa games, either the original or competizione.

    CarX Drift Racing Online is probably not what you expect, but is really fun. Not exactly a traditional “racing” game because you don’t compete for time, but rather compete for “drift points,” with longer/wider drifts getting more score. It has a surprisingly thorough singleplayer mode, and the multiplayer is relatively relaxed. Multiplayer is setup in an open-world style; you join a big lobby and can just drive around with friends or randoms without actually competing for anything, although people in each lobby can start competitions that everyone else can opt-in to. The main reason I’m recommending it is it has very thorough car customization and is a chill, non-competitive driving game, whether that be singleplayer or multiplayer.







  • You didn’t list your distro, but I had the same issue on Pop!_OS. I fixed it by modifying the ALSA properties in /usr/share/wireplumber/main.lua.d/50-alsa-config.lua. I’d first try uncommenting headroom and changing it to 1024, then logging out and back in. If that doesn’t work, go 2048. If that still doesn’t work, then I’d maybe try adjusting period-size.

    For me, a value in the ~1200 range for headroom fixed it completely. But it will entirely depend on your sound card/hardware. And note, these values will probably be overwritten with any wireplummer updates.

    Also keep in mind, increasing headroom will increase audio latency, so try not to increase it too drastically.










  • Both Bitwarden and KeePass are very secure, certainly much better than something like Lastpass…

    Bitwarden’s server and client are open source and completely E2EE (similar to Signal, the server is zero-knowledge). And even if you don’t trust Bitwarden’s official server, you can host your own.

    KeePass is fine too, but it doesn’t have a centralized server like Bitwarden. You have to use other tools to sync your vault between devices. Which some people prefer, but others dislike. Just depends on your preference.