Problems because of missing Mathematica fonts: If Mathematica is run in a Secure Shell (ssh) from another Linux computer, it might be necessary to run the following command on the LOCAL computer in advance (requires valid account on stud cluster): ----------------------------------------------------------------------------- cd $HOME scp weber.stud.physik.uni-potsdam.de:~htodt/Math_6_Unix.tar.gz . tar xvfz Math_6_Unix.tar.gz mkfontdir $HOME/Fonts/Type1 mkfontdir $HOME/Fonts/BDF xset fp+ $HOME/Fonts/Type1 xset fp+ $HOME/Fonts/BDF ----------------------------------------------------------------------------- Afterwards, it should be possible to login on, e.g., vivaldi via ssh and then to run there Mathematica: ssh -X user@vivaldi.stud.physik.uni-potsdam.de