Re: Re: Xorg & FontPath

Simon Braunstein <[email protected]>
Newsgroups gmane.linux.gentoo.user.german
Message-ID <20141215210936.GA30334@x61t>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.