~ubuntu-branches/ubuntu/wily/xserver-xorg-video-qxl/wily-proposed

« back to all changes in this revision

Viewing changes to README.xspice

  • Committer: Package Import Robot
  • Author(s): Liang Guo, Liang Guo, Cyril Brulebois
  • Date: 2012-03-16 16:13:52 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120316161352-ustw8wt8181r2y83
Tags: 0.0.17-1
[ Liang Guo ]
* New upstream release.
* debian/copyright:
  - Remove src/lookup3.c, removed upstream.
  - Add src/murmurhash3.{c,h}, new file. 
* debian/source/options:
  - Ignore ChangeLog, included in upstream tarbar, but not in git.
* Remove translate-the-access-region.patch, applied upstream.
* Bump Standards-Version to 3.9.1, no changes needed.
[ Cyril Brulebois ]
* Fix typo in the debug package's description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
$XORG is either your own built $TEST/bin/Xorg or just the default Xorg
102
102
 
103
103
Run server with:
104
 
export XSPICE_PORT=6000
 
104
export XSPICE_PORT=5900
105
105
$XORG -noreset -config spiceqxl.xorg.conf :3.0
106
106
 
107
107
Or equivalently:
108
 
./xspice --port 6000 :3.0
 
108
./xspice --port 5900 :3.0
109
109
 
110
110
Run X clients as usual by setting DISPLAY=:3.0
111
 
Run spice client with port 5912 (hardcoded currently):
112
111
 
113
 
spicec -h localhost -p 5912
 
112
Run a spice client:
 
113
spicec -h localhost -p 5900
114
114