Skip to content

Instantly share code, notes, and snippets.

@Telematica
Created October 15, 2017 21:51
Show Gist options
  • Save Telematica/1b1541801e12a3225aa9744e440a0c9b to your computer and use it in GitHub Desktop.
Save Telematica/1b1541801e12a3225aa9744e440a0c9b to your computer and use it in GitHub Desktop.
XBOX 360 Controller on Ubuntu
#Install: Open a terminal window and run:
sudo apt-get install xboxdrv -y
#Usage: Open a terminal window and run:
sudo rmmod xpad
sudo xboxdrv --mouse
#https://github.com/xboxdrv/xboxdrv
#http://www.omgubuntu.co.uk/2013/07/dealing-with-xbox-controllers-in-ubuntu
#Source: http://xubuntugeek.blogspot.mx/2012/07/how-to-use-xbox-360-controller-as-mouse.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment