4 The spice agent for Linux consists of 2 parts, a daemon spice-vdagentd and
5 a per X-session process spice-vdagent. The daemon gets automatically started
6 in Spice guests through a udev rule. The per X-session gets automatically
7 started in desktop environments which honor /etc/xdg/autostart, and under
10 The main daemon needs to know which X-session daemon is the currently
11 active X-session (think switch user functionality) for this console kit is
12 used. spice-vdagent will not work without console kit.
15 * Client mouse mode (no need to grab mouse by client, no mouse lag)
16 this is handled by the daemon by feeding mouse events into the kernel
17 via uinput. This will only work if the active X-session is running a
18 spice-vdagent process so that its resolution can be determined.
19 * Automatic adjustment of the X-session resolution to the client resolution
20 * Support of copy and paste (text and images) between the active X-session
23 Not handled: multiple displays.
29 Gerd Hoffmann <kraxel@redhat.com>
30 Hans de Goede <hdegoede@redhat.com>