Re: fonts
Re: fonts
- Subject: Re: fonts
- From: "W. Stephen Wilson" <email@hidden>
- Date: Wed, 03 Aug 2005 15:53:14 -0400 (EDT)
> > xset fp+ /usr/X11R6/lib/X11/fonts/TTF
I tried this but it changed nothing.
My install of Tiger was on a clean disk and the install
disk had 1.1 on it.
(When I was using Panther I had so much trouble with
Mac's X11 that I deleted the whole thing and used Fink's.
All went well. However, with the new install I thought
I'd give Mac's X11 a try again. The quartz window manager
is a little bit better integrated. I was about to delete
again when I found the "use ssh -Y" hint from a few months
back (I went and skimmed through all the old emails)).
Steve
>
> Steve:
> One simple thing, just to make sure:
> After upgrading to Tiger, did you also get the new version of X11 from
> Apple (it was 1.0 on Panther and is 1.1 on Tiger)?
> Or are you using a different X11 alltogether?
>
> Jens
>
> On Aug 3, 2005, at 8:48 AM, Thomas 'Tom' R. Treadway III wrote:
>
> > tried:
> > $ more ~/.xinitrc
> > #!/bin/sh
> > # $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $
> >
> > xset fp+ /usr/X11R6/lib/X11/fonts/TTF
> >
> >
> > export SHELL=/bin/bash
> >
> > source ~/.profile
> >
> > rxvt -fn -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
> > -geometry 8
> > 0x48+34+22 -sb -sl 4096 -ls -sr -rv &
> >
> > exec quartz-wm
> > $
> >
> > trt
> > On Aug 2, 2005, at 7:49 PM, W. Stephen Wilson wrote:
> >
> >>
> >> Due to a massive failure I have to rebuild my powerbook G4 12"
> >> from scratch. I got tiger for it and am trying to reproduce
> >> my previous setup but when I try to do something really simple
> >> like "xclock -digital" I get
> >> Warning: Cannot convert string "" to type XftFont
> >> Bus error
> >>
> >> This is probably a common error but I can't even find the
> >> x11 discussion group on the web anymore. Hope someone
> >> can help. I'm sure this problem's solution will fix
> >> many other problems I have not yet met.
> >>
> >> Steve
> >>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
- Follow-Ups:
- Re: fonts
- From: "Thomas 'Tom' R. Treadway III" <email@hidden>