4K Gaming on Raspberry Pi [video]

(youtube.com)

84 points | by mdp2021 a year ago ago

23 comments

  • mikae1 a year ago

    Re: high performance ARM desktops. Found this[1] the other day:

    > Radxa has something coming soon with many core ARM v9, up to 64GB LPDDR5, 45Tops NPU, 5Gbps ethernets and PCIe 4.0 at your price range. Stay tuned.

    "Your price range" is 300-500 USD. Interesting ARM days ahead...

    [1] https://old.reddit.com/r/SBCs/comments/1ft0o4i/beyond_the_sb...

    • a year ago
      [deleted]
  • mdp2021 a year ago

    Blog post from Jeff Geerling about the setup: https://www.jeffgeerling.com/blog/2024/use-external-gpu-on-r...

    • hinkley a year ago

      Didn’t he do one of these a few years ago? Feel like I’m having Deja vu.

    • a year ago
      [deleted]
  • zjp a year ago

    This is great. A big drawback of arm chips is that none of their GPUs seem to support OpenGL, just GLES. Being able to pair a Raspberry Pi with a dedicated GPU and shave hundreds of dollars off the price of assembling a machine is going to go far towards getting AI, or even just desktop research programs like ChimeraX, into the hands of researchers in low purchasing power markets.

    • ThatPlayer a year ago

      Snapdragon Adreno's freedreno GPU drivers have full OpenGL support: https://mesamatrix.net/#OpenGL , but definitely the exception. I think you can get some support through Zink on top of Vulkan, and the Pi's Vulkan drivers have been improving.

      • zjp a year ago

        Thanks for the pointer! I'll be trying to set up Zink and see if I can write some documentation around using it for ChimeraX.

  • ggregoire a year ago

    Crazy how big his channel has become. I used to install bare metal servers with Jeff's Ansible scripts almost a decade ago!

  • wernerb a year ago

    I am looking for a low power at idle (5-10 watts) server that could activate/deactivate gpu at will as a GPU takes a lot of extra watts at idle. The use case is that the server keeps running for NAS/home server stuff and can activate a gui environment at will (Wayland seat) for gaming. Bonus points for the software able to handle multiple people (seats) for small desktop use cases. A small ARM SBC makes sense. Give me hardware encoding for AV1 and take my money.

  • z3phyr a year ago

    I want to experiment with graphics programming without using APIs like Vulkan and write GPU code at the lowest level possible. I believe a lot of complexity can be shaved off with added advantage of a custom rendering toolchain. I can do native voxel primitives and ideas from Ken Silverman's old voxel engine, all implemented in the GPU. The only problem will be cross platform support.

    I would really love a low cost board with open GPUs for that. Custom software renderers are the future I am looking forward to. Its the holy grail to ultimate developer freedom, without the complexity and verbosity of current day situation. Cross platform will need work from hardware manufacturers though!

    • int0x29 a year ago

      Ignoring supporting multiple GPU vendors for a minute, the backwards and forwards compatibility would likely be bordering on non-existent.

    • levzzz a year ago

      [dead]

  • sthlmb a year ago

    Booo, I wanted to see the big GPU nestled on top of the Pi 5 in the Pineboards uPCIty Lite HAT :D

  • a year ago
    [deleted]
  • Suppafly a year ago

    >[through external GPU card]

    So not interesting at all then.

    • russelg a year ago

      Getting an external GPU to work on a raspberry pi is a huge feat... PCIe support, functional drivers, these things don't just appear out of thin air. Jeff has been working on getting to this point for multiple years now.

      I would recommend reading his blog posts on the matter to see how much progress there have been, as well as the issues along the way.

      • Suppafly a year ago

        I like his content, but these sort of unbelievable thing on a raspberry pi articles with clickbait titles aren't particularly interesting when they essentially involve offloading all the work to an external component that is more powerful than the pi itself.

        • akie a year ago

          The point is that he made it possible to do the offloading.

          • Suppafly a year ago

            Did he? I started to skim the video and it looked like he just used a lot of commercially available adapters.