|
|
|||
RUN X WITHIN X XFree86 is the basis for any graphical interface on Linux systems. It's very powerful even if it is somewhat dated in many ways. One of the advantages of using XFree86 is that you can use a program called Xnest to run one X session inside another. Known as nesting an X session (as indicated by the name), this process allows you to run another full X session without leaving your current session. To nest an X session, open an xterm or similar console in X, and enter the following: $ Xnest
:1 -ac & You can now start a window manager, such as Window Maker, inside the new session by executing the following: $ DISPLAY=:1
wmaker & |
||||