Jeff Geerling
Jeff Geerling
GravityMark showing a respectable 65,842:
Card is on the site here: https://pipci.jeffgeerling.com/cards_gpu/amd-radeon-rx7900xt-20gb.html
I installed Steam via Pi-Apps/Box64, and it seems to work well. I was able to play Horizon Chase Turbo, but Portal 2 wouldn't launch. SuperTuxKart of course plays perfectly.
Some llama.cpp Vulkan benchmarks over here: https://github.com/geerlingguy/ollama-benchmark/issues/23
lspci output: ``` 0001:01:00.0 VGA compatible controller: NVIDIA Corporation AD104 [GeForce RTX 4070 Ti] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 8902 Control: I/O- Mem+ BusMaster+...
Some AI benchmarks, since those work nicely without a display, at least: https://github.com/geerlingguy/ai-benchmarks/issues/45
I'd like to test video transcoding capabilities, with both ffmpeg directly, and maybe Jellyfin... For some repeatable benchmarks, I'm looking at [encoder-benchmark](https://github.com/Proryanator/encoder-benchmark). Here's how I'm trying to set it up:...
In lieu of that, I did one manual run with: ``` cd /home/jgeerling/Videos && \ time ffmpeg -i 720-60.y4m -c:v h264_nvenc -pix_fmt yuv420p -movflags +faststart 720-60.mp4 && \ time ffmpeg...
Running Jellyfin (after using its official [installer](https://jellyfin.org/docs/general/installation/linux#debian--ubuntu-and-derivatives)), I just set it to use hardware encode (`Nvidia NVENC`), copied a few movies over, and could play at least two at a...
The card is on the site now: https://pipci.jeffgeerling.com/cards_gpu/amd-radeon-rx-580.html Also, I'm going to reference #696, where @System64fumo was working on getting an RX 580 working on an RK3588 board (an Orange...