4K Gaming on Raspberry Pi [video]

(youtube.com)

62 points | by mdp2021 2 days ago ago

15 comments

  • mikae1 4 hours 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...

  • zjp an hour 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.

  • mdp2021 2 days ago

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

    • hinkley 3 hours ago

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

  • z3phyr 2 hours 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 2 hours ago

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

  • ggregoire 2 hours ago

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

  • sthlmb 2 days ago

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

  • Suppafly 3 hours ago

    >[through external GPU card]

    So not interesting at all then.

    • russelg 2 hours 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 2 hours 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 2 hours ago

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