summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2015-10-19 06:45:31 -0500
committerEric Bavier <bavier@member.fsf.org>2015-10-20 15:40:09 -0500
commitd1ccd094f95ffb014275b7136c4c28f481d6bbb4 (patch)
tree53d50a2a2c91bf2a07c7b97275393306378f0555
parentbf9655f57d2442d56661594b80f6d0031ca0ae73 (diff)
downloadpatches-d1ccd094f95ffb014275b7136c4c28f481d6bbb4.tar
patches-d1ccd094f95ffb014275b7136c4c28f481d6bbb4.tar.gz
services: xorg: Include font-alias in default FontPath.
* gnu/services/xorg.scm (xorg-configuration-file): Add font-alias directories to xserver.conf FontPath.
-rw-r--r--gnu/services/xorg.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 812cb3f725..3a57891a96 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -89,6 +89,10 @@ EndSection"))
(apply mixed-text-file "xserver.conf" "
Section \"Files\"
+ FontPath \"" font-alias "/share/fonts/X11/75dpi\"
+ FontPath \"" font-alias "/share/fonts/X11/100dpi\"
+ FontPath \"" font-alias "/share/fonts/X11/misc\"
+ FontPath \"" font-alias "/share/fonts/X11/cyrillic\"
FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\"
ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\"