Changeset c49d8f0
- Timestamp:
- 10/02/2003 05:21:41 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 65adb85
- Parents:
- 3b11616
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
index.xml
r3b11616 rc49d8f0 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003100 1">6 <!ENTITY releasedate "October 1st, 2003">5 <!ENTITY version "20031002"> 6 <!ENTITY releasedate "October 2nd, 2003"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
r3b11616 rc49d8f0 12 12 <itemizedlist> 13 13 14 <listitem><para>October 2nd, 2003 [bdubbs]: Updated XFree86 instructions 15 to clarify DRI implementation and XF86Config modifications.</para></listitem> 16 14 17 <listitem><para>September 29th, 2003 [igor]: Added missing http/ftp 15 18 links (part I).</para></listitem> -
x/installing/xfree86/xfree86-config.xml
r3b11616 rc49d8f0 42 42 directories completely.</para></listitem> 43 43 44 <listitem><para>Section "Mo dule". Remove or comment out some of the modules.45 The "glx" and "dri" sections are not operational until we install DRI46 below. Leaving modules in does not hurt anything.</para></listitem>44 <listitem><para>Section "Monitor". Specify the <userinput>VertRefresh</userinput> 45 and <userinput>HorizSync</userinput> values if the system does not automatically 46 detect the monitor and its values.</para></listitem> 47 47 48 48 <listitem><para>Section "InputDevice". You may want to change the keyboard 49 49 autorepeat rate by 50 50 adding <userinput>Option "Autorepeat" "250 30"</userinput>.</para></listitem> 51 52 <listitem><para>Section "Device". You may want to set some of the options 53 available for your selected video driver. A description of the driver 54 parameters is in the man page for your driver.</para></listitem> 51 55 52 56 <listitem><para>Section "Screen". Add a DefaultDepth statement such … … 68 72 69 73 <para>Move the configuration file to its final location 70 <screen><userinput>mv ~/XF86Config.new /etc/X11/XF86Config -4</userinput></screen></para>74 <screen><userinput>mv ~/XF86Config.new /etc/X11/XF86Config</userinput></screen></para> 71 75 72 76 <para>Create <filename>.xinitrc</filename> -
x/installing/xfree86/xfree86-exp.xml
r3b11616 rc49d8f0 17 17 <para><userinput>ln -sf /usr/X11R6/bin /usr/bin/X11</userinput>, 18 18 <userinput>ln -sf /usr/X11R6/lib/X11 /usr/lib/X11</userinput>, and 19 <userinput>ln -sf /usr/X11R6/include/X11 /usr/include/X11</userinput> : These commands are present to enable other (broken) packages to build 19 <userinput>ln -sf /usr/X11R6/include/X11 /usr/include/X11</userinput> : These 20 commands are present to enable other (broken) packages to build 20 21 against XFree86. We do this even though the Filesystem Hierarchy Standard 21 22 says: … … 29 30 <para><userinput>cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o 30 31 /lib/modules/`uname -r`/kernel/drivers/char/drm/</userinput> : Put the kernel 31 modules where the kernel can find them.</para> 32 module(s) where the kernel can find them. You only need to copy the driver you 33 need to support your video card.</para> 32 34 33 35 <para><userinput>depmod -a</userinput> : Update the modules.dep file for module -
x/installing/xfree86/xfree86-inst.xml
r3b11616 rc49d8f0 213 213 depmod -a</userinput></screen> 214 214 </para> 215 <warning><para>If you recompile or upgrade your kernel, you will need to re-copy the driver modules 215 <warning><para>If you recompile or upgrade your kernel, you will need to re-copy the 216 appropriate driver module(s) 216 217 to the kernel module library and rerun depmod.</para></warning> 218 219 <note><para>If you created AGP support as a module when compiling the kernel, you may 220 have to add a line to <filename>/etc/modules.conf</filename> to ensure 221 the agpgart module is loaded. For instance, the AGP version of the Radeon video card 222 will use the <filename>radeon.o</filename> driver. It will 223 need to have the line <screen>below radeon agpgart</screen> in 224 <filename>/etc/modules.conf</filename> to enable DRI support.</para></note> 225 217 226 </sect3> 218 227 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.