Add a FAQ entry for remote X displays.
PR: 41865 Submitted by: Eric Anderson <anderson@centtech.com> (original version).
This commit is contained in:
parent
6efff8762a
commit
8ada16df74
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16894
1 changed files with 15 additions and 0 deletions
|
@ -7739,6 +7739,21 @@ EndSection</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="no-remote-x11">
|
||||
<para>How do I use remote X displays?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>For security reasons, the default setting is to not allow a
|
||||
machine to remotely open a window.</para>
|
||||
|
||||
<para>To enable this feature, simply start <application>X</application>
|
||||
with the optional <option>-listen_tcp</option> argument:</para>
|
||||
<screen>&prompt.user; <userinput>startx -listen_tcp</userinput></screen>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="window-menu-weird">
|
||||
<para>Why do X Window menus and dialog boxes not work right?</para>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue