Differences between revisions 3 and 4
Revision 3 as of 2020-12-01 15:18:42
Size: 1837
Editor: stroth
Comment: comsol is IEF-only, see https://rt.ee.ethz.ch/Ticket/Display.html?id=114345
Revision 4 as of 2021-11-30 09:17:18
Size: 1871
Editor: stroth
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   * '''Remote programm''' is filled with `xterm`, leave this as it is    * Select '''Start program on remote computer'''
   * In the field '''Remote program''', enter `xterm`
Line 19: Line 20:
   * Fill the name of the Linux PC you want to connect to into '''Connect to computer'''
Line 20: Line 22:
   * Fill the name of the Linux PC you want to connect to into '''Connect to computer'''
Line 24: Line 25:
 * '''Input requested?''': You're now asked for your ETH password. Enter it and cklic on the button '''OK'''  * '''Input requested?''': You're now asked for your ETH password. Enter it and click on the button '''OK'''
Line 26: Line 27:
A windows forwarding the output of `xterm` opens on your Windows PC. A window forwarding the output of `xterm` opens on your Windows PC.

Forward X11 applications to a Windows client

Some graphical applications running on a managed Linux clients work well when forwarded to a X11 server on a remote PC. The following example describes the use case to connect from a personal Windows PC to a remote managed Linux PC at ETH and use such an application on it.

Install an X11 server on Windows

Download and install VcXsrv on your personal Windows PC

Connect to the ETH network

Make sure you're connected to the ETH network by either:

Start the X11 server

  • From your start menu, start the newly installed application XLaunch.

  • Select display settings: Keep the proposed settings and klick the button Next

  • Select how to start clients: Select Start a program and klick the button Next

  • Specify the program to start:

    • Select Start program on remote computer

    • In the field Remote program, enter xterm

    • Leave the field Password empty

    • Fill the name of the Linux PC you want to connect to into Connect to computer

    • Fill your ETH username into the field Login as user

    • Klick the button Next

  • Extra settings: Keep the proposed settings and klick the button Next

  • Configuration complete: Optionally save your configuration and klick the button Finish

  • Input requested?: You're now asked for your ETH password. Enter it and click on the button OK

A window forwarding the output of xterm opens on your Windows PC.

Run a graphical application

  • Start the graphical application you'd like to use from the commandline in the xtermwindow, for example

    xclock 

FAQ/X11Windows (last edited 2021-11-30 09:17:18 by stroth)