Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!mips!krell!anoosh From: anoosh@mips.COM (Anoosh Hosseini) Newsgroups: comp.windows.x Subject: Re: NCD fonts Message-ID: <42799@mips.mips.COM> Date: 5 Nov 90 23:28:27 GMT References: <43330@eerie.acsu.Buffalo.EDU> Sender: news@mips.COM Lines: 25 In article <43330@eerie.acsu.Buffalo.EDU>, hassan@acsu.buffalo.edu (scott hassan) writes: > How do you load fonts onto a NCD X windows server? > Everytime I try to load fonts using 'xset +fp fonts; xset fp rehash', > the fonts never get loaded. But when using a SUN workstation and > using the same commands, it works beautifully. > Is there a problem with the NCD servers that doesn't allow for > loading of user fonts? > > Thanks, > > Scott W. Hassan > SUNY at Buffalo > Amherst, NY > > p.s. If anyone knows any information about my problem, please > mail directly to me. Thanks. I had this problem too, Our local guru looked at the makefile for compiling the NCD fonts, and it turns out our NCD (Mips) version compiles (bdftosnf) the .bdf file with -p4 option. So after recompiling the .bdf file in question with this option, The NCD was able to read the .snf file and download it. Hope this helps. -anoosh