Author: alexander
Date: 2005-12-28 09:01:41 -0700 (Wed, 28 Dec 2005)
New Revision: 1325

Modified:
   trunk/packages/Xorg-modular/Makefile
Log:
Made a monitor DPI guess a bit less agressive


Modified: trunk/packages/Xorg-modular/Makefile
===================================================================
--- trunk/packages/Xorg-modular/Makefile        2005-12-27 10:07:43 UTC (rev 
1324)
+++ trunk/packages/Xorg-modular/Makefile        2005-12-28 16:01:41 UTC (rev 
1325)
@@ -171,8 +171,9 @@
        autoreconf --force --install --verbose
        # Fix build failure
        sed -i -e '1i#include <linux/types.h>' 
hw/xfree86/os-support/linux/lnx_agp.c
-       # 100 dpi is more appropriate for today's displays as a guess
-       sed -i -e '/DPI/s,75,100,' hw/xfree86/common/xf86Priv.h hw/dmx/dmxinit.c
+       # 96 dpi is more appropriate for today's displays as a guess
+       # and still allows Terminal to fit into 800x600
+       sed -i -e '/DPI/s,75,96,' hw/xfree86/common/xf86Priv.h hw/dmx/dmxinit.c
        # Allow the use of builtin fonts from libXfont.so
        sed -i -e 's,#ifdef KDRIVESERVER,#if 1,' dix/dixfonts.c
        ./configure --help

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to