Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Guest-side test tools, config, and X11 stuff for PARAGRAPH graphics device
[palacios.git] / guest / linux / paragraph / run_x11_minimal / README
1 Notes:
2     - The compiled X11 directory contains a copy of all the libraries that my-microcore-con guest needs to run X. 
3       These libraries are in x11/build/bin/ and x11/build/lib/
4       If you're running a more "advanced" guest, you may not need the libraries and you should edit the setup script accordingly (remove the commands that copy libraries).
5     
6     - To test X11 on the microcore guest:
7          mount x11 as a FILEDISK device into the guest (x11.dat contains all the x11 source files and the setup script, see my-microcore-con.xml) 
8          
9          In the host: 
10             run the vncserver and client.
11         
12          In the guest: 
13             type the following commands:
14             1. mkdir new-x11/
15             2. sudo mount /dev/hdb/ new-x11/
16             3. source ./setup.sh
17             4. cd x11/build/bin/
18             5. sudo ./startx -- -config xorg.conf & 
19         xclock and 3 xterms should be visible in the vncclient window.
20         
21
22