-
Notifications
You must be signed in to change notification settings - Fork 2.2k
User report very long controller init times after uprev to 2.26.1 #6799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What is the output of lsusb? |
Hi, user in question here. Output of
|
Ah, I'm betting it's one of the Razer devices. Let's see if we can isolate which device is causing the issue. Can you try launching with this environment variables set? env SDL_HIDAPI_IGNORE_DEVICES=0x1532/0x0000 /home/<YourName>/Applications/AppimageName.AppImage Then, if that works, try each device individually? env SDL_HIDAPI_IGNORE_DEVICES=0x1532/0x0226 /home/<YourName>/Applications/AppimageName.AppImage
env SDL_HIDAPI_IGNORE_DEVICES=0x1532/0x0099 /home/<YourName>/Applications/AppimageName.AppImage
env SDL_HIDAPI_IGNORE_DEVICES=0x1532/0x0529 /home/<YourName>/Applications/AppimageName.AppImage And just for kicks, let's try this one too? env SDL_HIDAPI_IGNORE_DEVICES=0x26ce/0x01a2 /home/<YourName>/Applications/AppimageName.AppImage |
OK, so the result was 0x0000 > No issue As for the last item, ASRock LED Controller, I use a udev rule to blacklist the device, as it was interfering with input for my controllers: /etc/udev/rules.d/01-asrock-LED-controller.rules
Not sure if that has anything to do with this, but just figured I should disclose this. |
Judging from that it is the keyboard (Ltd Huntsman Elite). Are you using the OpenRazor Arch package? (https://openrazer.github.io/#arch)? Honestly this looks like a bug in their stack somehow. |
Thanks! This should be fixed by 817454c. |
Well that certainly is a fix haha. Thanks @slouken |
You're welcome! :) |
Uh oh!
There was an error while loading. Please reload this page.
Novum/vkQuake#594
This didn't happen before on SDL 2.0.22 (with some backports)
Getting those in the log:
User is running a custom kernel and Arch though so this might just be a some problem in other parts of the system. Still wanted to point it out because it seems it was fine in older SDL versions.
The text was updated successfully, but these errors were encountered: