Re: xfs-xtt

2005-07-28 Thread John Parejko
Ok, I ended up downloading the xfs-xtt package and re-installing it with dpkg, then removing it with apt. dpkg complained when I reinstalled that the old files were bad, but it overwrote them safely. Now my fonts are back to normal, so I guess it was xfs-xtt that was causing the trouble. I'

Re: xfs-xtt

2005-07-21 Thread Kevin Mark
Hi John, On Fri, Jul 22, 2005 at 12:52:42AM -0400, John Parejko wrote: > > > >I would examine /var/lib/dpkg/info/xfs?.prerm (check spelling for > >correct script) and either find the error and find a way to fix what the > >script is bombing on OR (since I suggest removing xfs-xtt) putting >

Re: xfs-xtt

2005-07-21 Thread John Parejko
Thanks for the help! Sorry for the delay, I've only had time to look into this recently. Kevin Mark wrote: On Mon, Jul 11, 2005 at 12:50:05PM -0400, John Parejko wrote: Hello. I've just recently settled on stable, from sarge-testing, and Hi John, If I understand what you said: you were ru

Re: xfs-xtt

2005-07-12 Thread Kevin Mark
On Mon, Jul 11, 2005 at 12:50:05PM -0400, John Parejko wrote: > Hello. I've just recently settled on stable, from sarge-testing, and Hi John, If I understand what you said: you were running 'testing' and now you are running 'stable'? This would be the case if you source.list refers to 'sarge'.

Re: XFS-XTT won't (un)install

2001-10-08 Thread John Toon
On Monday 08 October 2001 21:56 pm, Darryl L. Pierce wrote: > I've hit some weird nexus of realities here. I am unable to complete an > installation of XFS-XTT. But, whenever I try to do anything else from > dselect it tries to finish installing XFS-XTT. So, I selected to uninstall > it since it's

Re: xfs-xtt or xfstt --which font server for potato

2000-08-19 Thread Henrique M Holschuh
> Whats the difference and which is better? Just looking for some clues > before i make the changes. xfs-xtt is better for very big, unicode fonts (hint: most far east ones). If you like configuring fonts, it allows you to do some font transforms as well. -- "One disk to rule them all, O

Re: xfs-xtt - cannot establish any listening sockets

2000-07-25 Thread [EMAIL PROTECTED]
i'd suggest trying xfstt honestly i dont know the difference between them other then being different packages but i have many copies of xfstt running on multiple machines with 0 problems. nate On Sun, 23 Jul 2000, Brendon B wrote: brendo >I'm trying to setup xfs-xtt, and when starting the proce

Re: xfs-xtt configuration

2000-03-02 Thread Ethan Benson
On Wed, Mar 01, 2000 at 08:59:09AM -0500, Arcady Genkin wrote: > Ethan Benson <[EMAIL PROTECTED]> writes: > > > there is mkttfdir in fttools package. > Thanks! > > My new question... After I successfully generated the fonts.dir file, > and added >FontPath"unix/:7101" as others have sa

Re: xfs-xtt

2000-03-02 Thread Ethan Benson
On Wed, Mar 01, 2000 at 11:37:01PM -0800, kmself@ix.netcom.com wrote: > On Wed, Mar 01, 2000 at 04:22:06PM -0500, Arcady Genkin wrote: > > Ethan Benson <[EMAIL PROTECTED]> writes: > > > > > damn, that might be it... do you happen to know of a way to lowercase > > > letters in bash or some other wa

Re: xfs-xtt

2000-03-02 Thread kmself
On Wed, Mar 01, 2000 at 04:22:06PM -0500, Arcady Genkin wrote: > Ethan Benson <[EMAIL PROTECTED]> writes: > > > damn, that might be it... do you happen to know of a way to lowercase > > letters in bash or some other way? i don't really want to mv THIS.TTF > > this.tff 215 times > > You can u

Re: xfs-xtt configuration

2000-03-02 Thread Eric G . Miller
On Wed, Mar 01, 2000 at 11:02:53AM -0800, aphro wrote: > while im sure inet/ works good i use tcp/ which also works. Yes, but isn't it slower than unix sockets? Does xfs-xtt even use /etc/X11/xfs/config? I haven't messed with it since I don't read Japanese (and there are no English docs). I'd gu

