Sean Sosik-Hamor wrote: > Greetings, > > What is the new official way to launch the UI inside of Xephyr in the > Target now that .xinitrc no longer exists? I read over the Monday > Breakage thread but it doesn't seem like there's a definitive process > yet.
On the workstation, enable access to display: $ xhost + In a target terminal, install Xephyr and launch UI: # apt-get install xserver-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 I updated http://moblin.org/howto_app-dev.html already. I'll update the other today. Bob > > * Monday Breakage: http://www.moblin.org/pipermail/dev/2007-August/ > 000352.html > > Also, will someone be updating the docs on Moblin.org now that > they're out of date? > > * http://moblin.org/howto_create-image.html > > Sean Sosik-Hamor > Systems Administrator > Pepper Computer, Inc. > w: www.pepper.com > e: [EMAIL PROTECTED] > p: 781-862-2500 x 207 -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
