Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Talk:Development Team/Chroot
(view source)
Revision as of 11:03, 23 May 2009
394 bytes added
,
11:03, 23 May 2009
no edit summary
Line 1:
Line 1:
== Restricting Xephyr connections ==
== Restricting Xephyr connections ==
+
Most X11 servers are configured to disable TCP connections. This means that in order to get a working X connection we can:
+
+
# bind-mount the X unix socket into the chroot.
+
# ssh ''into'' the chroot with X11-forwarding enabled.
+
# Enable TCP on an X server, e.g. a nested Xephyr.
+
+
In the main walk-through, we chose to use an open Xephyr like so:
+
+
Xephyr -ac :1
+
+
However, we might instead try:
+
# ''outside chroot''
# ''outside chroot''
DISP=:1 # adjust to suit your configuration
DISP=:1 # adjust to suit your configuration
Mstone
76
edits