vnc下无法连续按键

bruce1914
vnc下无法连续按键

在我的虚拟机上装了fedora9,在虚拟机上使用没有问题。
但是用vnc远程使用的时候,就无法连续按键:就是当一直按着一个键的时候,计算机不会重复,只是响应一次。
这样要删除的时候很麻烦。

我的xstartup是:
#!/bin/sh

vncconfig -iconic &
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey

望高手指教
谢谢!