Installing and Using Xephyr
Submitted by prajwal, updated on 16 Sep 2008 - 0 comments
Xephyr provides an easy way to test applications using virtual X session. Xephyr is beneficial to test user application since it does not require virtualization and is quicker than using KVM.
Limitations: Currently Xephyr is available on Ubuntu based platforms. It is not currently supported on Moblin 2.0 based platforms.
To install Xephyr, run the following command from your target's terminal:
# apt-get install xserver-xephyrTo run a virtual X session, you must enable access to your display, by running the following command from your workstation's terminal:
$ xhost +SI:localuser:rootFrom your target's terminal, run the following commands to configure and run Xephyr:
# export DISPLAY=:0
# /etc/init.d/dbus start
# xinit /etc/X11/xinit/xinitrc -- /usr/bin/Xephyr :2 -host-cursor -screen 1024x600x32 -dpi 96 -ac
# killall gconfd-2If you have the full-mobile-stack fset installed, you can run a script that automatically installs, configures, and runs Xephyr:
# ume-xephyr-start - Printer-friendly version
- Login or register to post comments