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/08 15:41] – [If you are connecting with ssh] jypeter | other:x_conf [2023/06/30 10:20] – Added the no space related error jypeter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installing and configuring an X server ====== | ====== Installing and configuring an X server ====== | ||
+ | |||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | This detailed and easy-to-understand page will help you **set up things correctly on your own**, and help you **understand what you are doing** | ||
+ | |||
+ | Or you can ask somebody to quickly configure everything for you, and keep on believing that things work by magic... | ||
+ | </ | ||
+ | |||
===== What is an X server? ===== | ===== What is an X server? ===== | ||
- | An //X server// is not a server for distributing your perfect models output! | + | * An //X server// |
- | An //X server// is basically a program running on your local computer that understands the [[https:// | + | * An //X server// |
+ | * This page will mention a //'' | ||
+ | ===== What do we mean exactly with Local and Remote computers? ===== | ||
+ | |||
+ | This page will very often mention **local computers**, | ||
+ | |||
+ | * The **local computer** is the desktop or laptop you are interacting with (using a screen+mouse+keyboard) | ||
+ | * The local computer can be a **Linux, Windows or Mac (i.e //OS X//) computer** | ||
+ | |||
+ | * The **remote computer or server** is another computer that you also want to interact with (using the screen+mouse+keyboard of your local computer) | ||
+ | * [[other: | ||
+ | * We only consider on this page the case of a **remote //Linux// machine** that **requires a local running //X server//** | ||
+ | |||
+ | * **Remote Linux machine** can mean several things: | ||
+ | * It can be another operating system running inside **a [[https:// | ||
+ | * We mostly consider on this page the case of a **Linux virtual machine** using [[other: | ||
+ | * It can be a **distant Linux computer or server** in your building, or a high performance Linux computer in a computing center on the other side of the Earth. It could also be a Linux virtual machine in the //Cloud// | ||
===== Using an X server on Linux ===== | ===== Using an X server on Linux ===== | ||
- | Linux computers come pre-configured with a running | + | <WRAP center round tip 60%> |
+ | You don't need to do anything special! | ||
+ | </WRAP> | ||
- | **You don't need to do anything special!** | + | Linux computers come pre-configured with a running //X server// that will display the graphics generated locally and on remote Linux servers |
===== Using an X server on Windows ===== | ===== Using an X server on Windows ===== | ||
- | There are several | + | There are several available |
==== Installing VcXsrv ==== | ==== Installing VcXsrv ==== | ||
Line 32: | Line 58: | ||
=== VcXsrv Configuration === | === VcXsrv Configuration === | ||
- | You need to configure '' | + | You need to configure '' |
* Start the // | * Start the // | ||
Line 54: | Line 80: | ||
This is an //X server//, and you will get the same functionalities as what is already provided for free by [[other: | This is an //X server//, and you will get the same functionalities as what is already provided for free by [[other: | ||
* Once installed, '' | * Once installed, '' | ||
- | * If you move to another computer, you can install '' | + | * If you move to another computer, you can install '' |
- | * There seem to be more (useful) updates than for '' | + | * There seems to be more (useful) updates than for '' |
* The interface is more modern, with more options, and there is a lot of useful information on the web site | * The interface is more modern, with more options, and there is a lot of useful information on the web site | ||
* The '' | * The '' | ||
Line 68: | Line 94: | ||
* Start '' | * Start '' | ||
- | * It will seem that nothing happens, but an '' | + | * It will seem that nothing happens, but an '' |
* Right-click on the '' | * Right-click on the '' | ||
- | * Select '' | + | * Select '' |
- | * It' | + | * It is possible to **automatically start '' |
* Open the **Windows Task Manager** (Right-click on '' | * Open the **Windows Task Manager** (Right-click on '' | ||
* Go to the '' | * Go to the '' | ||
Line 77: | Line 103: | ||
* Note: if you need to quit the //X server//, you can right-click on the '' | * Note: if you need to quit the //X server//, you can right-click on the '' | ||
- | ===== Using an X server on an Apple computer | + | ===== Using an X server on a Mac ===== |
+ | ==== Installing XQuartz ==== | ||
+ | Type: <wrap em> | ||
+ | |||
+ | Download the installer from [[https:// | ||
+ | |||
+ | === XQuartz configuration === | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | Nothing to configure! | ||
+ | </ | ||
+ | |||
+ | The '' | ||
+ | |||
+ | Check the [[https:// | ||
+ | < | ||
+ | | ||
===== Configuration on the remote Linux server ===== | ===== Configuration on the remote Linux server ===== | ||
==== If you are connecting with ssh or PuTTY ==== | ==== If you are connecting with ssh or PuTTY ==== | ||
- | Nothing special to do, if you are using [[other: | + | Nothing special to do, if you are using [[other: |
- | ==== If you are using WSL ==== | + | ==== If you are using Windows Subsystem for Linux ==== |
- | + | ||
- | If you have installed [[other: | + | |
- | * //bash// shell: '' | + | |
- | * //tcsh// shell: '' | + | |
- | * You probably want to define the '' | + | |
+ | In that special case, you will need the //X server// to display graphics [[other: | ||
+ | You have to make sure that the '' | ||
===== Testing ===== | ===== Testing ===== | ||
+ | |||
+ | ==== Testing plan ==== | ||
The idea is to: | The idea is to: | ||
- | * Open a terminal and check that the '' | + | * Open a terminal and check that the '' |
+ | * If we use [[other: | ||
* Connect to the remote machine | * Connect to the remote machine | ||
* Check that a (new) '' | * Check that a (new) '' | ||
- | * Check that you can start an application using graphics | + | * Check that we can start an application using graphics |
+ | |||
+ | Test application: | ||
+ | * We need a simple graphical application that is likely to be already installed on the remote machine | ||
+ | * The **test is declared successful** if we get a new window and we can interact with it.\\ Note: some applications may start with their window iconified, and you may have to check the part of your screen where the iconified windows go... | ||
+ | * Do not forget to **cleanly quit the test application** when you have checked that it seems to work | ||
+ | * It's enough to test one application | ||
+ | * '' | ||
+ | * '' | ||
- | ==== On a Linux computer ==== | + | The test may fail, due to the [[other: |
+ | ==== On a Linux computer | ||
- | Some basic commands in a terminal | + | Open a //terminal// ([[other: |
< | < | ||
Line 121: | Line 172: | ||
localhost: | localhost: | ||
- | [Remote] $ xterm</ | + | [Remote] $ xterm &</ |
==== On a Windows computer with only an X server installed ==== | ==== On a Windows computer with only an X server installed ==== | ||
- | We just open a '' | + | We just open a '' |
< | < | ||
Line 145: | Line 196: | ||
localhost: | localhost: | ||
- | [Remote] $ xterm</ | + | [Remote] $ xterm &</ |
Line 159: | Line 210: | ||
localhost: | localhost: | ||
- | [Remote] $ xterm</ | + | [Remote] $ xterm &</ |
==== On a Windows computer with WSL+Linux and an X server installed ==== | ==== On a Windows computer with WSL+Linux and an X server installed ==== | ||
+ | |||
+ | We assume that [[other: | ||
+ | |||
+ | Open a //WSL// terminal (you should know how, if you have installed //WSL//) and type some basic commands | ||
+ | |||
+ | < | ||
+ | name_of_your_local_machine | ||
+ | |||
+ | [Local WSL] $ echo $DISPLAY | ||
+ | localhost: | ||
+ | |||
+ | [Local WSL] $ xterm & | ||
+ | |||
+ | [Local WSL] $ ssh -X some_login@some_remote_server | ||
+ | [some connection information skipped here] | ||
+ | |||
+ | [Remote] $ echo $DISPLAY | ||
+ | localhost: | ||
+ | |||
+ | [Remote] $ xterm &</ | ||
+ | |||
- | * FIXME '' | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
+ | |||
==== Nothing works! ==== | ==== Nothing works! ==== | ||
That's unfortunate, | That's unfortunate, | ||
- | * Have you turned on your computer? | + | * Have you turned on your computer? |
- | * Do you have network access, and an account on a remote server? | + | * Do you have network access, and an account on a remote server? :-? |
* Have you run the [[other: | * Have you run the [[other: | ||
- | * Have you installed and configured the //X server// correctly? Is it really running? | + | * Have you [[other: |
* Have you configured [[other: | * Have you configured [[other: | ||
- | * Is the '' | + | * Is the [[other: |
+ | |||
+ | |||
+ | ==== Error when there is no X server running ==== | ||
+ | |||
+ | If the '' | ||
+ | |||
+ | < | ||
+ | xterm: Xt error: Can't open display: localhost: | ||
+ | |||
+ | Time to [[other: | ||
+ | |||
+ | ==== Error when there is no space left in your home directory ==== | ||
+ | |||
+ | If there is no space left in your home directory (usually the home directory of the remote server), or if you have exceeded your [[other: | ||
+ | |||
+ | < | ||
+ | xterm: Xt error: Can't open display: localhost: | ||
+ | |||
+ | **Solution**: | ||
+ | ==== Error when DISPLAY is not defined correctly ==== | ||
+ | |||
+ | If the '' | ||
+ | |||
+ | < | ||
+ | $ xterm: Xt error: Can't open display: | ||
+ | xterm: DISPLAY is not set | ||
+ | $ echo $DISPLAY | ||
+ | |||
+ | $ setenv DISPLAY CRAP_DISPLAY | ||
+ | $ xterm | ||
+ | xterm: Xt error: Can't open display: CRAP_DISPLAY | ||
+ | </ | ||
+ | |||
+ | Make sure that you are using '' | ||
+ | |||
+ | |||
+ | ==== Can't start a graphical application by clicking on its desktop shortcut ==== | ||
+ | |||
+ | Check the shortcut and run the command directly in a terminal to check the error message | ||
+ | |||
+ | There is a good chance that [[other: | ||
+ | |||
==== OpenGL related settings ==== | ==== OpenGL related settings ==== | ||
other/x_conf.txt · Last modified: 2024/07/10 10:54 by jypeter