How to Use Xbox 360 Wireless Gaming Controller?












4















Im Curious about the usage of the controller to play any games, like... does it even work in linux?,if so do i need a driver of some sorts?










share|improve this question





























    4















    Im Curious about the usage of the controller to play any games, like... does it even work in linux?,if so do i need a driver of some sorts?










    share|improve this question



























      4












      4








      4








      Im Curious about the usage of the controller to play any games, like... does it even work in linux?,if so do i need a driver of some sorts?










      share|improve this question
















      Im Curious about the usage of the controller to play any games, like... does it even work in linux?,if so do i need a driver of some sorts?







      gamepad






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 25 '10 at 16:07









      Jorge Castro

      36.2k105422617




      36.2k105422617










      asked Nov 25 '10 at 8:05









      Uri HerreraUri Herrera

      10.4k1574130




      10.4k1574130






















          4 Answers
          4






          active

          oldest

          votes


















          5














          Xbox controllers are plug and play in Ubuntu but there is an Ubuntu wiki guide if your controller isn't recognised.



          Xbox 360 wiki



          Most times its best just to try it out you would be surprised by how much hardware works with Ubuntu without any tweaking or editing any text files.



          Hope you have fun!!!






          share|improve this answer































            2














            You're going to need a special Microsoft dongle to talk to the Wireless controller as it uses a proprietary protocol unique to the Xbox. Same goes for Windows.



            Once you have that I it should plug and play (it did for me), on "most" games that suport gamepads






            share|improve this answer































              1














              I'm using the Microsoft Xbox 360 Wireless (Gaming) Receiver for Windows in Ubuntu Linux together with multiple “Microsoft Xbox 360 Wireless Controller” gamepads for single or multiplayer games with up to 4 controllers simulatiously.



              This solution took me some time to figure out and it might be not the final solution to issues with gamepads in Linux, but these controllers are some of the most supported gamespads in the Linux world and a standard in PC gaming for game developers since their introduction in 2005 until today. This solution works for Xbox and Xbox One Controllers too.



              As drivers, I've used xboxdrv and xpad before on my notebook (from Ubuntu LTS-Versions 12.04 until 18.04), but xboxdrv failed to be fully recognised with some games on my new PC with a fresh Kubuntu 18.04 LTS installed, because xboxdrv it is unmaintained now (since about 2 years). The last Ubuntu LTS it was working perfectly for me was 14.04, just with installing the PPA.



              Just after installing Kubuntu 18.04 LTS (or Ubuntu 18.04 LTS for that matter), I’ve first tried to use my Xbox360 Wireless Controller gamepads and it worked out of the box with the default kernel driver version of xpad, but only in some games, where the analog bumpers (LB and RB) where not needed. Problems arrived in Steam and Steam Play, for native Linux games as well as Windows games though Steam Play (Valve's Wine adaption inside steam). Valkyria Chronicles played well, in Grand Theft Auto V only the camera worked (unplayable) and in Project Cars 2 I was able to assign the basic controls to buttons that worked, but it was almost unplayable.



              I tried every solution with xboxdrv then, that I could find on the net, but it’s just too old now. Valve contributed a lot to linux gaming since then. All buttons worked with xboxdrv, but the configuration mixed up the axis of the right stick and the right bumper and I couldn’t figure out how to solve it.



              So here is the solution using xpad that made all the magic happen just by installing it. All the gamepads worked perfectly as it should have been with all the games I tried.





              Install the Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers



              Go to https://github.com/paroj/xpad



              Follow the installation instructions there. By the time of writing it goes like this:



              Open Terminal





              1. Install git and dkms if you haven't got it by entering:


              sudo apt-get install git dkms



              or jump to the next step.



              If you don't know or are not sure, just enter it anyway and the system checks for a version to update only, if you have it already.





              1. Enter:



                sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4




              2. Enter:



                sudo dkms install -m xpad -v 0.4



              3. Optional: reboot (just to be sure)



              Enjoy! ;)



              Further information to install the hardware you find at Microsoft's support here: https://support.xbox.com/en-US/xbox-on-windows/accessories/xbox-360-wireless-gaming-receiver-windows





              Install this PPA with joystickwake to help with Screensavers



              Unless a game takes special steps, you also will need a joystick-aware screen waker until the display servers catch up. Joystickwake helps linux gamers who are tired of their screen saver interrupting their fun. The source code and documentation are on github:
              https://github.com/foresto/joystickwake




              1. Enter:
                sudo add-apt-repository ppa:foresto/toys

              2. Enter
                sudo apt-get update








              share|improve this answer










              New contributor




              Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.




























                0















                This package provides additional configurations over xboxdrv driver
                (see xboxdrv home for more info at
                http://pingus.seul.org/~grumbel/xboxdrv/).



                Unlike stock xpad kernel driver, xboxdrv provides a wide variety of
                configuration options: it allows you to simulate keyboard and mouse
                events, remap buttons and axes, apply autofire, invert axis, tweak
                axis sensitivity, emulate throttle and rudder controls and send
                macros.



                But while xboxdrv is included in its last version on Ubuntu 14.04, it
                lacks additional configuration to get it properly working.



                This package adds additional configurations over xboxdrv:




                • Clear broken configurations;

                • Properly configure a upstart service;

                • Manage xboxdrv service on System suspend/resume;

                • Add support for user options at /etc/default/xboxdrv;

                • Start with support for 4 joysticks;

                • Add a "Joysticks" entry into System Settings panel;

                • Easy ForceFeeback activation.


                To install:




                sudo apt-add-repository ppa:rael-gc/ubuntu-xboxdrv 
                sudo apt-get update
                sudo apt-get install ubuntu-xboxdrv


                Reference:




                • New Ubuntu Xbox 360 Controller App Makes Set-Up Easier

                • launchpad.net: Ubuntu xboxdrv Integration : Rael

                • github.com: raelgc/ubuntu_xboxdrv






                share|improve this answer























                  Your Answer








                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "89"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: true,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f14849%2fhow-to-use-xbox-360-wireless-gaming-controller%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  5














                  Xbox controllers are plug and play in Ubuntu but there is an Ubuntu wiki guide if your controller isn't recognised.



                  Xbox 360 wiki



                  Most times its best just to try it out you would be surprised by how much hardware works with Ubuntu without any tweaking or editing any text files.



                  Hope you have fun!!!






                  share|improve this answer




























                    5














                    Xbox controllers are plug and play in Ubuntu but there is an Ubuntu wiki guide if your controller isn't recognised.



                    Xbox 360 wiki



                    Most times its best just to try it out you would be surprised by how much hardware works with Ubuntu without any tweaking or editing any text files.



                    Hope you have fun!!!






                    share|improve this answer


























                      5












                      5








                      5







                      Xbox controllers are plug and play in Ubuntu but there is an Ubuntu wiki guide if your controller isn't recognised.



                      Xbox 360 wiki



                      Most times its best just to try it out you would be surprised by how much hardware works with Ubuntu without any tweaking or editing any text files.



                      Hope you have fun!!!






                      share|improve this answer













                      Xbox controllers are plug and play in Ubuntu but there is an Ubuntu wiki guide if your controller isn't recognised.



                      Xbox 360 wiki



                      Most times its best just to try it out you would be surprised by how much hardware works with Ubuntu without any tweaking or editing any text files.



                      Hope you have fun!!!







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Nov 25 '10 at 9:12









                      AllanAllan

                      10.2k43250




                      10.2k43250

























                          2














                          You're going to need a special Microsoft dongle to talk to the Wireless controller as it uses a proprietary protocol unique to the Xbox. Same goes for Windows.



                          Once you have that I it should plug and play (it did for me), on "most" games that suport gamepads






                          share|improve this answer




























                            2














                            You're going to need a special Microsoft dongle to talk to the Wireless controller as it uses a proprietary protocol unique to the Xbox. Same goes for Windows.



                            Once you have that I it should plug and play (it did for me), on "most" games that suport gamepads






                            share|improve this answer


























                              2












                              2








                              2







                              You're going to need a special Microsoft dongle to talk to the Wireless controller as it uses a proprietary protocol unique to the Xbox. Same goes for Windows.



                              Once you have that I it should plug and play (it did for me), on "most" games that suport gamepads






                              share|improve this answer













                              You're going to need a special Microsoft dongle to talk to the Wireless controller as it uses a proprietary protocol unique to the Xbox. Same goes for Windows.



                              Once you have that I it should plug and play (it did for me), on "most" games that suport gamepads







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 25 '10 at 17:15









                              user5260user5260

                              1242




                              1242























                                  1














                                  I'm using the Microsoft Xbox 360 Wireless (Gaming) Receiver for Windows in Ubuntu Linux together with multiple “Microsoft Xbox 360 Wireless Controller” gamepads for single or multiplayer games with up to 4 controllers simulatiously.



                                  This solution took me some time to figure out and it might be not the final solution to issues with gamepads in Linux, but these controllers are some of the most supported gamespads in the Linux world and a standard in PC gaming for game developers since their introduction in 2005 until today. This solution works for Xbox and Xbox One Controllers too.



                                  As drivers, I've used xboxdrv and xpad before on my notebook (from Ubuntu LTS-Versions 12.04 until 18.04), but xboxdrv failed to be fully recognised with some games on my new PC with a fresh Kubuntu 18.04 LTS installed, because xboxdrv it is unmaintained now (since about 2 years). The last Ubuntu LTS it was working perfectly for me was 14.04, just with installing the PPA.



                                  Just after installing Kubuntu 18.04 LTS (or Ubuntu 18.04 LTS for that matter), I’ve first tried to use my Xbox360 Wireless Controller gamepads and it worked out of the box with the default kernel driver version of xpad, but only in some games, where the analog bumpers (LB and RB) where not needed. Problems arrived in Steam and Steam Play, for native Linux games as well as Windows games though Steam Play (Valve's Wine adaption inside steam). Valkyria Chronicles played well, in Grand Theft Auto V only the camera worked (unplayable) and in Project Cars 2 I was able to assign the basic controls to buttons that worked, but it was almost unplayable.



                                  I tried every solution with xboxdrv then, that I could find on the net, but it’s just too old now. Valve contributed a lot to linux gaming since then. All buttons worked with xboxdrv, but the configuration mixed up the axis of the right stick and the right bumper and I couldn’t figure out how to solve it.



                                  So here is the solution using xpad that made all the magic happen just by installing it. All the gamepads worked perfectly as it should have been with all the games I tried.





                                  Install the Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers



                                  Go to https://github.com/paroj/xpad



                                  Follow the installation instructions there. By the time of writing it goes like this:



                                  Open Terminal





                                  1. Install git and dkms if you haven't got it by entering:


                                  sudo apt-get install git dkms



                                  or jump to the next step.



                                  If you don't know or are not sure, just enter it anyway and the system checks for a version to update only, if you have it already.





                                  1. Enter:



                                    sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4




                                  2. Enter:



                                    sudo dkms install -m xpad -v 0.4



                                  3. Optional: reboot (just to be sure)



                                  Enjoy! ;)



                                  Further information to install the hardware you find at Microsoft's support here: https://support.xbox.com/en-US/xbox-on-windows/accessories/xbox-360-wireless-gaming-receiver-windows





                                  Install this PPA with joystickwake to help with Screensavers



                                  Unless a game takes special steps, you also will need a joystick-aware screen waker until the display servers catch up. Joystickwake helps linux gamers who are tired of their screen saver interrupting their fun. The source code and documentation are on github:
                                  https://github.com/foresto/joystickwake




                                  1. Enter:
                                    sudo add-apt-repository ppa:foresto/toys

                                  2. Enter
                                    sudo apt-get update








                                  share|improve this answer










                                  New contributor




                                  Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.

























                                    1














                                    I'm using the Microsoft Xbox 360 Wireless (Gaming) Receiver for Windows in Ubuntu Linux together with multiple “Microsoft Xbox 360 Wireless Controller” gamepads for single or multiplayer games with up to 4 controllers simulatiously.



                                    This solution took me some time to figure out and it might be not the final solution to issues with gamepads in Linux, but these controllers are some of the most supported gamespads in the Linux world and a standard in PC gaming for game developers since their introduction in 2005 until today. This solution works for Xbox and Xbox One Controllers too.



                                    As drivers, I've used xboxdrv and xpad before on my notebook (from Ubuntu LTS-Versions 12.04 until 18.04), but xboxdrv failed to be fully recognised with some games on my new PC with a fresh Kubuntu 18.04 LTS installed, because xboxdrv it is unmaintained now (since about 2 years). The last Ubuntu LTS it was working perfectly for me was 14.04, just with installing the PPA.



                                    Just after installing Kubuntu 18.04 LTS (or Ubuntu 18.04 LTS for that matter), I’ve first tried to use my Xbox360 Wireless Controller gamepads and it worked out of the box with the default kernel driver version of xpad, but only in some games, where the analog bumpers (LB and RB) where not needed. Problems arrived in Steam and Steam Play, for native Linux games as well as Windows games though Steam Play (Valve's Wine adaption inside steam). Valkyria Chronicles played well, in Grand Theft Auto V only the camera worked (unplayable) and in Project Cars 2 I was able to assign the basic controls to buttons that worked, but it was almost unplayable.



                                    I tried every solution with xboxdrv then, that I could find on the net, but it’s just too old now. Valve contributed a lot to linux gaming since then. All buttons worked with xboxdrv, but the configuration mixed up the axis of the right stick and the right bumper and I couldn’t figure out how to solve it.



                                    So here is the solution using xpad that made all the magic happen just by installing it. All the gamepads worked perfectly as it should have been with all the games I tried.





                                    Install the Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers



                                    Go to https://github.com/paroj/xpad



                                    Follow the installation instructions there. By the time of writing it goes like this:



                                    Open Terminal





                                    1. Install git and dkms if you haven't got it by entering:


                                    sudo apt-get install git dkms



                                    or jump to the next step.



                                    If you don't know or are not sure, just enter it anyway and the system checks for a version to update only, if you have it already.





                                    1. Enter:



                                      sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4




                                    2. Enter:



                                      sudo dkms install -m xpad -v 0.4



                                    3. Optional: reboot (just to be sure)



                                    Enjoy! ;)



                                    Further information to install the hardware you find at Microsoft's support here: https://support.xbox.com/en-US/xbox-on-windows/accessories/xbox-360-wireless-gaming-receiver-windows





                                    Install this PPA with joystickwake to help with Screensavers



                                    Unless a game takes special steps, you also will need a joystick-aware screen waker until the display servers catch up. Joystickwake helps linux gamers who are tired of their screen saver interrupting their fun. The source code and documentation are on github:
                                    https://github.com/foresto/joystickwake




                                    1. Enter:
                                      sudo add-apt-repository ppa:foresto/toys

                                    2. Enter
                                      sudo apt-get update








                                    share|improve this answer










                                    New contributor




                                    Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.























                                      1












                                      1








                                      1







                                      I'm using the Microsoft Xbox 360 Wireless (Gaming) Receiver for Windows in Ubuntu Linux together with multiple “Microsoft Xbox 360 Wireless Controller” gamepads for single or multiplayer games with up to 4 controllers simulatiously.



                                      This solution took me some time to figure out and it might be not the final solution to issues with gamepads in Linux, but these controllers are some of the most supported gamespads in the Linux world and a standard in PC gaming for game developers since their introduction in 2005 until today. This solution works for Xbox and Xbox One Controllers too.



                                      As drivers, I've used xboxdrv and xpad before on my notebook (from Ubuntu LTS-Versions 12.04 until 18.04), but xboxdrv failed to be fully recognised with some games on my new PC with a fresh Kubuntu 18.04 LTS installed, because xboxdrv it is unmaintained now (since about 2 years). The last Ubuntu LTS it was working perfectly for me was 14.04, just with installing the PPA.



                                      Just after installing Kubuntu 18.04 LTS (or Ubuntu 18.04 LTS for that matter), I’ve first tried to use my Xbox360 Wireless Controller gamepads and it worked out of the box with the default kernel driver version of xpad, but only in some games, where the analog bumpers (LB and RB) where not needed. Problems arrived in Steam and Steam Play, for native Linux games as well as Windows games though Steam Play (Valve's Wine adaption inside steam). Valkyria Chronicles played well, in Grand Theft Auto V only the camera worked (unplayable) and in Project Cars 2 I was able to assign the basic controls to buttons that worked, but it was almost unplayable.



                                      I tried every solution with xboxdrv then, that I could find on the net, but it’s just too old now. Valve contributed a lot to linux gaming since then. All buttons worked with xboxdrv, but the configuration mixed up the axis of the right stick and the right bumper and I couldn’t figure out how to solve it.



                                      So here is the solution using xpad that made all the magic happen just by installing it. All the gamepads worked perfectly as it should have been with all the games I tried.





                                      Install the Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers



                                      Go to https://github.com/paroj/xpad



                                      Follow the installation instructions there. By the time of writing it goes like this:



                                      Open Terminal





                                      1. Install git and dkms if you haven't got it by entering:


                                      sudo apt-get install git dkms



                                      or jump to the next step.



                                      If you don't know or are not sure, just enter it anyway and the system checks for a version to update only, if you have it already.





                                      1. Enter:



                                        sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4




                                      2. Enter:



                                        sudo dkms install -m xpad -v 0.4



                                      3. Optional: reboot (just to be sure)



                                      Enjoy! ;)



                                      Further information to install the hardware you find at Microsoft's support here: https://support.xbox.com/en-US/xbox-on-windows/accessories/xbox-360-wireless-gaming-receiver-windows





                                      Install this PPA with joystickwake to help with Screensavers



                                      Unless a game takes special steps, you also will need a joystick-aware screen waker until the display servers catch up. Joystickwake helps linux gamers who are tired of their screen saver interrupting their fun. The source code and documentation are on github:
                                      https://github.com/foresto/joystickwake




                                      1. Enter:
                                        sudo add-apt-repository ppa:foresto/toys

                                      2. Enter
                                        sudo apt-get update








                                      share|improve this answer










                                      New contributor




                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.










                                      I'm using the Microsoft Xbox 360 Wireless (Gaming) Receiver for Windows in Ubuntu Linux together with multiple “Microsoft Xbox 360 Wireless Controller” gamepads for single or multiplayer games with up to 4 controllers simulatiously.



                                      This solution took me some time to figure out and it might be not the final solution to issues with gamepads in Linux, but these controllers are some of the most supported gamespads in the Linux world and a standard in PC gaming for game developers since their introduction in 2005 until today. This solution works for Xbox and Xbox One Controllers too.



                                      As drivers, I've used xboxdrv and xpad before on my notebook (from Ubuntu LTS-Versions 12.04 until 18.04), but xboxdrv failed to be fully recognised with some games on my new PC with a fresh Kubuntu 18.04 LTS installed, because xboxdrv it is unmaintained now (since about 2 years). The last Ubuntu LTS it was working perfectly for me was 14.04, just with installing the PPA.



                                      Just after installing Kubuntu 18.04 LTS (or Ubuntu 18.04 LTS for that matter), I’ve first tried to use my Xbox360 Wireless Controller gamepads and it worked out of the box with the default kernel driver version of xpad, but only in some games, where the analog bumpers (LB and RB) where not needed. Problems arrived in Steam and Steam Play, for native Linux games as well as Windows games though Steam Play (Valve's Wine adaption inside steam). Valkyria Chronicles played well, in Grand Theft Auto V only the camera worked (unplayable) and in Project Cars 2 I was able to assign the basic controls to buttons that worked, but it was almost unplayable.



                                      I tried every solution with xboxdrv then, that I could find on the net, but it’s just too old now. Valve contributed a lot to linux gaming since then. All buttons worked with xboxdrv, but the configuration mixed up the axis of the right stick and the right bumper and I couldn’t figure out how to solve it.



                                      So here is the solution using xpad that made all the magic happen just by installing it. All the gamepads worked perfectly as it should have been with all the games I tried.





                                      Install the Linux Kernel Driver for the Xbox/ Xbox 360/ Xbox One Controllers



                                      Go to https://github.com/paroj/xpad



                                      Follow the installation instructions there. By the time of writing it goes like this:



                                      Open Terminal





                                      1. Install git and dkms if you haven't got it by entering:


                                      sudo apt-get install git dkms



                                      or jump to the next step.



                                      If you don't know or are not sure, just enter it anyway and the system checks for a version to update only, if you have it already.





                                      1. Enter:



                                        sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4




                                      2. Enter:



                                        sudo dkms install -m xpad -v 0.4



                                      3. Optional: reboot (just to be sure)



                                      Enjoy! ;)



                                      Further information to install the hardware you find at Microsoft's support here: https://support.xbox.com/en-US/xbox-on-windows/accessories/xbox-360-wireless-gaming-receiver-windows





                                      Install this PPA with joystickwake to help with Screensavers



                                      Unless a game takes special steps, you also will need a joystick-aware screen waker until the display servers catch up. Joystickwake helps linux gamers who are tired of their screen saver interrupting their fun. The source code and documentation are on github:
                                      https://github.com/foresto/joystickwake




                                      1. Enter:
                                        sudo add-apt-repository ppa:foresto/toys

                                      2. Enter
                                        sudo apt-get update









                                      share|improve this answer










                                      New contributor




                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.









                                      share|improve this answer



                                      share|improve this answer








                                      edited 5 hours ago





















                                      New contributor




                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.









                                      answered 6 hours ago









                                      Marco RohnerMarco Rohner

                                      1113




                                      1113




                                      New contributor




                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.





                                      New contributor





                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.






                                      Marco Rohner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.























                                          0















                                          This package provides additional configurations over xboxdrv driver
                                          (see xboxdrv home for more info at
                                          http://pingus.seul.org/~grumbel/xboxdrv/).



                                          Unlike stock xpad kernel driver, xboxdrv provides a wide variety of
                                          configuration options: it allows you to simulate keyboard and mouse
                                          events, remap buttons and axes, apply autofire, invert axis, tweak
                                          axis sensitivity, emulate throttle and rudder controls and send
                                          macros.



                                          But while xboxdrv is included in its last version on Ubuntu 14.04, it
                                          lacks additional configuration to get it properly working.



                                          This package adds additional configurations over xboxdrv:




                                          • Clear broken configurations;

                                          • Properly configure a upstart service;

                                          • Manage xboxdrv service on System suspend/resume;

                                          • Add support for user options at /etc/default/xboxdrv;

                                          • Start with support for 4 joysticks;

                                          • Add a "Joysticks" entry into System Settings panel;

                                          • Easy ForceFeeback activation.


                                          To install:




                                          sudo apt-add-repository ppa:rael-gc/ubuntu-xboxdrv 
                                          sudo apt-get update
                                          sudo apt-get install ubuntu-xboxdrv


                                          Reference:




                                          • New Ubuntu Xbox 360 Controller App Makes Set-Up Easier

                                          • launchpad.net: Ubuntu xboxdrv Integration : Rael

                                          • github.com: raelgc/ubuntu_xboxdrv






                                          share|improve this answer




























                                            0















                                            This package provides additional configurations over xboxdrv driver
                                            (see xboxdrv home for more info at
                                            http://pingus.seul.org/~grumbel/xboxdrv/).



                                            Unlike stock xpad kernel driver, xboxdrv provides a wide variety of
                                            configuration options: it allows you to simulate keyboard and mouse
                                            events, remap buttons and axes, apply autofire, invert axis, tweak
                                            axis sensitivity, emulate throttle and rudder controls and send
                                            macros.



                                            But while xboxdrv is included in its last version on Ubuntu 14.04, it
                                            lacks additional configuration to get it properly working.



                                            This package adds additional configurations over xboxdrv:




                                            • Clear broken configurations;

                                            • Properly configure a upstart service;

                                            • Manage xboxdrv service on System suspend/resume;

                                            • Add support for user options at /etc/default/xboxdrv;

                                            • Start with support for 4 joysticks;

                                            • Add a "Joysticks" entry into System Settings panel;

                                            • Easy ForceFeeback activation.


                                            To install:




                                            sudo apt-add-repository ppa:rael-gc/ubuntu-xboxdrv 
                                            sudo apt-get update
                                            sudo apt-get install ubuntu-xboxdrv


                                            Reference:




                                            • New Ubuntu Xbox 360 Controller App Makes Set-Up Easier

                                            • launchpad.net: Ubuntu xboxdrv Integration : Rael

                                            • github.com: raelgc/ubuntu_xboxdrv






                                            share|improve this answer


























                                              0












                                              0








                                              0








                                              This package provides additional configurations over xboxdrv driver
                                              (see xboxdrv home for more info at
                                              http://pingus.seul.org/~grumbel/xboxdrv/).



                                              Unlike stock xpad kernel driver, xboxdrv provides a wide variety of
                                              configuration options: it allows you to simulate keyboard and mouse
                                              events, remap buttons and axes, apply autofire, invert axis, tweak
                                              axis sensitivity, emulate throttle and rudder controls and send
                                              macros.



                                              But while xboxdrv is included in its last version on Ubuntu 14.04, it
                                              lacks additional configuration to get it properly working.



                                              This package adds additional configurations over xboxdrv:




                                              • Clear broken configurations;

                                              • Properly configure a upstart service;

                                              • Manage xboxdrv service on System suspend/resume;

                                              • Add support for user options at /etc/default/xboxdrv;

                                              • Start with support for 4 joysticks;

                                              • Add a "Joysticks" entry into System Settings panel;

                                              • Easy ForceFeeback activation.


                                              To install:




                                              sudo apt-add-repository ppa:rael-gc/ubuntu-xboxdrv 
                                              sudo apt-get update
                                              sudo apt-get install ubuntu-xboxdrv


                                              Reference:




                                              • New Ubuntu Xbox 360 Controller App Makes Set-Up Easier

                                              • launchpad.net: Ubuntu xboxdrv Integration : Rael

                                              • github.com: raelgc/ubuntu_xboxdrv






                                              share|improve this answer














                                              This package provides additional configurations over xboxdrv driver
                                              (see xboxdrv home for more info at
                                              http://pingus.seul.org/~grumbel/xboxdrv/).



                                              Unlike stock xpad kernel driver, xboxdrv provides a wide variety of
                                              configuration options: it allows you to simulate keyboard and mouse
                                              events, remap buttons and axes, apply autofire, invert axis, tweak
                                              axis sensitivity, emulate throttle and rudder controls and send
                                              macros.



                                              But while xboxdrv is included in its last version on Ubuntu 14.04, it
                                              lacks additional configuration to get it properly working.



                                              This package adds additional configurations over xboxdrv:




                                              • Clear broken configurations;

                                              • Properly configure a upstart service;

                                              • Manage xboxdrv service on System suspend/resume;

                                              • Add support for user options at /etc/default/xboxdrv;

                                              • Start with support for 4 joysticks;

                                              • Add a "Joysticks" entry into System Settings panel;

                                              • Easy ForceFeeback activation.


                                              To install:




                                              sudo apt-add-repository ppa:rael-gc/ubuntu-xboxdrv 
                                              sudo apt-get update
                                              sudo apt-get install ubuntu-xboxdrv


                                              Reference:




                                              • New Ubuntu Xbox 360 Controller App Makes Set-Up Easier

                                              • launchpad.net: Ubuntu xboxdrv Integration : Rael

                                              • github.com: raelgc/ubuntu_xboxdrv







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Oct 24 '14 at 22:20









                                              blade19899blade19899

                                              17.5k18100160




                                              17.5k18100160






























                                                  draft saved

                                                  draft discarded




















































                                                  Thanks for contributing an answer to Ask Ubuntu!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid



                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.


                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f14849%2fhow-to-use-xbox-360-wireless-gaming-controller%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  香粉寮

                                                  GameSpot