Package Details: xboxdrv 0.8.8-7

Git Clone URL: https://aur.archlinux.org/xboxdrv.git (read-only, click to copy)
Package Base: xboxdrv
Description: Userspace gamepad driver for Linux
Upstream URL: https://xboxdrv.gitlab.io/
Licenses: GPL3
Submitter: None
Maintainer: anthraxx (nvllsvm)
Last Packager: nvllsvm
Votes: 259
Popularity: 0.57
First Submitted: 2009-11-17 12:07 (UTC)
Last Updated: 2022-02-14 06:20 (UTC)

Pinned Comments

anthraxx commented on 2017-11-07 23:55 (UTC)

use extra-x86_64-build from devtools to build this project

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »

pablox commented on 2013-12-01 02:31 (UTC)

Add this before the "scons $MAKEFLAGS" line: sed -i '\@^#!/usr/bin/@s/env\ python/python2/' xboxdrvctl

ProfessorKaos64 commented on 2013-10-08 00:53 (UTC)

Get a segmentation fault when trying to load :(

someoneelse123 commented on 2013-09-29 07:48 (UTC)

One traditional python-on-arch problem here: $ xboxdrvctl File "/usr/bin/xboxdrvctl", line 76 print "Error: --slot argument required" ^ SyntaxError: invalid syntax $ head -1 /usr/bin/xboxdrvctl #!/usr/bin/env python

<deleted-account> commented on 2013-06-24 11:00 (UTC)

Is there an argument not to add 'armv6h' to the architecture line in the PKGBUILD file? It compiles well on an RPi.

adam900710 commented on 2013-05-12 12:53 (UTC)

Prefer adding an udev rule like the following to make normal user able to use it or just simplify the setting. --- BUS=="usb", SYSFS{idVendor}=="045e", SYSFS{idProduct}=="028e", MODE="0660", GROUP="plugdev" KERNEL=="uinput", MODE="0660", GROUP="plugdev" ---

alarm commented on 2013-04-12 12:23 (UTC)

xboxdrv 0.8.5 is released. Any ETA for update this package? What about default daemon mode?

max.bra commented on 2013-03-20 17:23 (UTC)

first of all, thanks for the PKGBUILD! but there's no need at all to install systemd service with executable right -install -D -m755 "$srcdir/xboxdrv.service" "$pkgdir/usr/lib/systemd/system/xboxdrv.service" +install -D -m644 "$srcdir/xboxdrv.service" "$pkgdir/usr/lib/systemd/system/xboxdrv.service"

Dominor commented on 2013-02-25 06:52 (UTC)

For anyone who wants I added an aur package called xboxdrv-stable-git, which recompiles xboxdrv from stable branch in order to be compatible with latest libusbx: https://aur.archlinux.org/packages/xboxdrv-stable-git/

alarm commented on 2013-02-24 16:12 (UTC)

Jack, could you add the key "-D" into /usr/lib/systemd/system/xboxdrv.service? (ExecStart = /usr/bin/xboxdrv -D -c /etc/conf.d/xboxdrv) It makes possible to launch xboxdrv as a daemon. The problem is that you can use more then one controller only in daemon mode. (proof - https://groups.google.com/d/msg/xboxdrv/LWWsoe0A36M/LIEiJB_zoxYJ ) But in this case I had an error: [ERROR] XboxdrvDaemon::run(): fatal exception: failed to get unique dbus name: Connection ":1.27" is not allowed to own the service "org.seul.Xboxdrv" due to security policies in the configuration file. The solution is using "--dbus disabled". So, could you add the following lines into /etc/conf.d/xboxdrv as default: [xboxdrv-daemon] dbus = disabled

someoneelse123 commented on 2013-02-19 20:00 (UTC)

tom@silver:~$ xboxdrvctl File "/usr/bin/xboxdrvctl", line 76 print "Error: --slot argument required" ^^ requires arch specific hashbang to use correct python version