I installed the x11-fonts/webfonts port.
The FreeBSD manual says you can configure the Font Path using one of the following:
~/etc/X11/xorg.conf
~/.xinitrc
Which one is recommended? Which one should I use? Is one method starting to deprecate the other? Does anybody have a preference and why?
I am using FreeBSD 9.0-RELEASE.
The FreeBSD manual says you can configure the Font Path using one of the following:
~/etc/X11/xorg.conf
Code:
FontPath "/usr/local/lib/X11/fonts/webfonts/"
~/.xinitrc
Code:
xset fp+ /usr/local/lib/X11/fonts/webfonts
Which one is recommended? Which one should I use? Is one method starting to deprecate the other? Does anybody have a preference and why?
I am using FreeBSD 9.0-RELEASE.