I assume the “anti-cheat” he brings up in Doom: The Dark Ages is actually Denuvo, which likely would have some issues running, although a January 2025 post on Phoronix indicates maybe it does work, or Denuvo support is being worked on? [0] Doom The Dark Ages is a single player game, so I’m not sure who you’d be cheating against, aside from maybe some real Buzz Killington’s saying you’re “cheating Microsoft by piratin…
Denuvo is malware, not anticheat.
RTX 5090 and Raspberry Pi: Can it game?
71–80 of 119 posts
Re: RTX 5090 and Raspberry Pi: Can it game?
#72I think the conclusion here is that Raspberry Pis are now too pricey (especially when factoring in the various required accessories) and rarely make sense for typical desktop use vs. x86 mini-PCs. They make even less sense compared to various used thin clients that can generally be found on eBay.
You're paying a premium for physical compatibility with a ton of niche accessories. Whether or not they make sense depends on how important those accessories are to your use case. That and the prices never really came back down to earth after the chip shortage hikes.
No. There are a bunch of alternatives with some to full pin compatibility. Some being many times faster [1]. No new projects should use a new Raspberry Pi.
Re: RTX 5090 and Raspberry Pi: Can it game?
#73Is Raspberry Pi 5 16 GB the best one can get right now for tinkering?
I think the sweet spot for the Pi 5 is 4GB (cost vs functionality you can use it for). But if you're like me, you don't care about value quite as much as fun/exploration. And for that, the more RAM, the merrier...
Re: RTX 5090 and Raspberry Pi: Can it game?
#74I think the conclusion here is that Raspberry Pis are now too pricey (especially when factoring in the various required accessories) and rarely make sense for typical desktop use vs. x86 mini-PCs. They make even less sense compared to various used thin clients that can generally be found on eBay.
It would make a lousy desktop computer even if it was 10x as powerful. - high current 5V USB power supply you probably don't have - HDMI micro port you have like 1 cable for - PCIe through very fragile ribbon cable + hodgepodge of adapters - more adapters needed for SSD - no case, but needs ample airflow - power input is on the side and sticks out GPIO is the killer feature, but I'll be honest, 99% of the hardware ha…
The only case I can think of is very heavy compute that relies on low latency GPIO related to that compute?
Re: RTX 5090 and Raspberry Pi: Can it game?
#75Managed to complete the games with decent graphics and framerate at the time. It wasn't an ideal setup, but I didn't care. In fact, I thought it was a cool hack to play games at the time without forking out a lot of money to build a gaming PC.
Maybe there are probably better options now to game than attaching a dedicated GPU with whatever hardware you already have, but I can verify that external GPUs are really cool and useful (though a 5090 is definitely not needed). You also don't have to care about cooling the GPU, since it's "atmosphere" cooled (though headphones and/or ANC are a must).
Re: RTX 5090 and Raspberry Pi: Can it game?
#76Re: RTX 5090 and Raspberry Pi: Can it game?
#77Earlier quoted context omitted.
I'm not very familiar with this layer of things; what does it mean for a GPU to drive a boot sequence? Is there something massively parallel that is well suited for the GPU?
> what does it mean for a GPU to drive a boot sequence It's a quirk of the broadcom chips that the rpi family uses; the GPU is the first bit of silicon to power up and do things. The GPU specifically is a bit unusual, but the general idea of "smaller thing does initial bring up, then powers up $main_cpu" is not unusual once $main_cpu is ~ powerful enough to run linux.
Re: RTX 5090 and Raspberry Pi: Can it game?
#78I had no idea any of this stuff worked well enough to actually run modern games. The FEX emulation layer. The eGPU. It's not how fast this stuff runs that impresses me, it's that it runs at all.
Re: RTX 5090 and Raspberry Pi: Can it game?
#79Earlier quoted context omitted.
a great post that definitely inspired this one. i link to it in the first paragraph of my blog post.
I feel like maybe by the end of this year someone with access to a bunch of RTX Pro 6000s will have them running on a Pi or RK3588 lol.
Re: RTX 5090 and Raspberry Pi: Can it game?
#80Earlier quoted context omitted.
> what does it mean for a GPU to drive a boot sequence It's a quirk of the broadcom chips that the rpi family uses; the GPU is the first bit of silicon to power up and do things. The GPU specifically is a bit unusual, but the general idea of "smaller thing does initial bring up, then powers up $main_cpu" is not unusual once $main_cpu is ~ powerful enough to run linux.
That’s interesting, particularly since as far as I can tell, nothing in userland really bothers to make use of its GPU. I would really like to understand why, since I have a whole bunch of Pi’s and it seems like their GPUs can’t be used for much of anything (not really much for transcoding nor for AI).