Author: bdubbs Date: 2005-09-18 11:17:21 -0600 (Sun, 18 Sep 2005) New Revision: 5083
Modified: trunk/BOOK/x/installing/xorg.xml Log: Fix width problem in xorg's host.def file Modified: trunk/BOOK/x/installing/xorg.xml =================================================================== --- trunk/BOOK/x/installing/xorg.xml 2005-09-18 16:37:42 UTC (rev 5082) +++ trunk/BOOK/x/installing/xorg.xml 2005-09-18 17:17:21 UTC (rev 5083) @@ -323,8 +323,8 @@ /* Uncomment the following define if you would prefer to install X into * /usr or change it to any other location that you prefer. - * The GL related defines disable compatibility symlinks (the links are not needed - * when X is installed in /usr). + * The GL related defines disable compatibility symlinks (the links + * are not needed when X is installed in /usr). #define ProjectRoot /usr #define LinkGLToUsrInclude NO #define LinkGLToUsrLib NO @@ -333,6 +333,7 @@ /* Uncomment the following define if you would prefer to install the * fonts into /usr/share/fonts, a directory that is fontconfig's default * font search path. + * #define FontDir /usr/share/fonts */ -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
