summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-12-17 23:08:13 +0000
committerrwatson <rwatson@FreeBSD.org>2003-12-17 23:08:13 +0000
commite918d8f3020a533f254783ac5659202e440234c0 (patch)
tree7529f052dd37222f59b0de17c79c665c09e35e11 /usr.sbin
parentc9e8288e3498c7429f0fcf7f8500def163d0aa3b (diff)
downloadFreeBSD-src-e918d8f3020a533f254783ac5659202e440234c0.zip
FreeBSD-src-e918d8f3020a533f254783ac5659202e440234c0.tar.gz
Install 100dpi fonts by default when installing X11: fun as using 75dpi
fonts on a 100dpi display is, the jaggies just aren't worth it. DPMI auto-configures higher DPIs on many modern displays now.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index b28c3c6..682a54d 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -240,7 +240,7 @@ distSetX(void)
Dists |= DIST_XF86;
XF86Dists = DIST_XF86_CLIENTS | DIST_XF86_LIB | DIST_XF86_PROG | DIST_XF86_MAN | DIST_XF86_DOC | DIST_XF86_SERVER | DIST_XF86_FONTS;
XF86ServerDists = DIST_XF86_SERVER_FB;
- XF86FontDists = DIST_XF86_FONTS_BITMAPS | DIST_XF86_FONTS_75;
+ XF86FontDists = DIST_XF86_FONTS_BITMAPS | DIST_XF86_FONTS_75 | DIST_XF86_FONTS_100;
return distSetXF86(NULL);
}
OpenPOWER on IntegriCloud