Changeset 8412f1c


Ignore:
Timestamp:
04/25/2004 06:16:58 AM (20 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ead604
Parents:
1ac81112
Message:

Minor fixes to X.org

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • index.xml

    r1ac81112 r8412f1c  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "CVS-20040424">
    6 <!ENTITY releasedate "April 24th, 2004">
    7 <!ENTITY pubdate "2004-04-24">
     5<!ENTITY version "CVS-20040425">
     6<!ENTITY releasedate "April 25th, 2004">
     7<!ENTITY pubdate "2004-04-25">
    88<!ENTITY blfs-version "cvs">
    99
  • introduction/welcome/changelog.xml

    r1ac81112 r8412f1c  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>April 25th, 2004 [bdubbs]: Fixes to X.org</para></listitem>
    1315
    1416<listitem><para>April 24th, 2003 [igor]: Updated to FreeType-2.1.8,
  • x/xorg/xorg.xml

    r1ac81112 r8412f1c  
    5353and <xref linkend="fontconfig"/>.</para>
    5454</sect4>
    55  
     55
    5656</sect3>
    5757 
     
    7070</itemizedlist>
    7171
    72 <para>The first package contains the <application>Xorg</application> libraries amd
     72<para>The first package contains the <application>Xorg</application> libraries and
    7373support programs,  the second contains standard X programs, the third contains the
    7474X server, the fourth and fifth are fonts, the sixth is normal documentation, and the seventh
     
    122122<para>If you made any changes to the kernel configuration, recompile the kernel.</para>
    123123 
    124 <para>Copy <filename>/usr/src/linux/arch/i386/boot/bzImage</filename> and
    125 <filename>/usr/src/linux/System.map</filename> to
    126 <filename>/boot</filename>, edit <filename>/etc/lilo.conf</filename>
    127 appropriately and run <filename>lilo</filename>. If you use
    128 <filename>grub</filename>, edit <filename>/boot/grub/grub.conf</filename>
    129 and add the new kernel to the boot menu.
     124<para>Copy the <filename>arch/i386/boot/bzImage</filename> and <filename>System.map</filename>
     125from the kernel build directory to <filename class='directory'>/boot</filename>.
     126Edit <filename>/boot/grub/grub.conf</filename> and add the new kernel to the
     127boot menu.
     128(If you use lilo, edit <filename>/etc/lilo.conf</filename> and run <filename>lilo</filename>.)
    130129</para>
    131130 
     
    244243current version of <application>Xorg</application>.  To do this, perform the following:</para>
    245244 
    246 <screen><userinput><command>cd programs/Xserver/hw/xorg/os-support/linux/drm/kernel &amp;&amp;
     245<screen><userinput><command>cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel &amp;&amp;
    247246make  CC=/opt/gcc-2.95.3/bin/gcc -f Makefile.linux  &amp;&amp;
    248247mkdir -p /lib/modules/`uname -r`/kernel/drivers/char/drm/  &amp;&amp;
     
    338337Xorg -configure</command></userinput></screen>
    339338The screen will go black and you may hear some clicking of the monitor.  This
    340 command will create a file, <filename>xorg.new</filename> in your home
     339command will create a file, <filename>xorg.conf.new</filename> in your home
    341340directory.</para>
    342341 
    343 <para>Edit <filename>xorg.new</filename> to suit your system.  The
     342<para>Edit <filename>xorg.conf.new</filename> to suit your system.  The
    344343details of the file are located in the man
    345344page <command>man xorg.conf</command>.  Some things you may want to
     
    382381 
    383382<para>Move the configuration file to its final location</para>
    384 <screen><userinput><command>mv ~/xorg.new /etc/X11/xorg.conf</command></userinput></screen>
     383<screen><userinput><command>mv ~/xorg.conf.new /etc/X11/xorg.conf</command></userinput></screen>
    385384 
    386385<para>Create <filename>.xinitrc</filename>
Note: See TracChangeset for help on using the changeset viewer.