Modify Kernel Configuration instructions for Xorg drivers, to use the same

format as in the LFS Kernel page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15090 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-11-30 11:31:16 +00:00
parent 0adeae0ddd
commit ca40dcac98
11 changed files with 60 additions and 32 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "November 29th, &year;">
<!ENTITY releasedate "November 30, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,17 @@
-->
<listitem>
<para>November 30th, 2014</para>
<itemizedlist>
<listitem>
<para>[pierre] - Change Kernel Configuration instructions
layout for Xorg drivers (except Wacom) as part of ticket
<ulink url="&blfs-ticket-root;5885">#5885</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 29th, 2014</para>
<itemizedlist>

View File

@ -132,14 +132,17 @@
</para>
<!-- Spaces are significant in <screen> sections -->
<screen><literal>Master section:
Subsection:
Required Option: M or Y
Incompatible option: N</literal></screen>
<screen><literal>Master section ---&gt;
Subsection ---&gt;
[*] Required option [CONFIG_REQU_OPT]
<*> Required option (could be a module) [CONFIG_REQU_OPT_MOD]
[ ] Incompatible option [CONFIG_INCOMP_OPT]
< > Incompatible option (even as module) [CONFIG_INCOMP_OPT_MOD]</literal></screen>
<para>
Select the appropriate sub-options that appear when the above options are
selected.
selected. AS mauch as possible, the layout should be the same as in
kernel menus.
</para>
<indexterm zone="TEMPLATE TEMPLATE-kernel">

View File

@ -96,9 +96,10 @@
<screen><literal>Device Drivers ---&gt;
Input device support ---&gt;
Event interface: Y or M
Miscellaneous devices ---&gt;
User level driver support: Y or M</literal></screen>
&lt;*&gt; Generic input layer (needed for...) [CONFIG_INPUT]
&lt;*&gt; Event interface [CONFIG_INPUT_EVDEV]
[*] Miscellaneous devices ---&gt; [CONFIG_INPUT_MISC]
&lt;*&gt; User level driver support [CONFIG_INPUT_UINPUT]</literal></screen>
<indexterm zone="libevdev libevdev-kernel">
<primary sortas="d-libevdev">libevdev</primary>

View File

@ -39,12 +39,14 @@
<note>
<para>
For Direct Rendering to work with newer Radeon Cards (R300 and later chipsets),
you need to enable the r300, r600 and radeonsi Gallium drivers at
<xref linkend="mesalib"/> build time. Also, some cards require Firmware to be
available when the kernel driver is loaded. Firmware can be obtained from
For Direct Rendering to work with newer Radeon Cards (R300 and later
chipsets), you need to enable the r300, r600 and radeonsi Gallium
drivers at <xref linkend="mesalib"/> build time. Also, some cards
require Firmware to be available when the kernel driver is loaded.
Firmware can be obtained from
<ulink url="http://people.freedesktop.org/~agd5f/radeon_ucode/">
this</ulink> site. See "Kernel Configuration for additional firmware" below.
this</ulink> site. See <quote>Kernel Configuration for additional
firmware</quote> below.
</para>
</note>
@ -107,14 +109,15 @@
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
Enable the following options in the kernel configuration and recompile
the kernel if necessary:
</para>
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Direct rendering Manager ---&gt;
ATI Radeon: Y or M</literal></screen>
&lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
&lt;*&gt; ATI Radeon [CONFIG_DRM_RADEON]</literal></screen>
<indexterm zone="xorg-ati-driver xorg-ati-driver-kernel">
<primary sortas="d-xorg-ati-driver">xorg-ati-driver</primary>

View File

@ -91,7 +91,8 @@
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Direct rendering Manager ---&gt;
Cirrus driver for QEMU emulated device: Y or M</literal></screen>
&lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
&lt;*&gt; Cirrus driver for QEMU emulated device [CONFIG_DRM_CIRRUS_QEMU]</literal></screen>
<indexterm zone="xorg-cirrus-driver xorg-cirrus-driver-kernel">
<primary sortas="d-xorg-cirrus-driver">xorg-cirrus-driver</primary>

View File

@ -86,7 +86,9 @@
User Notes: <ulink url="&blfs-wiki;/xorg-evdev-driver"/>
</para>
</sect3>
<!--
<!-- No need to give kernel configuration here, since already done for
libevdev. If for any reason you want to uncomment, this configuration
is not complete.
<sect3 role="kernel" id="xorg-evdev-driver-kernel">
<title>Kernel Configuration</title>
@ -97,7 +99,8 @@
<screen><literal>Device Drivers - - -&gt;
Input device support - - -&gt;
Event interface: Y or M</literal></screen>
<*> Generic input layer (needed ...) [CONFIG_INPUT]
<*> Event interface [CONFIG_INPUT_EVDEV]</literal></screen>
<indexterm zone="xorg-evdev-driver xorg-evdev-driver-kernel">
<primary sortas="d-xorg-evdev-driver">xorg-evdev-driver</primary>

View File

@ -89,16 +89,19 @@
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
Enable the following options in the kernel configuration. Only one of
the lines <quote>Intel I810</quote> or <quote>Intel 8xx/9xx...</quote>
needs to be selected. If you select the latter, <quote>Enable
modesetting...</quote> is needed too. Recompile the kernel if necessary:
</para>
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Direct rendering Manager ---&gt;
Intel I810: Y or M
Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
Enable modesetting on intel by default: Y</literal></screen>
&lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
&lt;*&gt; Intel I810 [CONFIG_DRM_I810]
&lt;*&gt; Intel 8xx/9xx/G3x/G4x/HD Graphics [CONFIG_DRM_I915]
[*] Enable modesetting on intel by default [CONFIG_DRM_I915_KMS]</literal></screen>
<indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
<primary sortas="d-xorg-intel-driver">xorg-intel-driver</primary>

View File

@ -101,9 +101,10 @@
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Direct Rendering Manager ---&gt;
Nouveau (NVIDIA) cards: Y or M
Support for backlight control: Y</literal></screen>
Direct rendering Manager ---&gt;
&lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
&lt;*&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]
[*] Support for backlight control [CONFIG_DRM_NOUVEAU_BACKLIGHT]</literal></screen>
<indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
<primary sortas="d-xorg-nouveau-driver">xorg-nouveau-driver</primary>

View File

@ -94,7 +94,8 @@
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Frame buffer Devices ---&gt;
VESA VGA graphics support: Y</literal></screen>
&lt;*&gt; Support for frame buffer devices ---&gt; [CONFIG_FB]
[*] VESA VGA graphics support [CONFIG_FB_VESA]</literal></screen>
<indexterm zone="xorg-vesa-driver xorg-vesa-driver-kernel">
<primary sortas="d-xorg-vesa-driver">xorg-vesa-driver</primary>

View File

@ -90,8 +90,9 @@
<screen><literal>Device Drivers ---&gt;
Graphics support ---&gt;
Direct Rendering Manager ---&gt;
DRM driver for VMware Virtual GPU: Y or M
Enable framebuffer console under vmwgfx by default: Y</literal></screen>
&lt;*&gt; Direct Rendering Manager (XFree86 ... support) ---&gt; [CONFIG_DRM]
&lt;*&gt; DRM driver for VMware Virtual GPU [CONFIG_DRM_VMWGFX]
[*] Enable framebuffer console under vmwgfx by default [CONFIG_DRM_VMWGFX_FBCON]</literal></screen>
<indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
<primary sortas="d-xorg-vmware-driver">xorg-vmware-driver</primary>