diff options
author | Hans de Goede <hans@localhost.localdomain> | 2013-04-10 17:47:49 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-04-10 17:48:55 +0200 |
commit | f25f1fa472e777ddd1847c55ac25f36ba6e4e600 (patch) | |
tree | 348c33cfc2f814b5bd5877919272946730667100 | |
parent | a322d13b7ee7ced191d50e44ad8a79bdd6839779 (diff) |
docs: Update to reflect recent changes
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | README | 10 |
2 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,13 @@ +spice-vdagent-0.14.0 +-------------------- +* More multi-monitor and arbritary resolution support bugfixes +* Add support for file transfers from client to guest +* Add support for setups with multiple Screens (multiple qxl devices each + mapped to their own screen), limitations: + -Max one monitor per Screen / qxl device + -All monitors / Screens must have the same resolution + -No client -> guest resolution syncing + spice-vdagent-0.12.1 -------------------- * Various bugfixes for multi-monitor and arbritary resolution support @@ -20,6 +20,9 @@ Features: for single monitor configurations. * Support of copy and paste (text and images) between the active X-session and the client. This supports both the primary selection and the clipboard. +* Support for transfering files from the client to the agent +* Full support for multiple displays using Xrandr, this requires a new + enough xorg-x11-drv-qxl driver, as well as a new enough host. * Limited support for multiple displays using Xinerama, prerequisites: * A new enough Xorg-server. For Fedora atleast Fedora-17, for RHEL-6 atleast xorg-x11-server-1.10.4-6.el6_2.3 @@ -31,8 +34,11 @@ Features: /var/run/spice-vdagentd/xorg.conf.spice file. With all the necessary magic to get Xinerama working. Move this file to /etc/X11/xorg.conf, then kill Xorg so that it will get restarted and you should be good to go. -* Full support for multiple displays using Xrandr, this requires a new - enough xorg-x11-drv-qxl driver, as well as a new enough host. +* Limited support for setups with multiple Screens (multiple qxl devices each + mapped to their own screen), limitations: + -Max one monitor per Screen / qxl device + -All monitors / Screens must have the same resolution + -No client -> guest resolution syncing All vdagent communications on the guest side run over a single pipe which gets presented to the guest os as a virtio serial port. |