Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108904 | Differences between
and this patch

Collapse All | Expand All

(-)dri-howto.xml.orig (-3 / +6 lines)
Lines 20-27 Link Here
20
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
20
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
21
<license/>
21
<license/>
22
22
23
<version>1.0.15</version>
23
<version>1.0.16</version>
24
<date>2005-12-16</date>
24
<date>2005-12-23</date>
25
25
26
<chapter>
26
<chapter>
27
<title>Introduction</title>
27
<title>Introduction</title>
Lines 264-275 Link Here
264
<p>
264
<p>
265
You will need to add the module name that your card uses to
265
You will need to add the module name that your card uses to
266
<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is
266
<path>/etc/modules.autoload.d/kernel-2.6</path> to ensure that the module is
267
loaded automatically when the system starts up.
267
loaded automatically when the system starts up. Also, if you built
268
<c>agpgart</c> as a module, you will need to add it as well. Otherwise, the
269
graphics system will not be properly initialized.
268
</p>
270
</p>
269
271
270
<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
272
<pre caption="Editing /etc/modules.autoload.d/kernel-2.6">
271
<comment>(Change module name as required.)</comment>
273
<comment>(Change module name as required.)</comment>
272
intel-agp
274
intel-agp
275
agpgart
273
</pre>
276
</pre>
274
277
275
</body>
278
</body>

Return to bug 108904