x11: add a few helper functions for multi-clipboard
[vd_agent.git] / README
blobad40b3ab7b600c6aee758177cb1f0107cb00ad17
1 Spice agent for Linux
2 =====================
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
8 gdm.
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.
14 Features:
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
21   and the client
23 Not handled: multiple displays.
25 Enjoy,
26   Gerd & Hans
29 Gerd Hoffmann <kraxel@redhat.com>
30 Hans de Goede <hdegoede@redhat.com>