Changeset 5930509 for x/installing


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

Location:
x/installing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.