Changeset 5930509


Ignore:
Timestamp:
12/11/2011 11:49:52 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0a30c92e
Parents:
3fab318
Message:

Added a section on testing Xorg.
Updated to pixman-0.24.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9097 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3fab318 r5930509  
    244244<!ENTITY poppler-version              "0.14.4">
    245245<!ENTITY jasper-version               "1.900.1">
    246 <!ENTITY pixman-version               "0.15.20">
     246<!ENTITY pixman-version               "0.24.0">
    247247<!ENTITY clutter-version              "1.2.10">
    248248<!ENTITY clutter-gtk-version          "0.10.4">
  • general/genutils/imagemagick.xml

    r3fab318 r5930509  
    1313       version 10, whether or not significant changes occur, and it takes
    1414       time before versions migrate to legacy/  -->
    15   <!ENTITY imagemagick-download-http "&sourceforge-repo;/imagemagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
     15  <!ENTITY imagemagick-download-http " ">
    1616  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    1717  <!ENTITY imagemagick-md5sum        "6bf001ae206bffe77693732e4e886532">
  • general/graphlib/pixman.xml

    r3fab318 r5930509  
    77  <!ENTITY pixman-download-http "http://cairographics.org/releases/pixman-&pixman-version;.tar.gz">
    88  <!ENTITY pixman-download-ftp  " ">
    9   <!ENTITY pixman-md5sum        "613c95e7ddc8069b7aa2708f93219b7d">
    10   <!ENTITY pixman-size          "520 KB">
    11   <!ENTITY pixman-buildsize     "17.8 MB">
    12   <!ENTITY pixman-time          "0.3 SBU">
     9  <!ENTITY pixman-md5sum        "a2d0b120509bdccb10aa7f4bec3730e4">
     10  <!ENTITY pixman-size          "616 KB">
     11  <!ENTITY pixman-buildsize     "49 MB">
     12  <!ENTITY pixman-time          "0.5 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r3fab318 r5930509  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Added a section on testing Xorg.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Updated to pixman-0.24.0.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[bdubbs] - Updated to intltool-0.50.0.</para>
    4955        </listitem>
  • x/installing/x7driver.xml

    r3fab318 r5930509  
    108108
    109109<screen><userinput>case $(basename "$PWD") in
    110 xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \
    111 xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \
    112 xf86-video-newport-[0-9]* )
     110  xf86-input-evdev-[0-9]* | xf86-video-ati-[0-9]* | \
     111  xf86-video-fbdev-[0-9]* | xf86-video-glint-[0-9]* | \
     112  xf86-video-newport-[0-9]* )
    113113    sed -i -e "s/\xc3\xb8/\\\\[\/o]/" \
    114114           -e "s/\xc3\xa4/\\\\[:a]/" \
     
    116116    ;;
    117117esac &amp;&amp;
     118
    118119case $(basename "$PWD") in
    119 xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )
     120  xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )
    120121    for file in `grep -Rl "xf86Version.h" *`
    121122    do
    122         sed 's@xf86Version.h@xorgVersion.h@g' -i "$file"
     123      sed 's@xf86Version.h@xorgVersion.h@g' -i "$file"
    123124    done
    124125    ;;
    125126esac &amp;&amp;
     127
    126128./configure $XORG_CONFIG \
    127129    --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &amp;&amp;
  • x/installing/xorg-config.xml

    r3fab318 r5930509  
    1414  </sect1info>
    1515
    16 
    17   <title>Xorg-&xorg7-release; Configuration</title>
    18   <sect2 role="configuration" id='X11R6-compat-symlink'
     16  <title>Xorg-&xorg7-release; Testing and Configuration</title>
     17
     18    <sect2 id='X11-testing' xreflabel="Testing Xorg">
     19    <title>Testing Xorg</title>
     20     
     21    <para>To test the <application>Xorg</application> installation, issue
     22    <userinput>startx</userinput>.  This command brings up a rudimentary
     23    window manager called <emphasis>twm</emphasis> with three xterm and one
     24    xclock window.  The xterm window in the upper left is a login terminal
     25    and running <emphasis>exit</emphasis> from this terminal will exit
     26    the <application>X Window</application> session.  the third xterm
     27    window may be obscured on your system by the other two xterms.</para>
     28   
     29    <para>Generally, there is no specific configuration required for
     30    <application>Xorg</application>, but customization is possible.  For details
     31    see <xref linkend='xconfig'/> below.</para>
     32
     33    </sect2>
     34
     35    <sect2 role="configuration" id='X11R6-compat-symlink'
    1936         xreflabel="Creating an X11R6 Compatibility Symlink">
    2037
     
    4966<screen role="root"><userinput>ln -vsf <replaceable>&lt;$XORG_PREFIX&gt;</replaceable> /usr/X11R6</userinput></screen>
    5067
    51   </sect2>
    52 
     68    </sect2>
    5369
    5470    <sect2 role="configuration" id="xft-font-protocol"  xreflabel="Xft Font Protocol">
Note: See TracChangeset for help on using the changeset viewer.