Hi, I understand your question only vaguely so I'm writing my best guess answer. The server mouse mode means that mouse events are sent via server to the guest OS that in turn renders cursor on it's own. The main downside is big latency, the mouse pointer position changes with noticeable delay even on local networks. Client mouse mode fixes this issue by drawing the cursor right away and sending it's coordinates to the guest OS. Guest OS however needs to know that it should not render cursor (to avoid double cursor) and current pointer position. This is the task for spice agent that receives these instructions via virtio-serial device. Linux guests should support client mouse mode right away, if it doesn't work for you, you have to install and run spice-vdagentd service. On Windows guests, you have to install virtio-serial driver and spice vdagent for Windows. In both cases, spice will use client mouse mode whenever available. You can also enforce server mouse mode even if all things necessary for client mouse are in place. HTH, David On Pá, 2016-12-16 at 16:45 +0800, BCFarsight wrote: > Execue me, you know, Spice supports two mouse modes: server and > client. > Now, I want to know the details about server mouse modes. When setting > server mode about mouse, > What I need to do any work or change on servers? If you have any > suggestions, you could tell me. > Thank you very very much! > > > > > > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel