User Tools

Site Tools


other:x_conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:x_conf [2022/08/05 12:55]
jypeter [Testing] Added lots of information
other:x_conf [2022/08/05 13:35]
jypeter [Troubleshooting] Added the "Nothing works" section
Line 106: Line 106:
 ==== On a Windows computer with only an X server installed ==== ==== On a Windows computer with only an X server installed ====
  
-Some basic commands in a ''​Powershell''​ (''​Start''​ => ''​Windows Powershell''​ => ''​Windows Powershell''​)+We just open a ''​Powershell'' ​window ​(''​Start''​ => ''​Windows Powershell''​ => ''​Windows Powershell''​) ​and type some basic commands
  
 <​code>​PS C:\> $env:​computername <​code>​PS C:\> $env:​computername
Line 128: Line 128:
 [Remote] $ xterm</​code>​ [Remote] $ xterm</​code>​
  
-  * Check the machine name, and check if the ''​DISPLAY''​ variable is defined 
-    * You should get something similar to the following if you are connected with ''​ssh -X''​ or ''​ssh -Y''​\\ <​code>​$ hostname 
-ciclad-ng.private.ipsl.fr 
  
-$ echo $DISPLAY +==== On a Windows computer with PuTTY and an X server installed ==== 
-localhost:68.0 + 
-</​code>​ +We assume here that [[other:putty_conf|PuTTY is already installed and configured]] 
-    * You should get something similar ​to the following if you are using WSL\\ <​code>​$ echo $DISPLAY + 
-SOMETHING +We just have to open a pre-configured //Session// on a remote server 
-</​code>​ +<​code>​[Remote] $ hostname 
-      Otherwise, type ''​export DISPLAY=localhost:​0.0''​ +name_of_the_remote_server 
-  * Type ''​xterm''​ and check that a new //xterm// terminal appears (it may appear //​iconified//​) + 
-    * FIXME+[Remote] ​$ echo $DISPLAY 
 +localhost:​19.0 
 + 
 +[Remote] $ xterm</​code>​ 
 + 
 + 
 +==== On a Windows computer with WSL+Linux and an X server installed ==== 
 + 
 + 
 +  ​FIXME ''​export DISPLAY=localhost:​0.0''​
  
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
 +==== Nothing works! ====
 +
 +That's unfortunate,​ but:
 +  * Have you turned on your computer?
 +  * Do you have network access, and an account on a remote server?
 +  * Have you run the [[other:​x_conf#​testing|Tests]]?​
 +  * Have you installed and configured the //X server// correctly? Is it really running?
 +  * Have you configured [[other:​putty_conf|PuTTY]] and/or other required applications correctly ?
 +  * Is the ''​DISPLAY''​ variable defined correctly on the local and remote computer?
 ==== OpenGL related settings ==== ==== OpenGL related settings ====
  
other/x_conf.txt · Last modified: 2023/06/30 08:20 by jypeter