LizardByte / LizardByte/libvirtualhid

Linux: Chromium misremaps Xbox Series axes and triggers for virtual 045e:0b13 device

Abierto
#84 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@LizardByte-bot ya está trabajando en esto.

Desde el 15/8/2026.

Lenguaje dominante
C++
Estrellas
54
Forks
15
Merge medio
11 h 32 min
PR fusionados (30 d)
34

Descripción

Environment

  • Host OS: Linux
  • Virtual controller provider: libvirtualhid through Sunshine
  • Profile: Xbox Series
  • Browser: Chromium
  • Reported identity: Sunshine (libvirtualhid) X-Box Series Controller (STANDARD GAMEPAD Vendor: 045e Product: 0b13)
  • Tester: https://app.lizardbyte.dev/gamepad-tester/

Observed behavior

Chromium applies the following incorrect routes:

  • LT controls right-stick X.
  • RT controls LT.
  • Right-stick Y controls RT.
  • Right-stick X controls right-stick Y.

The same controller works correctly in Steam's controller tester. Firefox does not show this axis/trigger routing failure.

Source-level explanation

The Linux uinput backend deliberately presents the Xbox Series profile as Bluetooth 045e:0b13, while emitting canonical Linux/XInput-style axes:

  • ABS_X, ABS_Y
  • ABS_RX, ABS_RY
  • ABS_Z, ABS_RZ

Chromium selects its physical Xbox Series Bluetooth mapper for 045e:0b13. That mapper expects the physical Bluetooth joydev ordering rather than the ordering produced by the virtual uinput device. The reported four misroutes correspond directly to that mismatch.

Chromium source:
https://chromium.googlesource.com/chromium/src/+/HEAD/device/gamepad/gamepad_standard_mappings_linux.cc

Expected behavior

Chromium should expose standard Gamepad API controls with:

  • LT and RT on buttons 6 and 7.
  • Right-stick X/Y on axes 2 and 3.
  • Share on button 17.

Constraints

Steam compatibility is the priority and currently works. Do not reorder the Linux backend's emitted axes merely to satisfy Chromium without proving Steam and Firefox remain correct. Evaluate a consumer-safe transport identity or an exact browser/tester normalization path. Keep Windows behavior unchanged.

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.