other:x_conf
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
other:x_conf [2022/08/05 11:02] – [Testing] jypeter | other:x_conf [2022/08/05 15:35] – [Troubleshooting] Added the "Nothing works" section jypeter | ||
---|---|---|---|
Line 77: | Line 77: | ||
===== Testing ===== | ===== Testing ===== | ||
- | | + | The idea is to: |
- | * You should get something similar | + | |
- | ciclad-ng.private.ipsl.fr | + | * Connect |
+ | * Check that a (new) '' | ||
+ | * Check that you can start an application using graphics (e.g. '' | ||
- | $ echo $DISPLAY | + | ==== On a Linux computer ==== |
- | localhost:68.0 | + | |
- | </ | + | Some basic commands in a terminal |
- | * You should get something similar to the following if you are using WSL\\ < | + | |
- | SOMETHING | + | < |
- | </ | + | name_of_your_local_machine |
- | * Otherwise, type '' | + | |
- | * Type '' | + | [Local] $ echo $DISPLAY |
- | * FIXME | + | :0 |
+ | |||
+ | [Local] $ ssh -X some_login@some_remote_server | ||
+ | [some connection information skipped here] | ||
+ | |||
+ | [Remote] $ hostname | ||
+ | name_of_the_remote_server | ||
+ | |||
+ | [Remote] | ||
+ | localhost:20.0 | ||
+ | |||
+ | [Remote] $ xterm</ | ||
+ | |||
+ | ==== On a Windows computer with only an X server installed ==== | ||
+ | |||
+ | We just open a '' | ||
+ | |||
+ | < | ||
+ | name_of_your_local_machine | ||
+ | |||
+ | PS C:\> $env: | ||
+ | PS C:\> $env: | ||
+ | PS C:\> $env: | ||
+ | localhost: | ||
+ | |||
+ | PS C:\> ssh -Y some_login@some_remote_server | ||
+ | Warning: No xauth data; using fake authentication data for X11 forwarding. | ||
+ | [some connection information skipped here] | ||
+ | |||
+ | [Remote] $ hostname | ||
+ | name_of_the_remote_server | ||
+ | |||
+ | [Remote] $ echo $DISPLAY | ||
+ | localhost: | ||
+ | |||
+ | [Remote] $ xterm</code> | ||
+ | |||
+ | |||
+ | ==== On a Windows computer with PuTTY and an X server installed ==== | ||
+ | |||
+ | We assume here that [[other: | ||
+ | |||
+ | We just have to open a pre-configured //Session// on a remote server | ||
+ | < | ||
+ | name_of_the_remote_server | ||
+ | |||
+ | [Remote] | ||
+ | localhost: | ||
+ | |||
+ | [Remote] $ xterm</ | ||
+ | |||
+ | |||
+ | ==== On a Windows computer with WSL+Linux and an X server installed ==== | ||
+ | |||
+ | |||
+ | | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
+ | ==== Nothing works! ==== | ||
+ | |||
+ | That's unfortunate, | ||
+ | * Have you turned on your computer? | ||
+ | * Do you have network access, and an account on a remote server? | ||
+ | * Have you run the [[other: | ||
+ | * Have you installed and configured the //X server// correctly? Is it really running? | ||
+ | * Have you configured [[other: | ||
+ | * Is the '' | ||
==== OpenGL related settings ==== | ==== OpenGL related settings ==== | ||
other/x_conf.txt · Last modified: 2024/07/10 10:54 by jypeter