[Bug 1306695] Re: Not proper setup for xboxdrv

2015-03-01 Thread Felix
@Rael: Using your ppa works mostyl fine for me. The controller shows some chatter though. Pressing the colored buttons ist recognized as 2 or even more presses at once. Did you adress chatter in your configuration files or do you know how to fix it? Thank your very much for your afford! -- You

[Bug 1306695] Re: Not proper setup for xboxdrv

2014-04-15 Thread Rael
Ok, due the low priority, this will be an one man talking. So I created a ppa to include all these configurations in Trusty: https://launchpad.net/~rael-gc/+archive/ubuntu-xboxdrv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1306695] Re: Not proper setup for xboxdrv

2014-04-14 Thread Rael
** Attachment added: "xboxdrv.conf" https://bugs.launchpad.net/ubuntu/+source/xboxdrv/+bug/1306695/+attachment/4083891/+files/xboxdrv.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1306695 Tit

[Bug 1306695] Re: Not proper setup for xboxdrv

2014-04-14 Thread Rael
Adding unity-joystick-panel.desktop ** Attachment added: "unity-joystick-panel.desktop" https://bugs.launchpad.net/ubuntu/+source/xboxdrv/+bug/1306695/+attachment/4083890/+files/unity-joystick-panel.desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1306695] Re: Not proper setup for xboxdrv

2014-04-14 Thread Rael
Additionally, jstest-gtk is a good nice to have. With this installed, I created a "Joysticks" in System Settings > Hardware, using a file named /usr/share/applications/unity-joystick- panel.desktop with the following content: [Desktop Entry] Name=Joysticks Comment=Configure and Calibrate Joystick

[Bug 1306695] Re: Not proper setup for xboxdrv

2014-04-12 Thread Rael
A better script (it'll remove all joysticks before start... maybe this can be done in a better way then remove all js* files): # xboxdrv.conf start on filesystem pre-start script # clean up joysticks rm -f /dev/input/js* end script exec xboxdrv -D --detach-kernel-driver --silent --dbus di