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 (-1 / +20 lines)
Lines 231-249 Link Here
231
<p class="secthead"><a name="doc_chap3_sect3">Changes to modules.autoload.d</a></p>
231
<p class="secthead"><a name="doc_chap3_sect3">Changes to modules.autoload.d</a></p>
232
232
233
<p>
233
<p>
234
You will need to add the module name that your card uses to
234
If you use a 2.6 kernel, you will need to add the module name that your card uses to
235
<span class="path">/etc/modules.autoload.d/kernel-2.6</span> to ensure that the module is
235
<span class="path">/etc/modules.autoload.d/kernel-2.6</span> to ensure that the module is
236
loaded automatically when the system starts up.
236
loaded automatically when the system starts up.
237
</p>
237
</p>
238
238
239
<a name="doc_chap3_pre4"></a><table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
239
<a name="doc_chap3_pre4"></a><table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
240
<tr><td bgcolor="#7a5ada"><p class="codetitle">Code Listing 3.4: Editing /etc/modules.autoload.d/kernel-2.6</p></td></tr>
240
<tr><td bgcolor="#7a5ada"><p class="codetitle">Code Listing 3.4: Editing /etc/modules.autoload.d/kernel-2.6</p></td></tr>
241
<tr><td bgcolor="#ddddff"><pre>
241
<tr><td bgcolor="#ddddff"><pre>
242
<span class="comment">(Change module name as required.)</span>
242
<span class="comment">(Change module name as required.)</span>
243
intel-agp
243
intel-agp
244
</pre></td></tr>
244
</pre></td></tr>
245
</table>
245
</table>
246
246
247
<p>
248
If you use a 2.4 kernel, then change <span class="path">/etc/modules.autoload.d/kernel-2.4</span> to load the agpgart module.
249
</p>
250
251
<a name="doc_chap3_pre5"></a><table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
252
<tr><td bgcolor="#7a5ada"><p class="codetitle">Code Listing 3.5: Editing /etc/modules.autoload.d/kernel-2.4</p></td></tr>
253
<tr><td bgcolor="#ddddff"><pre>
254
agpgart
255
</pre></td></tr>
256
</table>
257
247
<p class="chaphead"><span class="chapnum"><a name="doc_chap4">4. </a></span>Test 3D acceleration</p>
258
<p class="chaphead"><span class="chapnum"><a name="doc_chap4">4. </a></span>Test 3D acceleration</p>
248
<p class="secthead"><a name="doc_chap4_sect1">Reboot to the new kernel</a></p>
259
<p class="secthead"><a name="doc_chap4_sect1">Reboot to the new kernel</a></p>
249
260
Lines 440-445 Link Here
440
</pre></td></tr>
451
</pre></td></tr>
441
</table>
452
</table>
442
453
454
<p class="secthead"><a name="doc_chap7_sect8">X is crashing at restart or logout; mouse and keyboard not working anymore!</a></p>
455
456
<p>
457
Setting AGPMode in <span class="path">/etc/X11/xorg.conf</span> to a high value, may cause instability. If you didn't specify this
458
setting, the default value is used. Check in <span class="path">/var/log/Xorg.0.log</span> what value. Lower it to 4, 2 or 1, using the
459
AGPMode setting in <span class="path">/etc/X11/xorg.conf</span>.
460
</p>
461
443
<p class="chaphead"><span class="chapnum"><a name="doc_chap8">8. </a></span>Acknowledgments</p>
462
<p class="chaphead"><span class="chapnum"><a name="doc_chap8">8. </a></span>Acknowledgments</p>
444
463
445
<ol>
464
<ol>

Return to bug 108904