Kai Krakow

Results 1208 comments of Kai Krakow

This should not be a driver bug because the driver initializes with force feedback support enabled, the device should only become available after the rumble notification, and then the feedback...

Well, just because without the rumble notification the force feedback device becomes available sooner, doesn't mean there isn't a race condition in SDL: It should wait until the driver initialization...

@chaorace The general problem with SDL is that it re-implements kernel driver logic in user-space but using fixed hardware description tables (controllerdb) instead of HID descriptors (which it could easily...

> btrfs is fairly CPU-heavy in the kernel, and this CPU usage can bypass normal process priority control mechanisms. I think there's also a lot of unrelated lock contention which...

> I have two NVME SSDs, one of which has been passed through to the VM. So it affects even completely isolated IO? > ``` > sudo beesd -c=6 /run/bees/mnt/df6d2459-8f5a-4585-a2ff-5461bf494be4...

Basically, I'm using this: ```ini # /etc/systemd/system/bees.service [Unit] Description=Bees Documentation=https://github.com/Zygo/bees After=local-fs.target RequiresMountsFor=/mnt/btrfs-pool [Service] Type=simple Environment=BEESSTATUS=%t/bees/bees.status ExecStart=/usr/libexec/bees --no-timestamps --strip-paths --thread-count=3 --loadavg-target=5 --verbose=5 /mnt/btrfs-pool CPUAccounting=true CPUWeight=12 IOSchedulingClass=idle IOSchedulingPriority=7 KillMode=control-group KillSignal=SIGTERM MemoryAccounting=true Nice=19...

I think this was fixed by commit f160ab33b7... We experienced the same problem when using original version 0.5.

I'm having this problem, too. No matter if it is WEBrick or Mongrel. The issue is with Rails 2.3.2, however the application is not easily upgradeable (there seem to be...

> In all three cases the controller has been downgraded from the BLE firmware. I'm curious whether it's related to the controller firmware, or whether something changed in the newer...

Is this a USB gamepad? xpadneo doesn't support that protocol yet, it's a HID-only driver, and only Bluetooth-connected gamepads can work.