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
other:x_conf [2022/08/11 08:04]
jypeter [On a Mac] Merged with the Linux section
other:x_conf [2023/06/30 08:20]
jypeter Added the no space related error
Line 117: Line 117:
 </​WRAP>​ </​WRAP>​
  
 +The ''​XQuartz''​ //X server// will be automatically started, if a graphical application needs it!
 +
 +Check the [[https://​support.apple.com/​guide/​terminal/​script-management-with-launchd-apdc6c1077b-5d5d-4d35-9c19-60f2397b2369/​mac|launchd documentation]] if you need more details
 +<​code>​$ launchctl list | grep quartz
 +         ​- 0 org.xquartz.startx</​code>​
 ===== Configuration on the remote Linux server ===== ===== Configuration on the remote Linux server =====
  
Line 250: Line 255:
 ==== Error when there is no X server running ==== ==== Error when there is no X server running ====
  
-If the ''​DISPLAY''​ variable is defined, but there is **no X server**, you will get a ''​Can'​t open display: localhost://​[SOME VALUE]//''​ error\\ <​code>​$ xterm &+If the ''​DISPLAY''​ variable is defined, but there is **no X server**, you will get a ''​Can'​t open display: localhost://​[SOME VALUE]//''​ error 
 + 
 +<​code>​$ xterm &
 xterm: Xt error: Can't open display: localhost:​23.0</​code>​ xterm: Xt error: Can't open display: localhost:​23.0</​code>​
  
 Time to [[other:​x_conf|read this page again]]... Time to [[other:​x_conf|read this page again]]...
  
 +==== 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:​newppl:​starting#​which_disks_should_you_use|home disk quota]], you will get an error similar to [[#​error_when_there_is_no_x_server_running|Error when there is no X server running]]
 +
 +<​code>​$ xterm &
 +xterm: Xt error: Can't open display: localhost:​23.0</​code>​
  
 +**Solution**:​ clean the content of your //home//!
 ==== Error when DISPLAY is not defined correctly ==== ==== Error when DISPLAY is not defined correctly ====
  
other/x_conf.txt · Last modified: 2023/06/30 08:20 by jypeter