NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/57137: keyboard unusable under load in QEMU



The following reply was made to PR port-i386/57137; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-i386/57137: keyboard unusable under load in QEMU
Date: Sat, 24 Dec 2022 15:28:40 -0000 (UTC)

 nia%pkgsrc.org@localhost writes:
 
 >1. Open tmux
 >2. ftp https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz
 >3. tar xf pkgsrc.tar.gz
 >4. Open another window in tmux
 >5. Attempt to type "man" and it comes out as mmmmmmmmmmmmmmmmmmmmmmmaaaaaaaaaaaaaaannnnnnnnnnnnnnnnn
 
 This is single (in the guest) or double (guest + host) keyboard autorepeat
 together with low timer precision (qemu can only emulate hz/2 events per
 second if the host isn't tickless).
 
 Turning off keyboard repeat in the guest console with
 
 wsconsctl -k repeat.del1=0
 
 or if you run xterm on the guest with
 
 xset r off
 
 works around this problem.
 
 Another method is to use a serial console.
 


Home | Main Index | Thread Index | Old Index