From: Simon Braunstein <simonbraunstein@web.de>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] Re: Xorg & FontPath
Date: Mon, 15 Dec 2014 22:09:38 +0100 [thread overview]
Message-ID: <20141215210936.GA30334@x61t> (raw)
In-Reply-To: <548F407B.7090202@hfigge.myfqdn.de>
Hallo,
> Eine Applikatiom muss für Fontconfig ausgelegt sein. Glaube ich. Tauchen
> alle Deine Fonts unter xfontsel auf? :)
Nicht alle installierten. Aber ich habe in meinem Fontpath auch nur
% xset q
Font Path:
/usr/share/fonts/terminus,/usr/share/fonts/misc/,built-ins
stehen. So gesehen tauche alle in xfontsel auf.
> Ein Script, welches beim Booten automatisch die xorg.conf anpasst, wäre
> keine Hexerei. Da Wechseln von Fonts bei mir höchst selten vorkommt, ist
> der augenblickliche Zustand aber bequemer. :-D
Probiere es mal damit in deiner ~/.xinintrc oder was auch immer du beim
Starten von X ausführen lässt.
xset fp default
for path in /usr/share/fonts/*; do
if [ -f $path/fonts.dir ]; then
xset +fp $path
fi
done
Grüße.
Simon.
next prev parent reply other threads:[~2014-12-15 21:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-15 11:37 [gentoo-user-de] Xorg & FontPath Hartmut Figge
2014-12-15 12:47 ` Simon Braunstein
2014-12-15 20:11 ` [gentoo-user-de] " Hartmut Figge
2014-12-15 21:09 ` Simon Braunstein [this message]
2014-12-15 21:44 ` Hartmut Figge
2014-12-15 21:55 ` Simon Braunstein
2014-12-15 22:24 ` Hartmut Figge
2014-12-15 13:13 ` [gentoo-user-de] " Joerg Bornkessel
2014-12-15 20:13 ` [gentoo-user-de] " Hartmut Figge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141215210936.GA30334@x61t \
--to=simonbraunstein@web.de \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox