-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Steam game doesn't recognize joystick/gamepad #108
Comments
Hello @jackunity69 I would recommend spawning a terminal inside the sandbox. For example using alacritty: Using terminal you can use the The current controller algorithm is very error prone and should be reworked using udev. See #16 |
I tried |
I doubt that it will change anything. The biggest issue will be if the game uses udev to enumerate controllers. In that case only passing entire udev socket would work. |
By the way does the Steam itself recognize the gamepad? I think if you go to options there should be gamepad options. Also try disabling the Steam Input. |
Yeah I've done that, still no works with the game. Steam does recognize the gamepad. |
I have this issue as well. Works fine with sandboxed native emulators, however no WINE game will recognize the controller. |
Probably something changed about how wine detects controllers. This needs to be investigated. Hmm... Do an old Proton versions detect controllers? They definitely worked for me back when I started bubblejail in 2019. |
I couldn't find any game that would run with older Proton (6 and below) - if anyone knows of a game that is known to work, I'll test and report back. Steam itself now also doesn't detect my controller anymore, though it used to. |
@igo95862 , how can I do this? I do get the error edit: passing |
It looks like if |
hmm, I tried to create the file ( |
So creating the empty
I tested several games both native and in proton experimental and the controller worked in all of them. Not sure if it my controller or my selection of games but I didn't encounter any issues. |
Octopath Traveler did not want to use controller at first but as soon as I disabled the Steam Input it worked. |
Yep, it seems to work now on Steam (tested with DSR, Proton Experimental). They must have fixed it. |
It's still doesn't work on my game(it's a fighting game UNDER NIGHT IN-BIRTH II Sys:Celes), maybe the game engine is old(dx9 game) or wayland/hyprland issue idk. I also changed my pc configuration to have dual gpu for vm gpu passthrough. |
@jackunity69 make sure to test with Proton Experimental. 9 wasn't working for me, but experimental did; |
@odomingao yeah already did that but still though, I just run the game on vm now. though I still using bubblejail on kb/mouse game. I'll try other game in future to test out if it's the game problem or wayland/hyprland issue. Thank you guys. |
Description
I already check the joysticks and gamepads after configuring the instance in the GUI, steam does recognize my gamepad but the game is not. Do you know how to solve this? Thank you.
The text was updated successfully, but these errors were encountered: