[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2016-06-02 Thread Lewis Cowles
Unfortunately I've just experienced this bug in Xenial with a Wireless Adaptor and pad. I think it's Likely a regression. Bus 002 Device 020: ID 045e:0291 Microsoft Corp. Xbox 360 Wireless Receiver for Windows -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2015-03-25 Thread Jason
Are you sure this is fixed, because I'm on Xubuntu 14.04 and this still happens. It locked the cursor to the top of the screen and made all my programs permanently 90% transparent. Removing xserver-xorg-input- joystick has no effect. -- You received this bug notification because you are a member

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-03-18 Thread Timo Aaltonen
Thanks, closing as fixed. ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Confirmed => Fix Released -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-03-18 Thread Philip Kovac
This bug seems to be fixed in Ubuntu Jaunty. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-02-13 Thread Chauncellor
Has there been any progress at all on getting this bug fixed? This bug is a colossal annoyance. The little script is certainly not a fix. It should plug in and just work. How can we get this rolling? -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/27791

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-22 Thread Bryce Harrington
** Description changed: Binary package hint: xorg On Ubuntu Intrepid, Xorg automatically picks up my Wired XBox 360 controller as a mouse. The joystick moves the cursor. I suspect this is not how most users of the XBox 360 controller would like to use it. It should not be automatic

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-17 Thread Chauncellor
How can we help to speed up the process of getting this fixed? -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-10 Thread Ken Neely
I found that the fix/workaround helps, but there is one extra weird bug I am getting here: When ever I run a windows game in wine 1.1.12 that uses a controller (and worked fine on my logitech dual action) the screen begins to spin around (???) despite having run this fix. It is as if wine is regist

Re: [Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-06 Thread Philip Kovac
I'd hardly describe it as a fix as much as a "less unpleasant workaround," since the real problem lies in the fact it is treated as an X input device at all by default. I'm not sufficiently knowledgeable about the underlying systems to see how to fix it "properly." -- XBox 360 Controller Automati

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-06 Thread Luke Clements
That little script works great! I use xinput set-int-prop `xinput list | grep "Zeroplus Xbox Controller" | perl -ne 'print /id=(\d+)/'` 'Device Enabled' 32 0 which works fine. This is pretty much a fix to the bug then? -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.laun

Re: [Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-05 Thread Philip Kovac
I wrote a quick little one-liner you could call at login, based off of the bit Daniel posted (assuming you leave the controller plugged in.) xinput set-int-prop `xinput list | grep "X-Box 360 pad" | perl -ne 'print /id=(\d+)/'` 'Device Enabled' 32 0 Since you're using an XBox gamepad you may need

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-05 Thread Luke Clements
Good command to fix it, however is there any way to automatically read the ID and patch it, say in a launcher script for games, or at startup... I can confirm this fix though for a wired Xbox (original) controller. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-03 Thread Timo Aaltonen
no need to keep open for 'xorg'. ** Changed in: xorg (Ubuntu) Status: New => Invalid -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2009-01-01 Thread Timo Aaltonen
** Changed in: xserver-xorg-input-evdev (Ubuntu) Sourcepackagename: xorg => xserver-xorg-input-evdev -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-12-23 Thread pixel_juice
While that command fixes the behavior, it is only temporary. Is there a way to make it permanent? I am using Ubuntu 8.10 Intrepid Ibex. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-12-01 Thread SM
Thanks Daniel! That works brilliantly. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-30 Thread Daniel Meinzer
To quote http://ubuntuforums.org/showpost.php?p=6269532&postcount=5 How to make it work: $ xinput list See which device number the Xbox controller has... $ xinput set-int-prop THATDEVICENUMBER 'Device Enabled' 32 0 This will make the controller act as a controller instead of controlling the m

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-30 Thread [EMAIL PROTECTED]
** Changed in: xorg (Ubuntu) Status: Incomplete => Confirmed -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-30 Thread [EMAIL PROTECTED]
I also get this. I attached my lspci -vvn as well If I install the xserver Joystick module, it seems to try configuring it as a joystick but fails with "Nov 30 12:25:07 ryan-desktop kernel: [ 767.057643] evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output to 64 bytes. See http://use

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-24 Thread SM
While I don't suffer the problem where any button press on the controller causes the XOrg to restart, I do get the problem where the left stick (#7 in this diagram http://img237.imageshack.us/img237/3139/xbox360controllerwc0.jpg) acts as a mouse. I've tried jcalibrator and while it recognises my xb

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-22 Thread Daniel Meinzer
Upgraded from 8.04 to 8.10 and have this problem. Microsoft Xbox 360 controllers are useless. They act as a mouse in Ubuntu and are not detected by SDL or anything. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-22 Thread Kaiser
It is the same with me, too: XBOX360 Controllers behaves like a mouse thus it is barely usable for gaming. I use Intrepid x86 final and ATI fglrx. A Logitech MX510 mouse & Cherry keyboard are attached to USB as well. Different Saitek controller with analog sticks works correctly. Kaiser -- XBo

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-14 Thread mous16
A my friend is also having the same problem with the joystick, using the nvidia driver (relationated?). Francesco -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-11-02 Thread Webster Leone
This also happens to me. I'm using the RC of 8.10 upgraded to the final release. I am also using nVidia drivers, and also have a Logitech mouse, though it's reported as "USB-PS/2 Optical" instead of "Game" in the xorg log. Additionally, button presses don't cause xorg to crash on my system. The

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-10-10 Thread Philip Kovac
The only explicit declaration made in my Xorg.conf is in the Device section, where the 'nvidia' driver is explicitly set (I think this was performed by the restricted driver manager, as I don't remember altering it.) Other than that, it seems to be the default "skeletal" config. ** Attachment adde

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-10-10 Thread Philip Kovac
** Attachment added: "lspci -vvnn" http://launchpadlibrarian.net/18431130/lspcivvnn -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-10-10 Thread Bryce Harrington
Hi pkovac, Please attach the output of `lspci -vvnn`, and attach your /var/log/Xorg.0.log file from after reproducing this issue. If you've made any customizations to your /etc/X11/xorg.conf please attach that as well. ** Changed in: xorg (Ubuntu) Status: New => Incomplete -- XBox 3

[Bug 277915] Re: XBox 360 Controller Automatically becomes mouse in Xorg

2008-10-03 Thread Philip Kovac
It should be noted that this default occasionally causes the mouse to "jitter" and snap to center. Additionally, I feel this bug is made more serious by bug #277917. -- XBox 360 Controller Automatically becomes mouse in Xorg https://bugs.launchpad.net/bugs/277915 You received this bug notificati