From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FNXMJ-0006hp-52 for garchives@archives.gentoo.org; Sun, 26 Mar 2006 15:40:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k2QFeud2021482; Sun, 26 Mar 2006 15:40:56 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k2QFeuVc029357 for ; Sun, 26 Mar 2006 15:40:56 GMT Message-Id: <200603261540.k2QFeuVc029357@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1FNXMN-0008Iv-O3 for gentoo-doc-cvs@lists.gentoo.org; Sun, 26 Mar 2006 15:40:55 +0000 Received: by lark (sSMTP sendmail emulation); Sun, 26 Mar 2006 15:40:54 +0000 From: "Josh Saddler" Date: Sun, 26 Mar 2006 15:40:54 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 928d917b-c97e-4602-b523-91239e854ec7 X-Archives-Hash: 68853ddaf39e093d07e4ef713993e3f0 nightmorph 06/03/26 15:40:54 Modified: hb-install-amd64-bootloader.xml Log: Fixed mtrr settings for bug 122825 Revision Changes Path 1.4 xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.0/hb-install-amd64-bootloader.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-amd64-bootloader.xml 14 Mar 2006 19:30:36 -0000 1.3 +++ hb-install-amd64-bootloader.xml 26 Mar 2006 15:40:54 -0000 1.4 @@ -4,12 +4,12 @@ - + -6.0 -2006-02-27 +6.1 +2006-03-26
Making your Choice @@ -115,17 +115,23 @@ - mtrr + mtrr:n - Setup MTRR registers + Setup MTRR registers. n can be: + 0 - disabled + 1 - uncachable + 2 - write-back + 3 - write-combining + 4 - write-through

The result of those two statements could be something like vga=0x318 -video=vesafb:mtrr,ywrap or video=vesafb:mtrr,ywrap,1024x768-32@85. -Remember (or write down) this setting; you will need it shortly. +video=vesafb:mtrr:3,ywrap or +video=vesafb:mtrr:3,ywrap,1024x768-32@85. Remember (or write down) this +setting; you will need it shortly.

-- gentoo-doc-cvs@gentoo.org mailing list