Bug 449248 - Keyboard 'Repeat Keys' settings are not preserved
Summary: Keyboard 'Repeat Keys' settings are not preserved
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: control-center
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Control Center Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-31 21:43 UTC by Anze Zagar
Modified: 2009-05-08 03:49 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-05-08 03:49:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Anze Zagar 2008-05-31 21:43:03 UTC
Description of problem:
Delay and Speed setting of 'Repeat Keys' in gnome-keyboard-preferences does not
preserve after restart of fedora.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Change settings for Delay and Speed of 'Repeat Keys' in
gnome-keyboard-properties [make a significant change, so that the difference is
evident]
2. Restart fedora
3. Open gedit and hold some key.

Actual results:
Keyboard 'repeat keys' speed and delay are reset to fedora defaults although
gnome-keyboard-properties is showing modified values. As a workaround, I can
change one of these settings just slightly so that they get reloaded.

Expected results:
Modified keyboard 'repeat keys' property values should be used.

Additional info:

Comment 1 emo 2009-01-29 15:45:19 UTC
You can try this one: add to the InputDevice section in /etc/X11/xorg.conf an entry for "AutoRepeat":
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
        Option "AutoRepeat" "250 40"
EndSection

Enjoy!

Comment 2 Bastien Nocera 2009-01-30 11:16:08 UTC
This looks similar to bug 474758, but for keyboards. Ray, what do you think?

Anze, could you check whether the same problem happens when unplugging/replugging the keyboard (or a keyboard if you're doing this on a laptop)?

Comment 3 Anze Zagar 2009-01-30 17:35:12 UTC
Actually, I switched to Ubuntu a few months ago, so I can no longer provide you with any feedback on this.


Note You need to log in before you can comment on or make changes to this bug.