Changeset 852f5146 for x/installing


Ignore:
Timestamp:
12/03/2008 04:57:38 AM (15 years ago)
Author:
DJ Lucas <dj@…>
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:
573f39f
Parents:
5886225
Message:

Removed remainder of XFree86 and mono Xorg references.

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

Location:
x/installing
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    r5886225 r852f5146  
    2626  decided to use the <application>Xorg</application> package.</para>
    2727
    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"/>
    32 XFREE86 -->
    33 
    3428  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7-dummy.xml"/>
    3529  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xorg7.xml"/>
  • x/installing/x-config.xml

    r5886225 r852f5146  
    1616  <title>Additional X Window System Configuration</title>
    1717
    18 <!-- XFREE86
    19   <para>Below you will find information on fine tuning the components of both
    20   variants of the <application>X Window System</application>. The documentation
    21   links are specifically for <application>XFree86</application>, however, the
    22 XFREE86 -->
    2318  <para>Below you will find information on fine tuning the components
    2419  of the <application>X Window System</application>. The documentation
     
    2823  <application>Xorg</application> as well.  Detailed descriptions are also
    2924  located in the <filename>xorg.conf</filename> man page.</para>
    30 <!-- XFREE86
    31   or <filename>XF86Config</filename> man pages.</para>
    32 XFREE86 -->
    3325
    3426  <sect2 id='xinput'>
  • x/installing/x-setup.xml

    r5886225 r852f5146  
    9595    command:</para>
    9696
    97 <!-- XFREE86
    98     <para>For <application>Xorg</application>:</para>
    99 XFREE86 -->
    100 
    10197<screen><userinput>cd ~ &amp;&amp;
    10298Xorg -configure</userinput></screen>
    10399
    104 <!-- XFREE86
    105     <para>For <application>XFree86</application>:</para>
    106 <screen><userinput>cd ~ &amp;&amp;
    107 XFree86 -configure</userinput></screen>
    108 XFREE86 -->
    109 
    110100    <indexterm zone="x-setup xconfig">
    111101      <primary sortas="e-etc-X11-xorg-conf">/etc/X11/xorg.conf</primary>
    112102    </indexterm>
    113 
    114 <!-- XFREE86
    115     <indexterm zone="x-setup xconfig">
    116       <primary sortas="e-etc-X11-XF86Config">/etc/X11/XF86Config</primary>
    117     </indexterm>
    118 XFREE86 -->
    119103
    120104    <para>The screen will go blank and you may hear some clicking of the
     
    139123    details of the files are located in the <filename>xorg.conf.5x</filename>
    140124    man page.  Some things you may want to do are:</para>
    141 
    142 <!-- XFREE86
    143     and <filename>XF86Config.5x</filename> man
    144     pages. Some things you may want to do are:</para>
    145 XFREE86 -->
    146125
    147126    <itemizedlist>
     
    179158    </itemizedlist>
    180159
    181 <!-- XFREE86
    182     <para>Test the system with one of the following commands:</para>
    183 XFREE86 -->
    184 
    185160    <para>Test the system with the following command:</para>
    186161
    187 <!-- XFREE86
    188     <para>For <application>Xorg</application>:</para>
    189 XFREE86 -->
    190 
    191162<screen><userinput>X -config ~/xorg.conf.new</userinput></screen>
    192 
    193 <!-- XFREE86
    194     <para>For <application>XFree86</application>:</para>
    195 <screen><userinput>XFree86 -xf86config ~/XF86Config.new</userinput></screen>
    196 XFREE86 -->
    197163
    198164    <para>You will only get a gray background with an X-shaped mouse cursor,
     
    202168    wrong.</para>
    203169
    204 <!-- XFREE86
    205     a look at <filename>/var/log/Xorg.0.log</filename> or
    206     <filename>/var/log/XFree86.0.log</filename> to see what went
    207     wrong.</para>
    208 XFREE86 -->
    209 
    210170    <para>As the <systemitem class="username">root</systemitem> user, create
    211171    the configuration directory and move the configuration file to the new
    212172    directory:</para>
    213173
    214 <!-- XFREE86
    215     <para>For <application>Xorg</application>:</para>
    216 XFREE86 -->
    217 
    218174<screen role="root"><userinput>install -v -m644 -D ~/xorg.conf.new /etc/X11/xorg.conf</userinput></screen>
    219 
    220 <!-- XFREE86
    221     <para>For <application>XFree86</application>:</para>
    222 <screen role="root"><userinput>install -v -m644 -D ~/XF86Config.new /etc/X11/XF86Config</userinput></screen>
    223 XFREE86 -->
    224175
    225176    <para>As the <systemitem class="username">root</systemitem> user, create
     
    280231    System</application> should be displayed.</para>
    281232
    282 <!-- XFREE86
    283     <para>For a list of the package contents and a description of the commands,
    284     see the sections in the <xref linkend="xfree86-contents"/>.</para>
    285 XFREE86 -->
    286 
    287233  </sect2>
    288234
     
    299245    To enable direct rendering using the OpenGL implementation from
    300246    <xref linkend="mesalib"/> (built separately with <xref linkend="xorg7"/>
    301     <!-- or included with <xref linkend="xfree86"/> -->),
    302247    the "glx" and "dri" modules must be loaded.  Additionally, the created
    303248    device nodes in <filename class="directory">/dev/dri</filename> must
    304249    have proper permissions for your users.  A sample
    305250    <filename>xorg.conf</filename> file might look like this:</para>
    306 
    307 <!-- XFREE86
    308     <filename>XF86config</filename> or <filename>xorg.conf</filename>
    309     file might look like this:</para>
    310 XFREE86 -->
    311251
    312252<screen><literal>Section "Module"
     
    336276
    337277    <para>To check if DRI is installed properly, check the log file
    338 <!-- XFREE86
    339     <filename>/var/log/XFree86.0.log</filename> or
    340 XFREE86 -->
    341278    <filename>/var/log/Xorg.0.log</filename> for statements like:</para>
    342279
    343280<screen><literal>(II) R128(0): Direct rendering enabled</literal></screen>
    344 
    345 <!-- XFREE86
    346     <para>From an <command>xterm</command>, run <command>glxinfo</command>
    347     and look for the phrase:</para>
    348 XFREE86 -->
    349281
    350282    <para>If you elected to install the Mesa-Demos package when installing
     
    357289    running <command>LIBGL_DEBUG=verbose glxinfo</command>.  This will
    358290    show the drivers, device nodes and files used by the DRI system.</para>
    359 
    360 <!-- XFREE86
    361     <para>You can also run the test program <command>glxgears</command>.
    362 XFREE86 -->
    363291
    364292    <para>Again, if you have added the Mesa-Demos package, you can also
     
    400328    </indexterm>
    401329
    402 <!-- XFREE86
    403     <indexterm zone="x-setup fonts">
    404       <primary sortas="e-etc-X11-XF86Config">/etc/X11/XF86Config</primary>
    405     </indexterm>
    406 XFREE86 -->
    407 
    408330    <sect3>
    409331      <title>Core X Font Protocol</title>
     
    414336
    415337      <para>The core X font protocol finds fonts from the server configuration
    416 <!-- XFREE86
    417       file (<filename>xorg.conf</filename> or <filename>XF86Config</filename>).
    418 XFREE86 -->
    419338      file (<filename>xorg.conf</filename>).
    420339      If no font paths exist in the configuration file, the server will fall
     
    452371      system uses the "freetype" module for non-antialiased rendering of these
    453372      fonts.  Ensure that the "freetype" module is loaded in the
    454 <!-- XFREE86
    455       <filename>XF86config</filename> or <filename>xorg.conf</filename>
    456 XFREE86 -->
    457373      <filename>xorg.conf</filename> file by adding it to the "Module"
    458374      section:</para>
     
    632548    practice. To set up a keyboard for Latin and non-Latin input, change
    633549    the XkbLayout keyboard driver option in the InputDevice section
    634 <!-- XFREE86
    635     of the <filename>XF86Config</filename> or <filename>xorg.conf</filename>
    636 XFREE86 -->
    637550    of the <filename>xorg.conf</filename> file. For example:</para>
    638551
Note: See TracChangeset for help on using the changeset viewer.