Differences between revisions 1 and 2
Revision 1 as of 2005-07-10 17:38:41
Size: 617
Editor: anonymous
Comment:
Revision 2 as of 2005-12-08 13:21:07
Size: 638
Editor: EnricoZini
Comment: Use new name of libxaw
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 1. apt-get install xlibs-dev libxaw6-dev  1. apt-get install xlibs-dev libxaw7-dev

How to record and playback an X11 session

A. get vncrec to work

  1. download vncrec sources from http://www.sodan.org/~penny/vncrec/

  2. apt-get install xlibs-dev libxaw7-dev
  3. build vncrec; it won't make it, but it'll make it to build vncrec
  4. copy /vncrec-0.2/vncrec/vncrec to /usr/local/bin

B. install x11vnc

  1. apt-get install x11vnc
  2. x11vnc -viewonly -localhost

C. record things

  1. vncrec -record /bigpartitionwithfreespace/session.vnc
  2. iconise the window ASAP

D. playback

  1. vncrec -play test.vnc


Enrico Zini