Created
October 15, 2017 21:51
-
-
Save Telematica/1b1541801e12a3225aa9744e440a0c9b to your computer and use it in GitHub Desktop.
XBOX 360 Controller on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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