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 said change 7101 to 7100 and everything will be
everything again.

>FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"

delete this, X don't speak truetype. (not till 4 anyway)

> to XF86Config, X no longer starts, and I'm seeing error messages that
> X cannot set default font path. 

see above

> Did I have to do some magic in /etc/X11/xfs/config? Here's what mine
> looks like.
> 
> ,[ config ]
> | # /etc/X11/xfs/config
> | #
> | # X font server configuration file
> | 
> | # allow a maximum of 10 clients to connect to this font server
> | client-limit = 10
> | # when a font server reaches its limit, start up a new one
> | clone-self = on
> | # log errors using syslog
> | use-syslog = on
> | # turn off TCP port listening (Unix domain connections are still permitted)
> | no-listen = tcp
^^^
to everyone who sugested using tcp/inet instead of unix/: this line
will prevent that from working, this is for security purposes.

> | # paths to search for fonts
> | 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,/usr/X11R6/lib/X11/fonts/TrueType/

this one line nonsense is gross, hard to read, and hard to edit i
changed it to this and it worked fine:

# paths to search for fonts

catalogue = /usr/local/share/fonts/truetype/,
/usr/share/fonts/truetype/,
/usr/X11R6/lib/X11/fonts/TrueType/,
/usr/X11R6/lib/X11/fonts/misc:unscaled,
/usr/X11R6/lib/X11/fonts/cyrillic:unscaled,
/usr/X11R6/lib/X11/fonts/100dpi:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi:unscaled,
/usr/X11R6/lib/X11/fonts/Speedo,
/usr/X11R6/lib/X11/fonts/Type1,
/usr/X11R6/lib/X11/fonts/misc,
/usr/X11R6/lib/X11/fonts/cyrillic,
/usr/X11R6/lib/X11/fonts/100dpi,
/usr/X11R6/lib/X11/fonts/75dpi

much better no?

