Kai Krakow
Kai Krakow
Well, fossilize works in two stages: While playing the game, it will record the shader pipeline (in its GPU-agnostic raw format). Additionally, it may download crowd-sourced pipeline caches so you...
> because fossilize_replay is filling system coredumps Yeah, these are gone for me since some time now. But I also had a lot of them. For me, the remaining coredumps...
I think it was mentioned somewhere that a custom built version is not a drop-in replacement for fossilize shipped with Steam. That said, what you see may be an issue...
This is a known issue with some older native games which expect a DirectInput gamepad. This affects almost all native Unity games because Unity uses a completely wrong internal mapping....
It looks like the Bluetooth driver cannot reliably establish the connection with your controller. That might be an incompatibility with your Bluetooth chipset (try another dongle, we have a list...
This fix is already queued for v0.10. v0.9 will not support kernel 6.17+.
I will first rebase my kernel patches to 6.18 to boot my system with 6.18, then I'll fix the master branch. Due to current situation, I will release v0.10 early...
USB connection can only be supported if the controller uses the HID protocol. No Xbox controller I know of does that. That that, there's a future milestone to also support...
No, xpad isn't a HID driver, it's a GIP driver, and that usually sits in the USB layer only. What you're looking for is hid-generic or hid-microsoft which should work...
Please try running `sudo modprobe hid-xpadneo`, then check `dmesg` for any obvious errors.