Hi,
i'v found workaround for the repeating keys problem. After months searching for 
some kernel parameter a decided to minimize the repeating and set keyboard 
delay on higher value (timeout after them the repetaing starts). And surprise - 
problem disappeared totaly.
I'm using openSuse. The parameter
KBD_DELAY=500
is set in
/etc/sysconfig/keyboard
(To low default is 250. Other posible and functioning values are 750 and 1000.]

kbd servis then makes:
KBD_TTY="tty1 tty2 tty3 tty4 tty5 tty6"
for tty in $KBD_TTY; do
        /bin/kbdrate -d $KBD_DELAY < $tty 2> /dev/null
done

(ie it sets the value for all nongraphical ttys)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/655071

Title:
  Gigabyte M1305 keyboard and touchpad

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to