Using Linux at home


Linux X-display

From NBI's IDL software page: Linux systems very often are set up to run X in 16-bit TrueColour mode. Unfortunately, IDL does not support this visual. If you face this problem you can solve it by starting up another X-server on your Linux machine. Type Ctrl Alt F1 simultaneously and login at the prompt that appears. Then type

     X -query `hostname` -bpp 8 -terminate :8

to start another X-session with 8 colour planes (the -bpp 8 parameter) which you can login to and run IDL in. You can switch between your X-sessions with Ctrl Alt Fx where x is in the range 6-10. This advice applies both when running IDL remotely, and when running your own, local copy of IDL---in both cases it is the bit-depth of your local X display that matters.

A similar method may indeed be used to obtain a full login session from one of the NBIfAFG servers. For example, to start a login session at ursa.astro.ku.dk, do the Ctrl-Alt-F1 and type


    X -query ursa.astro.ku.dk -bpp 8 :1


Last updated 07-sep-00 / Åke Nordlund, email:aake@astro.ku.dk