Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: nvidia-guide.xml
Date: Sat, 04 Mar 2006 06:35:41
Message-Id: 200603040635.k246ZWhk027514@robin.gentoo.org
1 fox2mike 06/03/04 06:35:31
2
3 Modified: xml/htdocs/doc/en nvidia-guide.xml
4 Log:
5 104670 - Fixes to the guide so that the in-kernel and binary drivers don't conflict. Thanks to Brandon Thomson <gravix at gmail dot com> for reporting and nightmorph for providing a patch.
6
7 Revision Changes Path
8 1.25 +55 -3 xml/htdocs/doc/en/nvidia-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.25&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.25&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nvidia-guide.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo
13
14 Index: nvidia-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- nvidia-guide.xml 17 Feb 2006 19:01:06 -0000 1.24
21 +++ nvidia-guide.xml 4 Mar 2006 06:35:31 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.24 2006/02/17 19:01:06 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.25 2006/03/04 06:35:31 fox2mike Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/nvidia-guide.xml">
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.20</version>
34 -<date>2006-02-17</date>
35 +<version>1.21</version>
36 +<date>2006-03-04</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -84,6 +84,58 @@
41 [*] MTRR (Memory Type Range Register) support
42 </pre>
43
44 +</body>
45 +</section>
46 +<section>
47 +<title>Arch-specific notes</title>
48 +<body>
49 +
50 +<impo>
51 +For x86 and AMD64 processors, the in-kernel driver conflicts with the binary
52 +driver provided by nVidia. If you will be compiling your kernel for these CPUs,
53 +you must completely remove support for the in-kernel driver as shown:
54 +</impo>
55 +
56 +<pre caption="Remove the in-kernel driver">
57 +Device Drivers ---&gt;
58 +Graphics Support ---&gt;
59 +&lt; &gt; nVidia Framebuffer Support
60 +&lt; &gt; nVidia Riva support
61 +</pre>
62 +
63 +<p>
64 +A good framebuffer alternative is <c>VESA</c>:
65 +</p>
66 +
67 +<pre caption="Enable VESA support">
68 +Device Drivers ---&gt;
69 +Graphics Support ---&gt;
70 +&lt;*&gt; VESA VGA graphics support
71 +</pre>
72 +
73 +<p>
74 +Then, under "VESA driver type" select either <c>vesafb</c> or
75 +<c>vesafb-tng</c>:
76 +</p>
77 +
78 +<pre caption="Select framebuffer type">
79 +( ) vesafb
80 +(X) vesafb-tng
81 +</pre>
82 +
83 +<p>
84 +For more information, you can read up
85 +<path>/usr/src/linux/Documentation/fb/vesafb.txt</path> if you are using
86 +<c>vesafb</c> or look for your framebuffer documentation under
87 +<path>/usr/src/linux/Documentation/fb/</path>.
88 +</p>
89 +
90 +</body>
91 +</section>
92 +<section>
93 +<title>Continuing with Kernel Configuration</title>
94 +<body>
95 +
96 <p>
97 nVidia's modules and libraries are combined in two packages: <c>nvidia-glx</c>
98 and <c>nvidia-kernel</c>. The former are the X11 GLX libraries while the latter
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list