Changeset abfff1a5 for x


Ignore:
Timestamp:
05/03/2008 05:18:57 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
804ecc5
Parents:
d101924b
Message:

Commented out remaining text related to XFree86.

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

Location:
x
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    rd101924b rabfff1a5  
    2626  decided to use the <application>Xorg</application> package.</para>
    2727
    28   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xmono-dummy.xml"/> -->
    29   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg.xml"/> -->
    30   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfree86.xml"/> -->
     28<!-- XFREE86
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xmono-dummy.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfree86.xml"/>
     32XFREE86 -->
     33
    3134  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7-dummy.xml"/>
    3235  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7.xml"/>
  • x/installing/x-config.xml

    rd101924b rabfff1a5  
    1616  <title>Additional X Window System Configuration</title>
    1717
     18<!-- XFREE86
    1819  <para>Below you will find information on fine tuning the components of both
    1920  variants of the <application>X Window System</application>. The documentation
    2021  links are specifically for <application>XFree86</application>, however, the
     22XFREE86 -->
     23  <para>Below you will find information on fine tuning the components
     24  of the <application>X Window System</application>. The documentation
     25  links are specifically for <application>XFree86</application>,
     26  which has been retired in BLFS, however, the
    2127  information contained in those documents usually pertains to
    2228  <application>Xorg</application> as well.  Detailed descriptions are also
    23   located in the <filename>xorg.conf</filename> or
    24   <filename>XF86Config</filename> man pages.</para>
     29  located in the <filename>xorg.conf</filename> man page.</para>
     30<!-- XFREE86
     31  or <filename>XF86Config</filename> man pages.</para>
     32XFREE86 -->
    2533
    2634  <sect2 id='xinput'>
  • x/installing/x-setup.xml

    rd101924b rabfff1a5  
    7979    <para>As the <systemitem class="username">root</systemitem> user
    8080    create a basic X Window System configuration file with the following
    81     commands:</para>
    82 
     81    command:</para>
     82
     83<!-- XFREE86
    8384    <para>For <application>Xorg</application>:</para>
     85XFREE86 -->
     86
    8487<screen><userinput>cd ~ &amp;&amp;
    8588Xorg -configure</userinput></screen>
    8689
     90<!-- XFREE86
    8791    <para>For <application>XFree86</application>:</para>
    8892<screen><userinput>cd ~ &amp;&amp;
    8993XFree86 -configure</userinput></screen>
     94XFREE86 -->
    9095
    9196    <indexterm zone="x-setup xconfig">
     
    9398    </indexterm>
    9499
     100<!-- XFREE86
    95101    <indexterm zone="x-setup xconfig">
    96102      <primary sortas="e-etc-X11-XF86Config">/etc/X11/XF86Config</primary>
    97103    </indexterm>
     104XFREE86 -->
    98105
    99106    <para>The screen will go black and you may hear some clicking of the
     
    105112    <para>Edit the newly created configuration file to suit your system. The
    106113    details of the files are located in the <filename>xorg.conf.5x</filename>
     114    man page.  Some things you may want to do are:</para>
     115
     116<!-- XFREE86
    107117    and <filename>XF86Config.5x</filename> man
    108118    pages. Some things you may want to do are:</para>
     119XFREE86 -->
    109120
    110121    <itemizedlist>
     
    142153    </itemizedlist>
    143154
     155<!-- XFREE86
    144156    <para>Test the system with one of the following commands:</para>
    145 
     157XFREE86 -->
     158
     159    <para>Test the system with the following command:</para>
     160
     161<!-- XFREE86
    146162    <para>For <application>Xorg</application>:</para>
     163XFREE86 -->
     164
    147165<screen><userinput>X -config ~/xorg.conf.new</userinput></screen>
    148166
     167<!-- XFREE86
    149168    <para>For <application>XFree86</application>:</para>
    150169<screen><userinput>XFree86 -xf86config ~/XF86Config.new</userinput></screen>
     170XFREE86 -->
    151171
    152172    <para>You will only get a gray background with an X-shaped mouse cursor,
    153173    but it confirms the system is working. Exit with
    154174    <keycap>Control+Alt+Backspace</keycap>. If the system does not work, take
     175    a look at <filename>/var/log/Xorg.0.log</filename> to see what went
     176    wrong.</para>
     177
     178<!-- XFREE86
    155179    a look at <filename>/var/log/Xorg.0.log</filename> or
    156180    <filename>/var/log/XFree86.0.log</filename> to see what went
    157181    wrong.</para>
     182XFREE86 -->
    158183
    159184    <para>As the <systemitem class="username">root</systemitem> user, create
     
    161186    directory:</para>
    162187
     188<!-- XFREE86
    163189    <para>For <application>Xorg</application>:</para>
     190XFREE86 -->
     191
    164192<screen role="root"><userinput>install -v -m644 -D ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
    165193
     194<!-- XFREE86
    166195    <para>For <application>XFree86</application>:</para>
    167196<screen role="root"><userinput>install -v -m644 -D ~/XF86Config.new /etc/X11/XF86Config</userinput></screen>
     197XFREE86 -->
    168198
    169199    <para>As the <systemitem class="username">root</systemitem> user, create
     
    224254    System</application> should be displayed.</para>
    225255
    226     <!-- <para>For a list of the package contents and a description of the commands,
    227     see the sections in the <xref linkend="xfree86-contents"/>.</para> -->
     256<!-- XFREE86
     257    <para>For a list of the package contents and a description of the commands,
     258    see the sections in the <xref linkend="xfree86-contents"/>.</para>
     259XFREE86 -->
    228260
    229261  </sect2>
     
    245277    device nodes in <filename class="directory">/dev/dri</filename> must
    246278    have proper permissions for your users.  A sample
     279    <filename>xorg.conf</filename> file might look like this:</para>
     280
     281<!-- XFREE86
    247282    <filename>XF86config</filename> or <filename>xorg.conf</filename>
    248283    file might look like this:</para>
     284XFREE86 -->
    249285
    250286<screen><literal>Section "Module"
     
    274310
    275311    <para>To check if DRI is installed properly, check the log file
     312<!-- XFREE86
    276313    <filename>/var/log/XFree86.0.log</filename> or
     314XFREE86 -->
    277315    <filename>/var/log/Xorg.0.log</filename> for statements like:</para>
    278316
    279317<screen><literal>(II) R128(0): Direct rendering enabled</literal></screen>
    280318
     319<!-- XFREE86
    281320    <para>From an <command>xterm</command>, run <command>glxinfo</command>
    282321    and look for the phrase:</para>
     322XFREE86 -->
     323
     324    <para>If you elected to install the Mesa-Demos package when installing
     325    <xref linkend="mesalib"/>, from an <command>xterm</command>, run
     326    <command>glxinfo</command> and look for the phrase:</para>
    283327
    284328<screen><computeroutput>direct rendering: Yes</computeroutput></screen>
     
    288332    show the drivers, device nodes and files used by the DRI system.</para>
    289333
     334<!-- XFREE86
    290335    <para>You can also run the test program <command>glxgears</command>.
     336XFREE86 -->
     337
     338    <para>Again, if you have added the Mesa-Demos package, you can also
     339    run the test program <command>glxgears</command>.
    291340    This program brings up a window with three gears turning.  The
    292341    <command>xterm</command> will display how many frames were drawn every
     
    325374    </indexterm>
    326375
     376<!-- XFREE86
    327377    <indexterm zone="x-setup fonts">
    328378      <primary sortas="e-etc-X11-XF86Config">/etc/X11/XF86Config</primary>
    329379    </indexterm>
     380XFREE86 -->
    330381
    331382    <sect3>
     
    337388
    338389      <para>The core X font protocol finds fonts from the server configuration
     390<!-- XFREE86
    339391      file (<filename>xorg.conf</filename> or <filename>XF86Config</filename>).
     392XFREE86 -->
     393      file (<filename>xorg.conf</filename>).
    340394      If no font paths exist in the configuration file, the server will fall
    341395      back to an internal hard-coded path.  Assuming the prefix for your
     
    372426      system uses the "freetype" module for non-antialiased rendering of these
    373427      fonts.  Ensure that the "freetype" module is loaded in the
     428<!-- XFREE86
    374429      <filename>XF86config</filename> or <filename>xorg.conf</filename>
    375       file by adding it to the "Module" section:</para>
     430XFREE86 -->
     431      <filename>xorg.conf</filename> file by adding it to the "Module"
     432      section:</para>
    376433
    377434<screen><literal>Section "Module"
     
    549606    practice. To set up a keyboard for Latin and non-Latin input, change
    550607    the XkbLayout keyboard driver option in the InputDevice section
     608<!-- XFREE86
    551609    of the <filename>XF86Config</filename> or <filename>xorg.conf</filename>
    552     file. For example:</para>
     610XFREE86 -->
     611    of the <filename>xorg.conf</filename> file. For example:</para>
    553612
    554613<screen><literal>Section "InputDevice"
  • x/installing/xorg.xml

    rd101924b rabfff1a5  
    3030    <title>Introduction to Xorg</title>
    3131
    32     <!-- <note>
     32<!-- XFREE86
     33      <note>
    3334      <para>There are three packages in BLFS that implement the <application>X
    3435      Window System</application>: <application>Xorg</application>
     
    5354      <para><application>XFree86</application> continues to be a solid,
    5455      conservative application with excellent driver support.</para>
    55     </note> -->
    56 
    57     <para><application>Xorg</application> is a freely redistributable open-source
    58     implementation of the <application>X</application> Window System. This
    59     system provides a client/server interface between display hardware (the
    60     mouse, keyboard, and video displays) and the desktop environment, while also
    61     providing both the windowing infrastructure and a standardized application
    62     interface (API).</para>
     56    </note>
     57XFREE86 -->
     58
     59    <para><application>Xorg</application> is a freely redistributable
     60    open-source implementation of the <application>X</application> Window
     61    System. This system provides a client/server interface between display
     62    hardware (the mouse, keyboard, and video displays) and the desktop
     63    environment, while also providing both the windowing infrastructure and
     64    a standardized application interface (API).</para>
    6365
    6466    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    444446    by users only.</quote></para>
    445447
    446     <!-- <para>For a list of the package contents, see the sections in the
    447     <xref linkend="xfree86-contents"/>.</para> -->
     448<!-- XFREE86
     449    <para>For a list of the package contents, see the sections in the
     450    <xref linkend="xfree86-contents"/>.</para>
     451XFREE86 -->
    448452
    449453  </sect2>
  • x/lib/mesalib.xml

    rd101924b rabfff1a5  
    104104    <xref linkend="expat"/></para>
    105105
    106     <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    107     href="../../xincludes/xorg7-only.xml"/> -->
    108 
    109     <!-- <note>
     106<!-- XFREE86
     107     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     108    href="../../xincludes/xorg7-only.xml"/>
     109
     110    <note>
    110111      <para>It is not recommended to build a newer version of
    111112      <application>Mesa</application> with <xref linkend="xfree86"/>.</para>
    112     </note> -->
     113    </note>
     114XFREE86 -->
    113115
    114116    <para condition="html" role="usernotes">User Notes:
     
    125127    directory.</para>
    126128
    127     <!-- Commenting this out as there is already mention of this
     129<!-- XFREE86
     130    Commenting this out as there is already mention of this
    128131    <caution>
    129132      <para>You should ensure that the <envar>XORG_PREFIX</envar> variable in
     
    131134      of <application>Xorg</application>.</para>
    132135    </caution>
    133     -->
     136XFREE86 -->
    134137
    135138    <para>Install <application>MesaLib</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.