Migrated over from Hazzard@lemm.ee

  • 0 Posts
  • 26 Comments
Joined 4 months ago
cake
Cake day: June 28th, 2025

help-circle
  • Very nice! Sable was actually the first game I played through on Bazzite myself!

    Game’s a bit janky (it was janky on Xbox too, when I played it there years ago, with exploration stuttering so badly I vowed to return on PC later), so it was a little stressful in that I wasn’t sure if the issues were due to the game’s code or something with Proton, etc😆

    But overall a wonderful experience, and an impressive indie debut. I stuck with it until I had all masks this time around!


  • Hmm, you could try using scopebuddy, which comes included with Bazzite. You can include any config options in there if you want, but specifically it supports options for automatically configuring width and height, and you can add more arguments as well. Final command here might look like:

    scb --force-grab-cursor %command%
    

    I also use a lot of custom configs, for example I’m tinkering with Wayland atm, but keep a gamescope config I use like this:

    SCB_CONF="gamescope.conf" scb %command%
    

    The shorter syntax is really nice, and it’s nice to be able to tweak a bunch of global options like PROTON_WAYLAND and PROTON_ENABLE_HDR without having to manage huge commands in Steam.


  • What you’re looking for is called “Wabbajack”. It’s a pretty impressive system, because it actually pulls all the mods from their official nexus mods source, rather than requiring you get permission from every mod you want to include to be compiled into some new package that then has to be maintained and updated whenever anything updates.

    It’s like setting up a full-blown, fully tweaked modlist in a single click. Really impressive solution to navigating a lot of the thorniness that would come from redistributing other people’s work in a “traditional” modpack.






  • Haha, you’re not wrong. Ours tend to ebb and flow with whatever urgent priority upper management has set as well, and it tends to take slack alongside our tech debts. Our management is listening and getting better though, I’m hopeful that in a few years we truly will catch up on our tech debts and have all our managed products in good shape at once.

    That said, even in that environment, we’ve had some pretty incredible 20% success stories. Some of my own experiments from when I’ve had the time have become proper released features, although I mostly use it to skip the bureaucracy and address my pet peeve tech debts, which isn’t the point but is nice to be able to do. And one of our major internal products, with a large dedicated team and roadmap, began as one developer’s 20% project a few years back.



  • Haha, perfectly valid, thanks for the clarification!

    Edit: Just realizing who you are here, and wanted to express my gratitude! Bazzite has been the thing that finally allowed me to feel comfortable ditching Windows on a gaming living room PC, with all my finicky requirements for HDR and a clean controller-driven experience, and it’s been a fantastic decision.




  • Very cool! I’ve only just recently gotten to experience the joys of AV1 for my own game recordings (Linux is way ahead of Windows here), and dang is it nice. 10 minute flashback recordings of 4K HDR@60 for only 2.5GB, and the results look fantastic. Can just drag and drop it over to YouTube as well, it’s fully supported over there.

    Glad to see things moving, I’ll be eager to check this out in a few years once it has wider support!


  • Hazzard@lemmy.zipto196@lemmy.blahaj.zoneintelligence rule
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 months ago

    Yeah, I see these kinds of misunderstandings all the time with people asking ChatGPT to do something with an image, and then it failing and apologizing and doing the same. The LLM doesn’t do anything with the image, it’s calling some other service to do it. It can’t apologize for the output, or try harder to “make sure” that glass of wine is full to the brim, what it says and does in these cases is entirely disconnected.

    Even “recognizing” details in an image, some other service is parsing the image and writing a text description for the LLM. It’s not the same service as the one that does the generation, no part of this pipeline would ever have the chance to realize “hey, this is the same image”.







  • Hazzard@lemmy.ziptoLinux Gaming@lemmy.worldNew PC, use both GPUs?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Unfortunately, I don’t think this would work.

    The answer to where you should plug in is directly into your GPU, as streaming the data from your external GPU to your iGPU will cause data throughput issues as it has to constantly stream data back and forth through the PCIE bus. Even in simple games at low resolutions where that wouldn’t be an issue, you’d still be introducing more input lag. That’s why connecting your display to your motherboard is usually considered a rookie mistake.

    But obviously, if you’re outputting from your external GPU, that silicon is still being used while rendering on the iGPU, which I believe would erase any potential power savings.

    I think the better solution if you really want to maximize power savings, would be to use a conservative power setting on your main GPU, and do things like limiting your framerate/selecting lower resolutions to reduce your power draw in applications where you don’t need the extra grunt. Modern GPUs should be pretty good at minimizing idle power draw.