other:x_conf
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:x_conf [2023/06/30 10:20] – Added the no space related error jypeter | other:x_conf [2024/07/10 10:54] (current) – [Using X forwarding in a Windows Powershell] jypeter | ||
---|---|---|---|
Line 42: | Line 42: | ||
===== Using an X server on Windows ===== | ===== Using an X server on Windows ===== | ||
- | There are several available | + | There are several available |
+ | ==== Using X forwarding in a Windows Powershell ==== | ||
+ | |||
+ | **You have to type '' | ||
+ | |||
+ | < | ||
+ | [...] | ||
+ | > | ||
+ | DISPLAY: Undefined variable. | ||
+ | > | ||
+ | Connection to obelix closed. | ||
+ | |||
+ | PS C:\> $env: | ||
+ | |||
+ | PS C:\> $env: | ||
+ | PS C:\> $env: | ||
+ | localhost:0 | ||
+ | |||
+ | PS C:\> ssh -X obelix | ||
+ | [...] | ||
+ | Warning: untrusted X11 forwarding setup failed: xauth key data not generated | ||
+ | [...] | ||
+ | > | ||
+ | DISPLAY: Undefined variable. | ||
+ | |||
+ | PS C:\> ssh -Y obelix | ||
+ | [...] | ||
+ | Warning: No xauth data; using fake authentication data for X11 forwarding. | ||
+ | [...] | ||
+ | > | ||
+ | localhost: | ||
+ | > | ||
+ | [1] 30038 | ||
+ | </ | ||
==== Installing VcXsrv ==== | ==== Installing VcXsrv ==== | ||
Line 250: | Line 283: | ||
* Have you [[other: | * Have you [[other: | ||
* Have you configured [[other: | * Have you configured [[other: | ||
+ | * Are you [[other: | ||
* Is the [[other: | * Is the [[other: | ||
Line 284: | Line 318: | ||
</ | </ | ||
- | Make sure that you are using '' | + | * Make sure that you are using '' |
+ | * If you use '' | ||
==== Can't start a graphical application by clicking on its desktop shortcut ==== | ==== Can't start a graphical application by clicking on its desktop shortcut ==== |
other/x_conf.1688113210.txt.gz · Last modified: 2023/06/30 10:20 by jypeter