Xephyr – Nested X Server

2014-04-24 140 words 1 min read

Nested X-Server is running a X server root window within your running X-windows session like Gnome or KDE. This could be useful if you want to keep all you ssh windows in one window or maybe run all you IRC, firefox, chat and others inside one window, or maybe run another window manager itself.

Lets first install ::

sudo yum install xorg-x11-server-Xephyr

Once done, you can define an alias to do the magic with your nested server. So, lets define an alias:

alias xlxc='Xephyr -title -resizeable -host-cursor -screen 1024x768 +extension randr +xinerama -ac :11.0& DISPLAY=:11.0 xterm &'

This will open a new x-server window with Xephyr and then open a terminal inside it. Once in, make sure to set your DISPAY variable in the xterm so that all other apps started from the terminal start in the Xephyr window only.


author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it