[Bug 403339] Re: problem with key repeat, extra key up events

2011-03-04 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Status: Incomplete = New ** Changed in: xorg-server (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403339 Title:

[Bug 403339] Re: problem with key repeat, extra key up events

2011-03-04 Thread warren
I apologize, but I decided not to use linux this year. I waited until I was certain to answer the last post, as others are affected by this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403339

[Bug 403339] Re: problem with key repeat, extra key up events

2011-03-04 Thread Bryce Harrington
Alright, well we'll close it out at this time. If it still affects others they can open new bug reports. ** Changed in: xorg-server (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 403339] Re: problem with key repeat, extra key up events

2011-02-17 Thread Timo Aaltonen
warren: so this is still not fixed for you in 10.04 or later? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403339 Title: problem with key repeat, extra key up events -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2011-02-05 Thread Bug Watch Updater
** Changed in: xorg-server Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403339 Title: problem with key repeat, extra key up events -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2011-01-25 Thread Bug Watch Updater
** Changed in: xorg-server Importance: Medium = Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403339 Title: problem with key repeat, extra key up events -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2011-01-25 Thread warren
Workaround: Works for all games that do not work properly because of keyup events. Type xset r off into console. Works even if game is already running. Remember to type xset r on for normal operation afterwards. I have already used this for some flash games that gave me trouble in the past. --

[Bug 403339] Re: problem with key repeat, extra key up events

2010-10-18 Thread Rodd Snook
I'm not seeing this with the most recent Lucid xorg package (1:7.5+5ubuntu1), x86_64 architecture. Luis, how did you test this? Note that the xev method described in comment #21 of this thread is invalid. You must test using by compiling and running the reproducer code attached to the bug at

[Bug 403339] Re: problem with key repeat, extra key up events

2010-10-12 Thread Luis Henriques
This bug still exists. I can confirm it on Lucid Linux kila-desktop 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:26:08 UTC 2010 i686 GNU/Linux -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread warren
to Martin Renold: I must confess I do not entirely understand your statement. My reasoning is as follows: 1) xev is the primary tool used to test and diagnose x11 windowing input events. 2) I can confirm that the error as produced in xev is also produced in java windowing events, and I would

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread Martin Renold
Xev does not call XkbSetDetectableAutoRepeat(), thus it cannot be used to test whether XkbSetDetectableAutoRepeat() does get rid of the extra key up events or not. -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread Rodd Snook
This bug appears to be fixed. The reproducer attached to the xorg bug produces the expected output: KeyPress keycode 0x41 time 0x1cf6ab KeyPress keycode 0x41 time 0x1cf6ce KeyPress keycode 0x41 time 0x1cf6f0 KeyPress keycode 0x41 time 0x1cf711 KeyPress keycode 0x41 time 0x1cf733

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread warren
I have used xev to test on Xubuntu 9.10. the bug is still present. -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread warren
simple testing instructions: -open a console -type xev -put mouse inside black square -hold down a key (keep holding until end of test) --look at console output -the last event is a key press. that's good. -the second last is a key release. that's bad. -- problem with key repeat, extra key up

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-05 Thread Martin Renold
You cannot reproduce this bug with xev. The output you describe is a little bit strange, but correct behaviour. The program has to explicitely change the behaviour through an API call. -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug

[Bug 403339] Re: problem with key repeat, extra key up events

2010-05-04 Thread Bryce Harrington
[This is an automatic notification.] Hi warren, This bug was reported against an earlier version of Ubuntu, can you test if it still occurs on Lucid? Please note we also provide technical support for older versions of Ubuntu, but not in the bug tracker. Instead, to raise the issue through

[Bug 403339] Re: problem with key repeat, extra key up events

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xorg-server -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 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.ubuntu.com

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-26 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Status: New = Confirmed -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-25 Thread Rodd Snook
This appears not to be fixed for me in 2:164-2ubuntu3. Holding down any key generates a string of KeyPress and KeyRelease events, rather than just KeyPress. Output from the reproducer attached to the freedesktop.org bug report: XAutoRepeatOn returns 1 XkbSetDetectableAutoRepeat returns 1,

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-25 Thread Rodd Snook
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/34373591/Xorg.0.log ** Changed in: xorg-server (Ubuntu) Status: Fix Released = New -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-25 Thread Rodd Snook
** Attachment added: Output of lspci -vvnn http://launchpadlibrarian.net/34373578/lspci-vvnn -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-09 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.6.4-2ubuntu1 --- xorg-server (2:1.6.4-2ubuntu1) karmic; urgency=low * Merge from Debian unstable. (LP: #447010) Remaining Ubuntu changes: - debian/control: + set Conflicts: xkb-data ( 0.9), since xkb-path is

[Bug 403339] Re: problem with key repeat, extra key up events

2009-10-01 Thread Bug Watch Updater
** Changed in: xorg-server Status: Confirmed = Fix Released -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2009-08-13 Thread Bryce Harrington
** Tags added: jaunty -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 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.ubuntu.com

[Bug 403339] Re: problem with key repeat, extra key up events

2009-08-12 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu) Importance: Undecided = Medium ** Changed in: xorg-server (Ubuntu) Status: Incomplete = Triaged -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of

[Bug 403339] Re: problem with key repeat, extra key up events

2009-08-04 Thread Jon Nordby
** Also affects: xorg-server via https://bugs.freedesktop.org/show_bug.cgi?id=22515 Importance: Unknown Status: Unknown -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 403339] Re: problem with key repeat, extra key up events

2009-08-04 Thread Bug Watch Updater
** Changed in: xorg-server Status: Unknown = Confirmed -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2009-08-02 Thread Martin Renold
This is the xorg bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=22515 ** Bug watch added: freedesktop.org Bugzilla #22515 https://bugs.freedesktop.org/show_bug.cgi?id=22515 -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug

[Bug 403339] Re: problem with key repeat, extra key up events

2009-07-30 Thread warren
Oops, the first link is not relevant on recheck. -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2009-07-30 Thread warren
these are relevant: http://www.realvnc.com/pipermail/vnc-list/2008-October/059305.html http://sourceforge.net/tracker/index.php?func=detailaid=2795321group_id=74339atid=540676 http://forums.sun.com/thread.jspa?threadID=674161

[Bug 403339] Re: problem with key repeat, extra key up events

2009-07-27 Thread Timo Aaltonen
It would be nice to know where it is discussed and where to find the fixes.. ** Package changed: xorg (Ubuntu) = xorg-server (Ubuntu) ** Changed in: xorg-server (Ubuntu) Status: Confirmed = Incomplete -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339

[Bug 403339] Re: problem with key repeat, extra key up events

2009-07-24 Thread Bryce Harrington
** Changed in: xorg (Ubuntu) Status: New = Confirmed -- problem with key repeat, extra key up events https://bugs.launchpad.net/bugs/403339 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 403339] Re: problem with key repeat, extra key up events

2009-07-23 Thread warren
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/29410539/Dependencies.txt ** Attachment added: LsHal.txt http://launchpadlibrarian.net/29410540/LsHal.txt ** Attachment added: LsMod.txt http://launchpadlibrarian.net/29410541/LsMod.txt ** Attachment added: LsPci.txt