[Bug 288337] When switching between virtual terminals from Xorg, keyboard partially locks up
Date: Fri, 10 Oct 2025 06:33:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288337 --- Comment #11 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- I have finally reached the point where I can use the 14.3-STABLE settings steadily :) I thought so, but I hadn't installed any Japanese input software :) It still seems difficult to write correctly in English here :) And I have found the cause of this. If you are using a keyboard for a language that does not have AltGr, switch the following value to 0. # sysctl kern.vt.enable_altgr kern.vt.enable_altgr: 1 # sysctl kern.vt.enable_altgr=0 kern.vt.enable_altgr: 1 -> 0 It seems that this problem is being avoided as a result. Additionally, when the bell of x does not buzz, switch to the next value. # sysctl kern.vt.enable_bell=1 kern.vt.enable_bell: 0 -> 1 I have not checked whether the defaults of these values were changed or if new values were created. -- You are receiving this mail because: You are the assignee for the bug.