home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / X11 / xfs / config next >
Text File  |  1999-09-19  |  663b  |  19 lines

  1. # /etc/X11/xfs/config
  2. #
  3. # X font server configuration file
  4.  
  5. # allow a maximum of 10 clients to connect to this font server
  6. client-limit = 10
  7. # when a font server reaches its limit, start up a new one
  8. clone-self = on
  9. # log errors using syslog
  10. use-syslog = on
  11. # turn off TCP port listening (Unix domain connections are still permitted)
  12. no-listen = tcp
  13. # paths to search for fonts
  14. catalogue = /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled
  15. # in decipoints
  16. default-point-size = 120
  17. # x1,y1,x2,y2,...
  18. default-resolutions = 75,75,100,100
  19.