Skip to content

Instantly share code, notes, and snippets.

@WillSams
Last active April 28, 2020 11:37
Show Gist options
  • Save WillSams/88e40c2923d4bbcacf0c91c0e030177e to your computer and use it in GitHub Desktop.
Save WillSams/88e40c2923d4bbcacf0c91c0e030177e to your computer and use it in GitHub Desktop.
Hyperkin X91 on Linux
# For Hyperkin x91 wired XBox One/Windows 10 controller, use xpad to get it working.
# In RetroPie settings, update option Xpad package from source and restart your machine.
# The step above should be fine enough for you Linux desktop. For Raspberry PI, if it still
# isn't working then do this first before updating from source again:
rm -rf /opt/retropie/supplementary/xpad
sudo git clone https://github.com/paroj/xpad.git /opt/retropie/supplementary/xpad
# If on desktop instead of RaspberryPI, calibrate your controller after installing jstest-gtk.
# Ignore the dead space issue with you concerning your right analog stick. :D
sudo modprobe xpad # you may need to do this after that initial restart :D
sudo apt-get install jstest-gtk
# Once in EmulationStation, go to RetroPie menu,Settings-> Input
# ...you should see Generic XBox Gamepad available for you to configure
# After that, plug in your RetroAchievements user/password, download some core, Mr. Boom,
# some roms and get going!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment