Hi! I don't know if anyone else is having problems with ccp4i fonts looking very ugly under Linux, in particular recent versions of Ubuntu? I couldn't find anything about it online.
Well, if you are, I have the solution. 1. Install at least the xfonts-75dpi or xfonts-100dpi packages 2. Create a .rootrc file in your home directory containing X11.UseXft: Yes The following commands should it for you. You'll have to enter your password after the first step: sudo apt-get install xfonts-100dpi echo "X11.UseXft: Yes" >> .rootrc Kevin -- EMAIL DISCLAIMER: http://www.york.ac.uk/docs/disclaimer/email.htm
