본문 바로가기

IT 이야기/리눅스

Repeated Characters when Typing in Remote Console

To reduce these effects, increase the time threshold necessary for auto-repeat in the remote console.
  1. Power off the virtual machine.

  2. Add a line, similar to the following, at the end of your virtual machine's configuration (.vmx) file.

    keyboard.typematicMinDelay = "2000000"

    The delay is specified in micro-seconds, so the line in the example above increases the repeat time to 2 seconds. This should ensure that you never get auto-repeat unless you intend it.

  3. Power on the virtual machine.
     
VMware 를 사용하여 리눅스를 처음 설치 하였을때 ,
X window 를 사용하지 않고 텍스트 모드로만 부팅하였다면
키보드 관련 조작 하기 쉽지 않을 것이다. 

이번 문제는 키보드 입력 딜레이가 짧게 설정 되어 여러번 같은 문자가 입력되었다.
해결책은 위에 있는 것 처럼 vmx 파일에  keyboard.typematicMinDelay = "2000000" 를 추가시켜 주면된다

'IT 이야기 > 리눅스' 카테고리의 다른 글

리눅스 과제#2  (0) 2011.05.19
VMware 최적화 방법  (0) 2011.04.07
3.페도라 리눅스 설치  (0) 2011.03.31
2. 페도라 리눅스 소개  (0) 2011.03.31
1. 실습 환경 구축  (0) 2011.03.31