diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-10-19 06:45:31 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-10-20 15:40:09 -0500 |
commit | d1ccd094f95ffb014275b7136c4c28f481d6bbb4 (patch) | |
tree | 53d50a2a2c91bf2a07c7b97275393306378f0555 /gnu/services | |
parent | bf9655f57d2442d56661594b80f6d0031ca0ae73 (diff) | |
download | patches-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.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 4 |
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\" |