[Spice-commits] 4 commits - docs/manual
Pavel Grunt
pgrunt at kemper.freedesktop.org
Fri Apr 22 15:19:52 UTC 2016
dev/null |binary
docs/manual/manual.txt | 15 +++++----------
2 files changed, 5 insertions(+), 10 deletions(-)
New commits:
commit b0186fe1267dfa2b8534c7c083dc301791279f08
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Apr 22 15:09:06 2016 +0200
manual: Remove spicec screenshot
diff --git a/docs/manual/images/spicec01.png b/docs/manual/images/spicec01.png
deleted file mode 100644
index e2cf8c5..0000000
Binary files a/docs/manual/images/spicec01.png and /dev/null differ
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index f172ab4..5b31b3d 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -351,10 +351,6 @@ the machine which is running our qemu instance.
[source,sh]
client$ remote-viewer spice://myhost:3001
-.Established connection to Windows 2008 guest
-image::images/spicec01.png[]
-
-
Ticketing
=========
commit be29eb0eeaf0d109ac8cfdc63f9ba30a1ced9828
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Apr 22 15:09:05 2016 +0200
manual: No need to use sudo to run qemu
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 348e5e0..f172ab4 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -240,7 +240,7 @@ population. I assume that you have a locally stored ISO of your
favourite operating system so you can use it for installation.
[source,sh]
-host$ sudo qemu-kvm -boot order=dc -vga qxl \
+host$ qemu-kvm -boot order=dc -vga qxl \
-spice port=3001,disable-ticketing -soundhw ac97 \
-device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
commit d3530802b31f549bfe8732e2be10ea99b53d003e
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Apr 22 15:09:04 2016 +0200
manual: Recommend UsbDk instead of USB Clerk
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 3f869bf..348e5e0 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -1026,8 +1026,8 @@ The recommended way of getting all the needed drivers installed is to
use the all-in-one Spice guest tools installer which can be found on
http://spice-space.org/download/windows/spice-guest-tools/[spice-space.org].
-To get USB redirection working on Windows, you need to install USB
-Clerk (TODO: add link)
+To get USB redirection working on Windows, you need to install
+http://www.spice-space.org/download/windows/usbdk/[UsbDk]
If you want to manually install them, the QXL driver can be downloaded
from http://spice-space.org/download/windows/qxl/[this location] ,
commit cd5a1d7c09e29513d5a74be9cc04f41a75a7ac9d
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Fri Apr 22 15:09:03 2016 +0200
manual: Recommend enabling monitors using remote-viewer's menu
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 9e41c36..3f869bf 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -656,9 +656,8 @@ that is already there:
Client
------
-You can enable additional displays either from the "Display/Displays"
-menu in remote-viewer, or from your guest OS display configuration
-tool.
+You can enable additional displays from the "View -> Displays"
+menu in remote-viewer.
TLS
===
More information about the Spice-commits
mailing list