Bug 449248
| Summary: | Keyboard 'Repeat Keys' settings are not preserved | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anze Zagar <anze.zagar> |
| Component: | control-center | Assignee: | Control Center Maintainer <control-center-maint> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | bnocera, krokoem, rstrode |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-08 03:49:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Anze Zagar
2008-05-31 21:43:03 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!
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)? Actually, I switched to Ubuntu a few months ago, so I can no longer provide you with any feedback on this. |