문제

I have been using Citrix to remote into a Windows 7 machine that's running Ubuntu in VirtualBox. The issue I ran into was repeated characters all over the place. I tried a few things but the following is what worked for me:

도움이 되었습니까?

해결책

On your virtual machine (guest) type xset r off

This will turn off repeat.

다른 팁

This post helped me today, but I had to use a variation. If you only have terminal/console (no desktop environment) on the VM, try this:

setterm -repeat off
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top