I have a usb keyboard and usb mouse but my xorg.conf has no mouse section at all and it works fine. Are you sure you need that mouse section?
I have a optical logitech usb mouse and Matias usb 2.0 keyboard, the
video card is a Nvidia 8800GT (XFX) so I'm using the closed driver
smolt entry:
http://www.smolts.org/client/show/pu...3-b952f32d1e86
This is part of my xorg.conf
Code:
.........
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
The only good discussion I found about repeating keys was on a ubuntu thread:
https://bugs.launchpad.net/linux/+bug/124406
someone there worked around it by turning off key repeat in the system setup
in kde4 -> system setup -> keyboard and mouse -> either turn off keyboard repeat or increase the time limit so it's less sensitive
post #18 here mentions using a usb hub as an intermediary to between pc and (keyboard/mouse) helps:
https://bugzilla.redhat.com/show_bug.cgi?id=201445
I'd suggest looking into updating the BIOS if possible