• Riskable@programming.dev
    link
    fedilink
    English
    arrow-up
    31
    ·
    edit-2
    10 months ago

    Oh please be a stand-alone VR headset. I’m so sick of Meta’s awful software!

    I have modded Beat Saber and you’d think it would be easy to keep your maps/replays synchronized with your computer. Nope! It’s a huge, manual pain in the ass.

    If it was running SteamOS I could just create a cron job or systemd timer and have it auto-sync whenever I turned it on. It would be trivial!

    • notfromhere@lemmy.one
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      edit-2
      10 months ago

      Have you seen BeepSaber?

      A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets) This game uses godot 3.2. The implementation supports to load and play maps from BeatSaver.

      A little hokey but I bet it doesn’t break every other week when Meta updates it. Not sure on addons tho.

      • Riskable@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        The last commit to beepsaver was over a year ago and there’s no mechanism to submit scores to anything like BeatLeader (https://www.beatleader.xyz/u/76561198133136058)

        I’m sure a better Beat Saber clone will come out some day but without a global leaderboard and support for replays it’s unlikely to ever get much adoption (amongst the fanatics anyway, haha)

  • randomaside@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    13
    ·
    10 months ago

    Someone in the comments of that article made a note about having a “Steam Brick” that would be a steam deck like console.

    I’ve been investing a lot of time into ChimeraOS and Bazzite for universal Blue lately. I highly recommend building a small form factor PC in something like a fractal ridge with an old 5700XT (or the cheapest AMD RDNA GPU you can find really) and give it a go!

    We can all steambox again if we just believe!

    • Dandroid@dandroid.app
      link
      fedilink
      arrow-up
      10
      ·
      10 months ago

      I already have a Steam Deck, but what excites me about the prospect of a new valve set-top console is a Steam Deck-like controller.

      I’m definitely in the market for a new controller to use with my Steam Deck, as I almost always have it docked. But nothing seems like it has everything I want in a controller. I kinda just want a Steam Deck without the screen. I don’t want to use Bluetooth because I get poor performance in my house, probably due to wireless interference, and because it won’t wake the Steam Deck from sleep. I currently use an Xbox controller with the wireless receiver, but I hate needing to reinstall the drivers after every software update.

      • arefx@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        I want a new updated steam controller so bad, I loved the original even tho it’s widely hated, if they just fixed the small issues it had that they already fixed with steam deck controlls, I would be so happy.

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 months ago

        but what excites me about the prospect of a new valve set-top console is a Steam Deck-like controller.

        I want a Steam Controller 2 so bad! DO IT VALVE

      • Gristle@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        10 months ago

        Quick preface, this isn’t meant to be disrespectful or confrontational, I’m genuinely curious, but what are you playing while docked? I bought the dock and have only a tiny bit of buyer’s remorse because I feel like anything put up on the big screen is so low quality that it’s not even worth it and just either stream it from my PC to Deck or play on the PC directly. I admit I may be doing something wrong, I don’t have the time to fiddle with it to optimize.

        • Dandroid@dandroid.app
          link
          fedilink
          arrow-up
          2
          ·
          10 months ago

          I bought a steam deck primarily to have a PC hooked up to my TV. My main use case is watching live pirated sports streams. I tried a Raspberry Pi, and it just didn’t have enough power. It kept getting micro stutters, which made it unwatchable. I figured having a decent integrated GPU would help immensely with video decode.

          And then when I got the steam deck, I installed emulators and got a bunch of roms, and now I play classic games with my wife.

          And then I learned about moonlight. My gaming PC is in another room, but now I could play any game on the TV in the living room with moonlight.

          So those are my three main use cases. I brought my Steam Deck on my last three trips but didn’t even open it the case. I guess I’m just not really into gaming on the go.

        • MrPoopbutt@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          Do you have any image quality issues streaming from PC to dock? I always have what looks like low bitrate when doing this, even though my network is more than capable of higher bitrates.

          • Gristle@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            I did some tweaking that I found online somewhere for host/client settings and since then, no not really. I’ve made sure that the host is wired in and I’m working on getting the deck dock wired in too but my house is old and not easily cat5-able. It doesn’t look GREAT most of the time but it’s pretty passable. I know you didn’t ask about undocked but with the smaller screen it definitely clears some stuff up and looks a little nicer.

      • Illecors@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        In regard to reinstalling drivers - look into pacman hooks. You want one for the kernel to trigger driver reinstallation.

          • Illecors@lemmy.cafe
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            From what I understand you’re running the script posted here, right?

            ArchWiki link on pacman hooks;

            Manpage link for hook format.

            What you need is a file - let’s call it stick-of-joy.hook - in /etc/pacman.d/hooks:


            [Trigger]
            Operation = Install
            Operation = Upgrade
            Type = Package
            Target = linux
            [Action]
            Description = Install a stick of joy
            When = PostTransaction
            Exec = /bin/bash -c /path/to/script
            

            Writing this up on the go, so might have missed a syntax error or something. Make sure the script is executable - chmod +x /path/to/script.

            You can test it by reinstalling the linux package - pacman -S linux.

    • c10l@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      I tried installing Bazzite on a couple different computers. It just didn’t work. The Bazzite Portal, which is supposed to come up in first boot, never did. I must have installed it 5 or 6 times.

      Clicking on it in the menu did nothing. Running from the CLI makes it come up but one time it just hung on the second or third step with no option to recover (and then wouldn’t run again), and another time it ran through but failed to produce a usable system in any way (again, with no option to recover).

      I like the idea but I don’t have infinite time to fiddle with it so now I’m running Ubuntu with auto-login to the gaming user account which starts Steam Big Picture automatically.

      It’s as close to a console experience as I can get.

    • Ananace@lemmy.ananace.dev
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Been running ChimeraOS - though it was GamerOS when I installed it - on an Atari VCS for a while now, it does great as a low-powered couch gaming box.