| Erik's linux page: Linux information for beginners and advanced users | ||
|---|---|---|
| Prev | Chapter 3. Some other Linux information, perhaps not for the new user | Next |
Slow loading X or X clients (netscape or similar) ?
On systems without math coprocessor, or perhaps just a system without the absolutely newest hardware, there are sometimes problems with X clients loading slowly.
One tips that perhaps might give some better performance is to look at the Fontpath section of your XF86Config, mine looks like this:
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" |