> > Current directories in font path: > 1: /usr/X11R6/lib/X11/fonts/misc:unscaled > 2: /usr/X11R6/lib/X11/fonts/75dpi:unscaled > 3: /usr/X11R6/lib/X11/fonts/100dpi:unscaled > 4: /usr/X11R6/lib/X11/fonts/Type1 > 5: /usr/X11R6/lib/X11/fonts/Speedo > 6: /usr/share/fonts/default/Type1 > 7: > [scot@discsander scot]$ grep 'FontPath' /etc/X11/xorg.conf > # Multiple FontPath entries are allowed (they are concatenated together) > FontPath "unix/:7100" > Alright. Everything seems in order here. From what I gather there is a problematic font somewhere in one of those font dirs that when loading up it causes that error. What does /var/log/Xorg.log.0 have to say about that? Or your ./.xsessionerror? egrep -i 'WW|EE' /var/log/Xorg.log.0 If you isolate that font and comment it out from font.dir for example your problem might go away.