> | # in decipoints
> | default-point-size = 120
> | # x1,y1,x2,y2,...
> | default-resolutions = 75,75,100,100
> | deferglyphs = all
> | 
> | # font cache control, specified in KB
> | cache-hi-mark = 2048
> | cache-low-mark = 1433
> `
> 
> Thanks for any input!

I did not change anything else in the xfs-xtt config file (yes its
used) and everything works fine it seems, just make sure to deDOSify
the filenames if you raid a BloatNT box.

-- 
Ethan Benson


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 guess the FontPath to the
TrueType fonts in XF86Config might cause problems (but probably
ignored). And the xfs-xtt server is running?

The real question is, how the heck to configure xfs-xtt?

-- 
++
| Eric G. Milleregm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
++


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...

Cheers!

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"
>FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
> 
> to XF86Config, X no longer starts, and I'm seeing error messages that
> X cannot set default font path. 


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 >
paul >On 01-Mar-2000, at 13:59:09, Arcady Genkin climbed upon the nearest 
soapbox,
paul >and shouted: 
paul >> Ethan Benson <[EMAIL PROTECTED]> writes:
paul >> 
paul >>> there is mkttfdir in fttools package.  
paul >> Thanks!
paul >> 
paul >> My new question... After I successfully generated the fonts.dir file,
paul >> and added
paul >>FontPath"unix/:7101"
paul >>FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
paul >> 
paul >> to XF86Config, X no longer starts, and I'm seeing error messages that
paul >> X cannot set default font path. 
paul >> 
paul >> Did I have to do some magic in /etc/X11/xfs/config? Here's what mine
paul >> looks like.
paul >> 
paul >> ,[ config ]
paul >>| # /etc/X11/xfs/config
paul >>| #
paul >>| # X font server configuration file
paul >>| 
paul >>| # allow a maximum of 10 clients to connect to this font server
paul >>| client-limit = 10
paul >>| # when a font server reaches its limit, start up a new one
paul >>| clone-self = on
paul >>| # log errors using syslog
paul >>| use-syslog = on
paul >>| # turn off TCP port listening (Unix domain connections are still 
permitted)
paul >>| no-listen = tcp
paul >>| # paths to search for fonts
paul >>| catalogue =
paul >>| 
/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/Spee
paul >>| 
do/,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X1
paul >>| 1/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/TrueType/
paul >>| # in decipoints
paul >>| default-point-size = 120
paul >>| # x1,y1,x2,y2,...
paul >>| default-resolutions = 75,75,100,100
paul >>| deferglyphs = all
paul >>| 
paul >>| # font cache control, specified in KB
paul >>| cache-hi-mark = 2048
paul >>| cache-low-mark = 1433
paul >> `
paul >> 
paul >> Thanks for any input!
paul >> -- 
paul >> Arcady Genkin
paul >> Nostalgia isn't what it used to be.
paul >> 
paul >> 
paul >> -- 
paul >> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
paul >> /dev/null
paul >
paul >-- 
paul >--
paul >E-Mail: Paul Kallstrom <[EMAIL PROTECTED]>
paul >Date: 01-Mar-2000
paul >Time: 11:15:55
paul >
paul >Debian GNU/Linux (Potato) & XFMail
paul >--
paul >Random Trekism: If there are self-made purgatories, then we all have to 
live in
paul >them.
paul >-- Spock, "This Side of Paradise", stardate 3417.7
paul >
paul >---
paul >-BEGIN PGP PUBLIC KEY BLOCK-
paul >Version: 2.6.3a
paul >
paul >mQCNAziz+lIAAAEEAMFaz28Wb0tb53nl/sG7AvGQSMNvGuqhHS+0beHzjNWRFXKT
paul >iRUZ2HjT+0WUfkOGOd9N0MoDKQ/TXCPvx4cUtm7lDnX9GNIBdeP5Wpy6FS5XDJfL
paul >49kktHtWZbshC3L9E0HdvxP0NGrpGEh1JxY5PL22eWZ9VycWlp9RNX/8WadlAAUT
paul >tChQYXVsIEthbGxzdHJvbSA8cGF1bEBzb2Z0cmFjYW1lcmljYS5jb20+iQCVAwUQ
paul >OLP6Up9RNX/8WadlAQGjogP/bB0uiqGYWTkyo5/vGeG6dhwDhU2Ua2RF0Yn/pJbg
paul >TG2o9WLfNzD4xlBP+dXh9bQ2LAR0zw2ZkFu8l78uqxU4YykiDhnADYJaIOWNXutB
paul >lxTqN817w020tMQcEcChUBT40WrqscHFmStVV4kuPft744JWfUB4h5BIZCFaDZw+
paul >zgA=
paul >=er8j
paul >-END PGP PUBLIC KEY BLOCK-
paul >
paul >
paul >
paul >-- 
paul >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
paul >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
10:49am up 194 days, 23:13, 2 users, load average: 1.01, 1.03, 1.00


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 is mkttfdir in fttools package.  
> Thanks!
> 
> My new question... After I successfully generated the fonts.dir file,
> and added
>FontPath"unix/:7101"
>FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
> 
> to XF86Config, X no longer starts, and I'm seeing error messages that
> X cannot set default font path. 
> 
> Did I have to do some magic in /etc/X11/xfs/config? Here's what mine
> looks like.
> 
> ,[ config ]
>| # /etc/X11/xfs/config
>| #
>| # X font server configuration file
>| 
>| # allow a maximum of 10 clients to connect to this font server
>| client-limit = 10
>| # when a font server reaches its limit, start up a new one
>| clone-self = on
>| # log errors using syslog
>| use-syslog = on
>| # turn off TCP port listening (Unix domain connections are still permitted)
>| no-listen = tcp
>| # paths to search for fonts
>| catalogue =
>| /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/Spee
>| do/,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X1
>| 1/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/TrueType/
>| # in decipoints
>| default-point-size = 120
>| # x1,y1,x2,y2,...
>| default-resolutions = 75,75,100,100
>| deferglyphs = all
>| 
>| # font cache control, specified in KB
>| cache-hi-mark = 2048
>| cache-low-mark = 1433
> `
> 
> Thanks for any input!
> -- 
> Arcady Genkin
> Nostalgia isn't what it used to be.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null

-- 
--
E-Mail: Paul Kallstrom <[EMAIL PROTECTED]>
Date: 01-Mar-2000
Time: 11:15:55

Debian GNU/Linux (Potato) & XFMail
--
Random Trekism: If there are self-made purgatories, then we all have to live in
them.
-- Spock, "This Side of Paradise", stardate 3417.7

---
-BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3a

mQCNAziz+lIAAAEEAMFaz28Wb0tb53nl/sG7AvGQSMNvGuqhHS+0beHzjNWRFXKT
iRUZ2HjT+0WUfkOGOd9N0MoDKQ/TXCPvx4cUtm7lDnX9GNIBdeP5Wpy6FS5XDJfL
49kktHtWZbshC3L9E0HdvxP0NGrpGEh1JxY5PL22eWZ9VycWlp9RNX/8WadlAAUT
tChQYXVsIEthbGxzdHJvbSA8cGF1bEBzb2Z0cmFjYW1lcmljYS5jb20+iQCVAwUQ
OLP6Up9RNX/8WadlAQGjogP/bB0uiqGYWTkyo5/vGeG6dhwDhU2Ua2RF0Yn/pJbg
TG2o9WLfNzD4xlBP+dXh9bQ2LAR0zw2ZkFu8l78uqxU4YykiDhnADYJaIOWNXutB
lxTqN817w020tMQcEcChUBT40WrqscHFmStVV4kuPft744JWfUB4h5BIZCFaDZw+
zgA=
=er8j
-END PGP PUBLIC KEY BLOCK-