Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Thu, 06 Mar 2008 08:58:31
Message-Id: E1JXBvo-0001h0-Ti@stork.gentoo.org
1 nightmorph 08/03/06 08:58:28
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 switched from vesafb-tng to uvesafb
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml?r1=1.10&r2=1.11
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-install-x86+amd64-bootloader.xml 6 Mar 2008 05:59:25 -0000 1.10
21 +++ hb-install-x86+amd64-bootloader.xml 6 Mar 2008 08:58:28 -0000 1.11
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v 1.10 2008/03/06 05:59:25 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-bootloader.xml,v 1.11 2008/03/06 08:58:28 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -57,19 +57,13 @@
32 file.
33 </p>
34
35 -<p test="func:keyval('arch')='x86'">
36 +<p>
37 First of all, you need to know what type of framebuffer device you're using. If
38 you use a Gentoo patched kernel tree (such as <c>gentoo-sources</c>) you will
39 -have had the possibility of selecting <c>vesafb-tng</c> as the <e>VESA driver
40 -type</e> (which is default for these kernel sources). If this is the case, you
41 -are using <c>vesafb-tng</c> and <e>do not need</e> to set a <c>vga</c>
42 -statement. Otherwise you are using the <c>vesafb</c> driver and <e>need</e> to
43 -set the <c>vga</c> statement.
44 -</p>
45 -
46 -<p test="contains('AMD64 IA64',func:keyval('arch'))">
47 -64-bit systems must use the the <c>vesafb</c> driver, and need the <c>vga</c>
48 -statement.
49 +have had the possibility of selecting <c>uvesafb</c> as the <e>VESA driver</e>.
50 +If this is the case, you are using <c>uvesafb</c> and <e>do not need</e> to set
51 +a <c>vga</c> statement. Otherwise you are using the <c>vesafb</c> driver and
52 +<e>need</e> to set the <c>vga</c> statement.
53 </p>
54
55 <p>
56 @@ -126,9 +120,8 @@
57
58 <p>
59 The <c>video</c> statement controls framebuffer display options. It needs to be
60 -given the framebuffer driver (<c>vesafb</c> for 2.6 kernels, or <c>vesa</c> for
61 -2.4 kernels) followed by the control statements you wish to enable. All
62 -variables are listed in
63 +given the framebuffer driver followed by the control statements you wish to
64 +enable. All variables are listed in
65 <path>/usr/src/linux/Documentation/fb/vesafb.txt</path>. The most-used options
66 are:
67 </p>
68 @@ -146,7 +139,7 @@
69 </ti>
70 </tr>
71 <tr>
72 - <ti>mtrr:n</ti>
73 + <ti>mtrr:<c>n</c></ti>
74 <ti>
75 Setup MTRR registers. <c>n</c> can be:<br/>
76 0 - disabled<br/>
77 @@ -156,10 +149,10 @@
78 4 - write-through
79 </ti>
80 </tr>
81 -<tr test="func:keyval('arch')='x86'">
82 +<tr>
83 <ti><c>mode</c></ti>
84 <ti>
85 - (<c>vesafb-tng</c> only)<br/>
86 + (<c>uvesafb</c> only)<br/>
87 Set up the resolution, color depth and refresh rate. For instance,
88 <c>1024x768-32@85</c> for a resolution of 1024x768, 32 bit color depth and a
89 refresh rate of 85 Hz.
90 @@ -167,16 +160,10 @@
91 </tr>
92 </table>
93
94 -<p test="contains('AMD64 IA64',func:keyval('arch'))">
95 -The result of those two statements could be something like <c>vga=0x318
96 -video=vesafb:mtrr:3,ywrap</c>. Write this setting down; you will need it
97 -shortly.
98 -</p>
99 -
100 -<p test="func:keyval('arch')='x86'">
101 +<p>
102 The result of those two statements could be something like <c>vga=0x318
103 video=vesafb:mtrr:3,ywrap</c> or
104 -<c>video=vesafb:mtrr:3,ywrap,1024x768-32@85</c>. Write this setting down; you
105 +<c>video=uvesafb:mtrr:3,ywrap,1024x768-32@85</c>. Write this setting down; you
106 will need it shortly.
107 </p>
108
109
110
111
112 --
113 gentoo-doc-cvs@l.g.o mailing list