nightmorph 06/03/26 15:36:18 Modified: hb-install-amd64-bootloader.xml Log: Fixed mtrr settings for bug 122825
Revision Changes Path 1.43 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- hb-install-amd64-bootloader.xml 14 Mar 2006 19:29:29 -0000 1.42 +++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:36:18 -0000 1.43 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.42 2006/03/14 19:29:29 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.43 2006/03/26 15:36:18 nightmorph Exp $ --> <sections> -<version>2.13</version> -<date>2006-02-02</date> +<version>2.14</version> +<date>2006-03-26</date> <section> <title>Making your Choice</title> @@ -115,17 +115,23 @@ </ti> </tr> <tr> - <ti>mtrr</ti> + <ti>mtrr:n</ti> <ti> - Setup MTRR registers + Setup MTRR registers. <c>n</c> can be: + 0 - disabled + 1 - uncachable + 2 - write-back + 3 - write-combining + 4 - write-through </ti> </tr> </table> <p> The result of those two statements could be something like <c>vga=0x318 -video=vesafb:mtrr,ywrap</c> or <c>video=vesafb:mtrr,ywrap,[EMAIL PROTECTED]</c>. -Remember (or write down) this setting; you will need it shortly. +video=vesafb:mtrr:3,ywrap</c> or +<c>video=vesafb:mtrr:3,ywrap,[EMAIL PROTECTED]</c>. Remember (or write down) this +setting; you will need it shortly. </p> <p> -- [email protected] mailing list