Re: xfs-xtt configuration

2000-03-02 Thread Gregory T. Norris
You need to remove the entry for port 7101 from /etc/X11/XF86Config. xfs-xtt replaces both xfs and xfstt with a single font server, so it will be running on the "standard" xfs port (7100), rather than xfstt's. X will definitely refuse to start if told to use a font server which isn't active... Ch

Re: xfs-xtt

2000-03-01 Thread Arcady Genkin
Ethan Benson <[EMAIL PROTECTED]> writes: > damn, that might be it... do you happen to know of a way to lowercase > letters in bash or some other way? i don't really want to mv THIS.TTF > this.tff 215 times You can use mmv utility: mmv '*.TTF' #1.ttf should do the trick. Note: it will only

Re: xfs-xtt

2000-03-01 Thread Nathan E Norman
On Wed, Mar 01, 2000 at 06:17:24AM -0900, Ethan Benson wrote: > On Wed, Mar 01, 2000 at 10:14:58AM -0500, Bryan Scaringe wrote: > > Perhaps either xfs-xtt of mkttfdir expect font files to have a lowercase > > file extention. Remeber .MP3 is different than .mp3, and .JPG is different > > than .jpg,

RE: xfs-xtt configuration

2000-03-01 Thread aphro
while im sure inet/ works good i use tcp/ which also works. nate On Wed, 1 Mar 2000, Paul Kallstrom wrote: paul >First, you may want to change "unix/:7101" to "inet/127.0.0.1:7101", if you paul >don't have the unix ports module installed, or compiled in your kernel. paul > paul > paul > paul >

RE: xfs-xtt configuration

2000-03-01 Thread Paul Kallstrom
First, you may want to change "unix/:7101" to "inet/127.0.0.1:7101", if you don't have the unix ports module installed, or compiled in your kernel. On 01-Mar-2000, at 13:59:09, Arcady Genkin climbed upon the nearest soapbox, and shouted: > Ethan Benson <[EMAIL PROTECTED]> writes: > >> there i

Re: xfs-xtt

2000-03-01 Thread Bryan Scaringe
There was a discussion about this back on Jan 23-24. It's covered better than anything I could write. Check the archives. Look for a subject to the effect of: "Batch rename files" Bryan Below is the method I would choose (from 1 of the messages in that thread): --- A low-tech ba

Re: xfs-xtt

2000-03-01 Thread Ethan Benson
On Wed, Mar 01, 2000 at 10:14:58AM -0500, Bryan Scaringe wrote: > Perhaps either xfs-xtt of mkttfdir expect font files to have a lowercase > file extention. Remeber .MP3 is different than .mp3, and .JPG is different > than .jpg, so it's not hard to imagine that this could be your problem. damn, t

Re: xfs-xtt

2000-03-01 Thread Bryan Scaringe
Perhaps either xfs-xtt of mkttfdir expect font files to have a lowercase file extention. Remeber .MP3 is different than .mp3, and .JPG is different than .jpg, so it's not hard to imagine that this could be your problem. Bryan > there is mkttfdir in fttools package. > >> Another question: Onc

Re: xfs-xtt

2000-03-01 Thread Nathan E Norman
On Wed, Mar 01, 2000 at 04:05:24AM -0500, Arcady Genkin wrote: > Under potato, I've installed xfs-xtt. > > Are there any stock means to create fonts.dir in a directory with ttf > fonts? The documentation that comes with xfs-xtt says nothing of this. There's supposed to be a mkttfdir in a deb pack

Re: xfs-xtt

2000-03-01 Thread Ethan Benson
On Wed, Mar 01, 2000 at 04:05:24AM -0500, Arcady Genkin wrote: > Under potato, I've installed xfs-xtt. > > Are there any stock means to create fonts.dir in a directory with ttf > fonts? The documentation that comes with xfs-xtt says nothing of this. it probably does, in japenese ;-) > I tried ge

Re: xfs-xtt HELP!

2000-02-26 Thread Mark Wagnon
On 02/26/00 02:34PM, Parrish M Myers wrote: > Has anyone got xfs-xtt to recognize and use TrueType fonts... As far as > I can tell I have everything configured right, and it serves all fonts > except for the ones in TrueType. (I'm checking what fonts are served by > using the command "fslsfonts -se