Coreforge

Results 43 comments of Coreforge
trafficstars

I've got some slightly different behavior on Proton 5.0-10. It doesn't open anything, but it doesn't exit either, it just stays running. [The proton log](https://gist.github.com/Coreforge/bd26dbcd7a10d826a643752ff59fb9a0) still has errors about Arbiter.dll...

I tried loading it. It doesn't export many functions (entry and two others), and analyzing took up all 32GB of ram so I had to stop it.

The issue is less tied to address space, and more to the fact that the pi can't handle 64bit long transactions over pcie. If a card requires those, it won't...

Basically only on a cm4. Technically it's possible to desolder the USB3.0 controller on a Pi 4 and get access to the PCIe bus that way, but since the cm4...

I kinda doubt it, but if you're only supplying 12V and the riser you're using doesn't have an extra power connector, it could be that the card draws more on...

https://www.techpowerup.com/gpu-specs/radeon-hd-7470-oem.c299 The card itself doesn't support vulkan. That doesn't mean it wouldn't be possible for a driver to exist that implements at least part of the api, but I doubt...

To test where it gets to easier without recompiling the kernel each time, you could use a jtag adapter or a second pi as one with openOCD. You'll have to...

There are a few memcpy_toio and memcpy_fromio in the driver that likely will cause issues. The best way is probably to put a 32-bit version of the two functions and...

Was there anything in dmesg when running wayfire or x11? I saw you had some issues compiling in #6. `compat_alignment.c` might only get compiled if `Kernel Features -> Kernel support...

Were there a bunch of fixup messages in dmesg without the`Storing %d bytes` message when glmark failed? (they might get mixed up a bit, but if it's getting stuck on...