public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] where is the unifont?
@ 2007-10-19 10:19 Ralf Stephan
  2007-10-20  9:10 ` Roman Zilka
  2007-10-20 14:58 ` Daniel Vrcic
  0 siblings, 2 replies; 7+ messages in thread
From: Ralf Stephan @ 2007-10-19 10:19 UTC (permalink / raw
  To: gentoo-user

Hello,
I have installed the unifont package but it doesn't show with
xlsfonts nor xfontsel, nor does an xterm find the font string.
I tried the commands mkfontsdir and xset fp rehash.

What am I missing?


ralf

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-19 10:19 [gentoo-user] where is the unifont? Ralf Stephan
@ 2007-10-20  9:10 ` Roman Zilka
  2007-10-20 14:58 ` Daniel Vrcic
  1 sibling, 0 replies; 7+ messages in thread
From: Roman Zilka @ 2007-10-20  9:10 UTC (permalink / raw
  To: gentoo-user

> I have installed the unifont package but it doesn't show with
> xlsfonts nor xfontsel, nor does an xterm find the font string.
> I tried the commands mkfontsdir and xset fp rehash.
> 
> What am I missing?

I think this ought to do the job:

xset +fp /usr/share/fonts/unifont
(?followed by xset fp rehash?)

I'm not very knowledgeable in this however. Just a guess.

-rz
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-19 10:19 [gentoo-user] where is the unifont? Ralf Stephan
  2007-10-20  9:10 ` Roman Zilka
@ 2007-10-20 14:58 ` Daniel Vrcic
  2007-10-20 17:35   ` Ralf Stephan
  1 sibling, 1 reply; 7+ messages in thread
From: Daniel Vrcic @ 2007-10-20 14:58 UTC (permalink / raw
  To: gentoo-user

* Ralf Stephan <ralf@ark.in-berlin.de> [07-10-19 14:30]:
> Hello,
> I have installed the unifont package but it doesn't show with
> xlsfonts nor xfontsel, nor does an xterm find the font string.
> I tried the commands mkfontsdir and xset fp rehash.
> 
> What am I missing?

You should have unifont's path listed in the "Files" section of
xorg.conf:

Section "Files":
...
	FontPath /usr/share/fonts/unifont
...

-- 
Daniel Vrcic
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-20 14:58 ` Daniel Vrcic
@ 2007-10-20 17:35   ` Ralf Stephan
  2007-10-21 11:25     ` Albert Hopkins
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Stephan @ 2007-10-20 17:35 UTC (permalink / raw
  To: gentoo-user

Daniel Vrcic wrote 
> You should have unifont's path listed in the "Files" section of
> xorg.conf:
> 
> Section "Files":
> ...
> 	FontPath /usr/share/fonts/unifont
> ...

Thanks, that was it. I relied on the usual etc-update to do such
things. I mean, if I install a font, I sure want it in the xconfig?


ralf

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-20 17:35   ` Ralf Stephan
@ 2007-10-21 11:25     ` Albert Hopkins
  2007-10-22 17:10       ` Ralf Stephan
  0 siblings, 1 reply; 7+ messages in thread
From: Albert Hopkins @ 2007-10-21 11:25 UTC (permalink / raw
  To: gentoo-user


On Sat, 2007-10-20 at 19:35 +0200, Ralf Stephan wrote:

> Thanks, that was it. I relied on the usual etc-update to do such
> things. I mean, if I install a font, I sure want it in the xconfig?

That's not what etc-update does. etc-update is just a tool that helps
you manage files that a package installs that were CONFIG_PROTECTed.
Since font packages don't supply xorg.conf there's nothing to
CONFIG_PROTECT and therefore etc-update is futile.  Actually the package
that actually uses xorg.conf, xorg-server, doesn't even supply
xorg.conf.

--
Albert W. Hopkins

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-21 11:25     ` Albert Hopkins
@ 2007-10-22 17:10       ` Ralf Stephan
  2007-10-22 18:45         ` Peter Alfredsen
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Stephan @ 2007-10-22 17:10 UTC (permalink / raw
  To: gentoo-user

Albert wrote 
> > Thanks, that was it. I relied on the usual etc-update to do such
> > things. I mean, if I install a font, I sure want it in the xconfig?
> 
> That's not what etc-update does. etc-update is just a tool that helps
> you manage files that a package installs that were CONFIG_PROTECTed.
> Since font packages don't supply xorg.conf there's nothing to
> CONFIG_PROTECT and therefore etc-update is futile. ...

Then let me phrase it alternatively. As another poster said (thanks),
the path can be set with xset +fp. Shouldn't this be done at
installation?


ralf

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] where is the unifont?
  2007-10-22 17:10       ` Ralf Stephan
@ 2007-10-22 18:45         ` Peter Alfredsen
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Alfredsen @ 2007-10-22 18:45 UTC (permalink / raw
  To: gentoo-user

On Monday 22 October 2007, Ralf Stephan wrote:
> Albert wrote

> Then let me phrase it alternatively. As another poster said (thanks),
> the path can be set with xset +fp. Shouldn't this be done at
> installation?

That can only be done per-session. Also, you have to be in an X-session for it 
to work. And it'll do bugger-all once you restart.

-- 
/PA
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-22 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 10:19 [gentoo-user] where is the unifont? Ralf Stephan
2007-10-20  9:10 ` Roman Zilka
2007-10-20 14:58 ` Daniel Vrcic
2007-10-20 17:35   ` Ralf Stephan
2007-10-21 11:25     ` Albert Hopkins
2007-10-22 17:10       ` Ralf Stephan
2007-10-22 18:45         ` Peter Alfredsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox