Skip to content

Commit c965d4b

Browse files
Update FlowTutorial.md Added a note on remote access , include the "-Y" (or "-X") option in your command to enable X11 applications
Signed-off-by: mbautista-lab <[email protected]>
1 parent a0b8c5a commit c965d4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@ on how to use the [GUI](https://openroad.readthedocs.io/en/latest/main/README.ht
442442
aside from the layout are docking windows that can be undocked. Also it
443443
can be close and reopened from the Windows menu.
444444

445+
446+
Note: When you are using remote access, you will need to include -Y (or -X) option in your command to
447+
enable X11 applications to function properly over the network. By using the command "ssh -Y" followed
448+
by the remote servers' address or hostname, you can establish a secure connection and activate X11 forwarding.
449+
This feature enables you to run graphical programs on the remote server and have their windows display
450+
on your local machines desktop environment.
451+
452+
445453
In this section, learn how to:
446454

447455
1. Visualize design hierarchy

0 commit comments

Comments
 (0)