Activity log for bug #264196

Date Who What changed Old value New value Message
2008-09-03 03:26:06 Daniel Hollocher bug added bug
2008-09-03 03:27:10 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person their thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org/show_bug.cgi?id=550242 go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org/show_bug.cgi?id=550242
2008-09-15 08:13:29 Timo Aaltonen xorg: bugtargetdisplayname xorg (Ubuntu) xserver-xorg-input-evdev (Ubuntu)
2008-09-15 08:13:29 Timo Aaltonen xorg: bugtargetname xorg (Ubuntu) xserver-xorg-input-evdev (Ubuntu)
2008-09-15 08:13:29 Timo Aaltonen xorg: statusexplanation Looks like the evdev driver doesn't support it, not yet anyway.
2008-09-15 08:13:29 Timo Aaltonen xorg: title Bug #264196 in xorg (Ubuntu): "[intrepid] keyboard Repeat Keys is failing to adjust" Bug #264196 in xserver-xorg-input-evdev (Ubuntu): "[intrepid] keyboard Repeat Keys is failing to adjust"
2008-10-24 17:08:54 Daniel Hollocher xserver-xorg-input-evdev: status New Confirmed
2008-10-24 17:08:54 Daniel Hollocher xserver-xorg-input-evdev: statusexplanation Looks like the evdev driver doesn't support it, not yet anyway. hyperair's workaround worked for me.
2008-10-29 22:12:52 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org/show_bug.cgi?id=550242 go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this, which is to disable the AutoAddDevices server flag. In xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection This workaround disables the evdev driver (your keyboard and mouse driver). This is know to cause problems like disabling multimedia keys.
2008-10-30 03:40:15 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this, which is to disable the AutoAddDevices server flag. In xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection This workaround disables the evdev driver (your keyboard and mouse driver). This is know to cause problems like disabling multimedia keys. go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard)
2008-10-30 03:40:15 Daniel Hollocher title [intrepid] keyboard Repeat Keys is failing to adjust [intrepid] keyboard Repeat Keys is failing to adjust, when AutoAddDevices is on
2008-11-21 18:02:42 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078
2008-11-21 18:03:21 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078 go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078
2008-11-21 18:05:08 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078 go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another (and possibly better) workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078
2008-11-26 14:48:03 Daniel Hollocher title [intrepid] keyboard Repeat Keys is failing to adjust, when AutoAddDevices is on [intrepid] keyboard Repeat Keys is failing to adjust
2009-02-21 19:51:06 Jorge Castro bug assigned to xorg-server
2009-02-21 20:44:09 Bug Watch Updater xorg-server: status Unknown Fix Released
2009-02-23 16:38:25 Daniel Hollocher xorg-server: status Fix Released Unknown
2009-02-23 16:38:25 Daniel Hollocher xorg-server: statusexplanation I don't know why this was set to bug #17500, an old bug. #17925 makes more sense. Anyway, I'm testing on jaunty, and the bug persists. I'm curious, is this happening to anyone that has a simple keyboard, without special keys? I know that my usb keyboard shows up as two keyboards under lsusb. I'm not sure where laptop keyboards show up. But, I'm thinking that since these keyboards show up as two at the kernel level, maybe thats confusing Xorg somehow. Is there anyone here using a simple keyboard that also has this issue? thus proving my theory wrong?
2009-02-23 19:56:12 Bug Watch Updater xorg-server: status Unknown Confirmed
2009-03-19 22:55:08 Daniel Hollocher xorg-server: status Confirmed Unknown
2009-03-19 22:55:08 Daniel Hollocher xorg-server: statusexplanation I don't know why this was set to bug #17500, an old bug. #17925 makes more sense. Anyway, I'm testing on jaunty, and the bug persists. I'm curious, is this happening to anyone that has a simple keyboard, without special keys? I know that my usb keyboard shows up as two keyboards under lsusb. I'm not sure where laptop keyboards show up. But, I'm thinking that since these keyboards show up as two at the kernel level, maybe thats confusing Xorg somehow. Is there anyone here using a simple keyboard that also has this issue? thus proving my theory wrong?
2009-03-19 23:54:15 Bug Watch Updater xorg-server: status Unknown Fix Released
2009-04-04 01:10:07 Launchpad Janitor xserver-xorg-input-evdev (Ubuntu): status Confirmed Fix Released
2009-04-05 18:27:14 Attila Lendvai removed subscriber Attila Lendvai
2009-04-05 19:00:45 Daniel Hollocher description go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another (and possibly better) workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078 Welcome. This bug was introduced with the new Xorg in the 8.10 (Intrepid Ibex) release of Ubuntu. It had 2 effects: the default keyboard repeat rate was unusably high, and there was no obvious way to change the repeat rate. There were a few hacks which could effect at least partial fixes, the discussion of which you will find below. The bug has been fixed upstream, and, in theory, will be included in the 9.10 (Karma Koala) release of Ubuntu. The fix has also been backported to the 9.04 (Jaunty Jackalope) release of Ubuntu. It does not seem like the fix will be backported to 8.10 (Intrepid). Thus, those affected by this bug should install 9.04. Q.E.D. (If there are any continued difficulties, please file a new bug report.) ================== Old bug report ================== go to System > Preferences > Keyboard > General The controls under Repeat Keys are failing to properly adjust the timing of how fast keys are repeated when held down. I filed under gnome, but a person there thinks its an xorg bug in ubuntu: http://bugzilla.gnome.org show_bug.cgi?id=550242 It has become quite clear that this is a problem with the xorg-evdev driver, and intrepids new hotplug architecture. Here is a workaround for this: Temporarily add the following to your xorg.conf: Section "ServerFlags" Option "AutoAddDevices" "off" EndSection Restart X, and you will be able to change the settings. Once changed, you can remove those lines from your xorg.conf (which is recommended since setting AutoAddDevices to off can interfere with your keyboard) Another (and possibly better) workaround is to set the repeat rate manually, see this comment for directions: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/264196/comments/26 This bug may also be related to bug 278078
2009-04-05 19:50:54 Daniel Hollocher removed subscriber danielhollocher
2009-04-17 15:41:01 Drahoslav Vavrda removed subscriber Drahoslav Vavrda
2009-06-28 02:24:11 Launchpad Janitor branch linked lp:ubuntu/karmic/xserver-xorg-input-evdev
2010-09-14 14:56:57 Bug Watch Updater xorg-server: importance Unknown Medium
2011-01-25 12:03:08 Bug Watch Updater xorg-server: importance Medium Unknown
2011-01-26 05:14:07 Jeffrey Knockel removed subscriber Jeff250
2011-01-28 12:11:06 Peter Estes removed subscriber Peter Estes
2011-02-03 13:40:05 Bug Watch Updater xorg-server: importance Unknown Medium
2011-02-03 16:12:26 Thane removed subscriber Thane