diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-23 20:08:35 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-23 20:08:35 +0300 |
commit | c65af64529a7abd99bd175e1e49fb98f289fb55a (patch) | |
tree | cd5df6ca8204db3782eb3332b3076c22eb932dfc /README.xspice | |
parent | f637c79f121348b02b0fdae7613675acda380815 (diff) |
README.xspice: use consistent and vnc default port
Diffstat (limited to 'README.xspice')
-rw-r--r-- | README.xspice | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.xspice b/README.xspice index 6efd351..0b43553 100644 --- a/README.xspice +++ b/README.xspice @@ -101,14 +101,14 @@ cp -R /usr/share/X11/xkb $TEST/share/X11 $XORG is either your own built $TEST/bin/Xorg or just the default Xorg Run server with: -export XSPICE_PORT=6000 +export XSPICE_PORT=5900 $XORG -noreset -config spiceqxl.xorg.conf :3.0 Or equivalently: -./xspice --port 6000 :3.0 +./xspice --port 5900 :3.0 Run X clients as usual by setting DISPLAY=:3.0 -Run spice client with port 5912 (hardcoded currently): -spicec -h localhost -p 5912 +Run a spice client: +spicec -h localhost -p 5900 |