Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

geerlingguy/raspberry-pi-pcie-devices

Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
The uPCIty is working again, the issue was just some gunk from the FPC connector (probably flux residue?) on the cable. Since my PSU only has 2 PCIe power connectors, I first tried having one co...

View on GitHub

mikegapinski created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> I pushed some changes to the my `rpi-6.6.y-gpu` branch for gfx10 cards. The 6700XT initializes fine and glmark2 runs, video decoding or encoding (haven't tested it more granularly yet) produces V...

View on GitHub

geerlingguy created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
@Coreforge - Awesome, more modern cards back on the menu then. I may try through my Oculink setup again, to see if the signal integrity could be your main issue — it could certainly be... Also s...

View on GitHub

geerlingguy created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
@SpudGunMan - Only AMD for now. Going to hopefully do another round of testing with Nvidia cards soon.

View on GitHub

samip5 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> You can replace the long pillars with short pillars True, but it only comes with the long ones. :)

View on GitHub

yoyojacky created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> If only one could also find a case that would fit with the long pillars. You can replace the long pillars with short pillars, that's can make it easier to get a fitable case.

View on GitHub

eli3162 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> When i using this way to install the pineboard hat i can t use the ALPR anymore. i get this errors: `21:24:53: 21:24:53:Started License Plate Reader module 21:24:53:ALPR_adapter.py: Traceback (mo...

View on GitHub

eli3162 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> When i using this way to install the pineboard hat i can t use the ALPR anymore. i get this errors: `21:24:53: 21:24:53:Started License Plate Reader module 21:24:53:ALPR_adapter.py: Traceback (mo...

View on GitHub

eli3162 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
Thanks for all the advice, @geerlingguy & @MidnightLink! I was able to get my Coral TPU running just fine! Although I'm not so sure about api support and kinda disappointed about the fact that I co...

View on GitHub

Manorhos created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
Just wanted to report that my good old HD7870 works fine with your adapted kernel ([this revision](https://github.com/Coreforge/linux/commit/7fa79e5c59da8c6a2b0fb4d2cbd190c44904e64d)). Just built ...

View on GitHub

SpudGunMan created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
Did this ever become reality or only amd driver?

View on GitHub

Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
I pushed some changes to the my `rpi-6.6.y-gpu` branch for gfx10 cards. The 6700XT initializes fine and glmark2 runs, video decoding or encoding (haven't tested it more granularly yet) produces VM ...

View on GitHub

INeedTogepi starred geerlingguy/raspberry-pi-pcie-devices
Scouterdev starred geerlingguy/raspberry-pi-pcie-devices
Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
Mesa 23.2 and 23.3 built from upstream can both encode and decode h.264 and hevc fine, so I don't know why the version debian 12 ships is broken. Future versions in the repo will hopefully work cor...

View on GitHub

xlazom00 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
Distcc is also good friend

View on GitHub

Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
I'm cross-compiling most things, my 5950x makes pretty quick work of that (mesa takes about a minute, the pi kernel a bit over 4)

View on GitHub

geerlingguy opened an issue on geerlingguy/raspberry-pi-pcie-devices
Test Nvidia RTX A400 Desktop Workstation GPU
The [Nvidia RTX A400](https://amzn.to/4f7AkeH) is a _relatively_ inexpensive graphics card targeted at the desktop workstation space—when you need something slightly better than the built in iGPU o...
Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
2A is not enough for an RX460. Mine has a board power limit of 48W, and 12V 2A is only 24W, so under higher load, you're getting above the limit of your PSU. I've been using a spare 450W ATX PSU. ...

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages geerlingguy/raspberry-pi-pcie-devices
  • deploy: 2ad3dacd572d74927cfb8d11740c821e67c1d630 0a7e140

View on GitHub

geerlingguy pushed 1 commit to master geerlingguy/raspberry-pi-pcie-devices
  • Add XFX 460 4K gaming video to site links. 2ad3dac

View on GitHub

mikegapinski created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
> Hmm, weird one from me. > > With the frankenstein setup of everything chained I can get kmstest and Wayfire working on the RX 460. With the Pineboard uPCIty Lite and the longest of the XL PCIe...

View on GitHub

parshnt starred geerlingguy/raspberry-pi-pcie-devices
unforgiven512 starred geerlingguy/raspberry-pi-pcie-devices
saya6k starred geerlingguy/raspberry-pi-pcie-devices
Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
If an instruction (could just be a regular load/store, load/store pair, or NEON) tries to do something with the addresses not aligned properly, on normal memory, it should work and just be slower, ...

View on GitHub

xlazom00 created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
@Coreforge I do remember when I wrote opengl app for phones there was issue with memory alignment. All start/dest addresses for NEON instructions on ARM need to be aligned. And I checked x86/x...

View on GitHub

Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
![image](https://github.com/user-attachments/assets/ddee56da-0086-4a43-84b5-58a508c6bb85) The version of ffmpeg I have installed seems to be buggy, but limiting it to a single core with taskset ma...

View on GitHub

Coreforge created a comment on an issue on geerlingguy/raspberry-pi-pcie-devices
As a test I tried forcing all user BOs to be located in VRAM, which seems to have made the GPU crash less, but firefox is still not decoding properly and only showing some colourful bars. In the...

View on GitHub