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:45]
jypeter [Installing VcXsrv]
Line 40: Line 40:
   * Start the server by double-clicking on the new ''​X_Server''​ icon   * Start the server by double-clicking on the new ''​X_Server''​ icon
     * It will seem that nothing happens, but an ''​X''​ icon appears in the right side of the taskbar (you may have to look for it in the //Display hidden icons// pull-up menu). Your computer is now ready to display remote graphics!\\ {{ :​other:​vcxsrv_x.png?​direct |}}     * It will seem that nothing happens, but an ''​X''​ icon appears in the right side of the taskbar (you may have to look for it in the //Display hidden icons// pull-up menu). Your computer is now ready to display remote graphics!\\ {{ :​other:​vcxsrv_x.png?​direct |}}
-    * The X server will stop when you close your Windows session or restart the computer. Do not forget to click on the X_Server icon if you know that you will need an X server later+    * The X server will stop when you close your Windows session or restart the computer. Do not forget to click on the ''​X_Server'' ​icon on your desktop ​if you know that you will need an X server later 
 +      * FIXME Document how to automatically start the X server...
     * Note: you can right-click on the ''​X''​ icon and select ''​Exit...''​ if you need to quit the X server     * Note: you can right-click on the ''​X''​ icon and select ''​Exit...''​ if you need to quit the X server
-  * You are now **ready**, if you only need VcXsrv to display graphical windows from remote servers 
  
  
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