File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,17 @@ Execution
69
69
``false ``; default value: ``true ``)
70
70
71
71
*display_variable *
72
- What ``DISPLAY `` variable should all command line interfaces be
73
- run with. This is useful if you are using `xnest
74
- <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html> `_
72
+ What ``$DISPLAY `` environment variable should utilize those interfaces
73
+ that require an X server. These interfaces should have the attribute
74
+ ``_redirect_x = True ``. This option is very useful when the system has
75
+ an X server listening in the default port 6000, but ``$DISPLAY `` is
76
+ not defined. In that case, set ``display_variable = :0 ``. Similarly,
77
+ it can be used to point X-based interfaces to other servers, like VNC,
78
+ `xnest <http://www.x.org/archive/X11R7.5/doc/man/man1/Xnest.1.html >`_
75
79
or `Xvfb <http://www.x.org/archive/X11R6.8.1/doc/Xvfb.1.html >`_
76
80
and you would like to redirect all spawned windows to
77
- it. (possible values: any X server address; default value: not
81
+ it. If not set, nipype will try to configure a new virtual server using
82
+ Xvfb. (possible values: any X server address; default value: not
78
83
set)
79
84
80
85
*remove_unnecessary_outputs *
You can’t perform that action at this time.
0 commit comments