I have Xbox Gamepass set on my Steam Deck using the Edge Browser, and I can get logged in, but it doesn’t recognize the Steam Deck gamepad as being there. Anything I can do to fix this or do I have to sync an xbox gamepad to play?
You must log in or register to comment.
Had a similar issue trying to see how Amazon Luna worked on Chrome.
I needed to
flatpak --user override --filesystem=/run/udev:ro com.google.Chrome
in Konsole.
You should try
flatpak --user override --filesystem=/run/udev:ro com.microsoft.Edge
That command opens the permission to have read only access to /run/udev, which should enable the browser to see the built-in (or any connected for what is worth) controller input.