I am using a stock potato without X, I am compiling XFree86 4.1 from source, then installing it to /usr/X11, I have added Antialiasing and TTF support following instructions on http://www.xfree86.org/~keithp/render/aafont.txt
I have installed it all, and setup an XFree86 configuration file. And also started xfs. Now I get this: could not open default font 'fixed' as the error. I don't know what to do with this now. Anything I have found on google hasn't been of much help to me. There seems to be many causes to this none of which I found info on. Does anyone else have this problem? If so how did you solve it? Here is my XF86Config file (relevent parts only to prevent from being too large): Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" Load "speedo" # This loads the GLX module # Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/truetype/" FontPath "/usr/X11/lib/X11/fonts/Type1/" FontPath "/usr/X11/lib/X11/fonts/Speedo/" FontPath "/usr/X11/lib/X11/fonts/local/" FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11/lib/X11/fonts/75dpi/" FontPath "/usr/X11/lib/X11/fonts/100dpi/" FontPath "unix/:7100" # The module search path. The default path is shown here. ModulePath "/usr/X11/lib/modules" EndSection