Changeset 0bfe309a for x/installing


Ignore:
Timestamp:
02/12/2005 02:55:09 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
310960e4
Parents:
793c1ba
Message:

Tagging updates

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x-setup.xml

    r793c1ba r0bfe309a  
    1414<title>X Window System Components</title>
    1515
    16 <sect2>
     16<sect2 id='dri'>
    1717<title>Checking Direct Rendering Infrastructure (<acronym>DRI</acronym>) Installation</title>
     18
     19<indexterm zone="x-setup dri">
     20  <primary sortas="g-x-setup">DRI</primary>
     21</indexterm>
     22
    1823<para><acronym>DRI</acronym> is a framework for allowing software to access graphics hardware
    1924in a safe and efficient manner.  It is installed in
     
    3439the frames drawn per second is highly dependent on the size of
    3540the window.</para>
    36  
     41
     42<indexterm zone="x-setup dri">
     43  <primary sortas="b-glxgears">glxgears</primary>
     44</indexterm>
     45
     46<indexterm zone="x-setup dri">
     47  <primary sortas="b-glxinfo">glxinfo</primary>
     48</indexterm>
     49
     50
    3751<para>For troubleshooting problems, check the <acronym>DRI</acronym> Users Guide at
    3852<ulink url="http://dri.sourceforge.net/doc/DRIuserguide.html"/>.
     
    4256<!-- ================================================== -->
    4357
    44 <sect2>
     58<sect2 id='fonts'>
    4559<title>Adding <application>TrueType</application> fonts to
    4660<application>X</application></title>
     
    4963<application>X</application>.  The following items need to
    5064be completed to make the fonts available.</para>
     65
     66<indexterm zone="x-setup fonts">
     67  <primary sortas="g-truetype">TrueType</primary>
     68</indexterm>
    5169
    5270<itemizedlist>
     
    7189<filename>XF86Config</filename> or <filename>xorg.conf</filename> contains the
    7290<application>TrueType</application> font directory.</para></listitem>
     91
     92<indexterm zone="x-setup fonts">
     93  <primary sortas="e-etc-X11-xorg.conf">/etc/X11/xorg.conf</primary>
     94</indexterm>
     95
     96<indexterm zone="x-setup fonts">
     97  <primary sortas="e-etc-Xll-XF86Config">/etc/X11/XF86Config</primary>
     98</indexterm>
    7399
    74100<listitem><para>Update the font cache files</para></listitem>
     
    132158tags:</para>
    133159
     160<indexterm zone="x-setup fonts">
     161  <primary sortas="e-etc-fonts-local.conf">/etc/fonts/local.conf</primary>
     162</indexterm>
     163
    134164<screen><userinput><command>sed -i -e '/^&lt;\/fontconfig&gt;/i\
    135165&lt;dir&gt;/usr/X11R6/lib/X11/fonts/TTF&lt;/dir&gt;\
     
    139169the above directories and all subdirectories for needed fonts.</para>
    140170   
    141 <para>Finally, to update all the font
    142 cache files, run</para>
     171<para>Finally, to update all the font cache files, run</para>
     172
    143173<screen><userinput><command>fc-cache</command></userinput></screen>
     174
     175<indexterm zone="x-setup fonts">
     176  <primary sortas="b-fc-cache">fc-cache</primary>
     177</indexterm>
     178
    144179
    145180<para><application>X</application> will now be able to use
     
    207242
    208243<!-- ================================================== -->
    209 <sect2>
     244<sect2 id='xdm'>
    210245<title>Setting up XDM</title>
    211246<para><command>xdm</command> provides a graphical logon capability and is
     
    215250and add the following lines to <filename>/etc/inittab</filename>:</para>
    216251
     252<indexterm zone="x-setup xdm">
     253  <primary sortas="b-xdm">xdm</primary>
     254</indexterm>
     255
    217256<para><screen><userinput># Run xdm as a separate service
    218257x:5:respawn:/usr/X11R6/bin/xdm -nodaemon</userinput></screen></para>
     
    227266
    228267<!-- ================================================== -->
    229 <sect2>
     268<sect2 id='x-resources'>
    230269<title>Using <application>X</application> Resources</title>
    231270<para>There are many options that can be set in
     
    236275<para>The layout of the <filename>~/.Xresources</filename> file consists
    237276of a list of specifications in the form of</para>
     277
     278<indexterm zone="x-setup x-resources">
     279  <primary sortas="e-AA-.xresources">~/.Xresources</primary>
     280</indexterm>
    238281
    239282<screen>object.subobject[.subobject...].attribute: value</screen>
     
    273316<filename>~/.xinitrc</filename> or <filename>~/.xsession</filename>.
    274317To get more information, see the xrdb man page.</para>
    275 </sect2>
    276 
     318
     319<indexterm zone="x-setup x-resources">
     320  <primary sortas="b-xrdb">xrdb</primary>
     321</indexterm>
     322
     323</sect2>
    277324</sect1>
    278325
Note: See TracChangeset for help on using the changeset viewer.