Right mouse click in linux guest

archivista

New Member
Jun 2, 2009
1
0
1
First of all, I like your product very much.

Second, I have a small problem with Open VNC access inside proxmox. On the linux guest I should be able to use right mouse click. This mostly works, but sometimes it hangs. Settings from xorg.conf are:

Section "InputDevice"
Identifier "Mouse1"
Driver "vmmouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZaxisMapping" "4 5"

EndSection

If I connect with VNC to the machine, I never have the problem. Even if the right mouse click does not any longer work from the proxmox opened vnc window, I can access with another VNC program on port 5900 and from the first click it again works from Open VNC acces from proxmox. Any ideas what could be the problem?