![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Ubuntu Guru
![]() |
What is Xephyr ? Xephyr is a X server that runs as a small window within your current X session. What is it good for ? There are multiple potential uses for Xephyr:
Example: Normally if you ssh -X you can forward x applications. This is not a problem if you are forwarding a single application from a single server. But if you forward multiple applications from multiple servers or a whole desktop, it gets messy (to say the least). You can start a new X session ( Virtual X ), but then you have to Ctl-Al-F7 and Ctrl-Alt-F8 between them. 1. Install Xephyr Code:
sudo apt-get install xserver-xephyr Code:
Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 &
3. Set your display (for X) Code:
DISPLAY=:1.0
========================= 4. Forward single apps / separate window for each server. Start Xephyr Code:
Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :1 & Code:
DISPLAY=:1.0 Code:
ssh -XfC -c blowfish user@server xterm
![]() Click to enlarge
Any X apps for that server will start in that window. ========================= 5. Desktop: Start Xephyr Code:
Xephyr -ac -screen 1280x1024 -br -reset -terminate 2> /dev/null :2 & Code:
ssh -XfC -c blowfish user@server xfce4-session
========================= Enjoy, bodhi.zazen
__________________
A person with ubuntu is open and available to others, affirming of others, does not feel threatened that others are able and good, for he or she has a proper self-assurance that comes from knowing that he or she belongs in a greater whole and is diminished when others are humiliated or diminished, when others are tortured or oppressed. ~ Archbishop Desmond Tutu, 1999 ![]() Last edited by bodhi.zazen; November 24th, 2007 at 01:13 AM.. Reason: Added re-direct for error messages |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|