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 1FNXHm-0000sf-9P for garchives@archives.gentoo.org; Sun, 26 Mar 2006 15:36:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k2QFaKh1023059; Sun, 26 Mar 2006 15:36:20 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 k2QFaK61027607 for ; Sun, 26 Mar 2006 15:36:20 GMT Message-Id: <200603261536.k2QFaK61027607@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 1FNXHv-0006j7-Nf for gentoo-doc-cvs@lists.gentoo.org; Sun, 26 Mar 2006 15:36:19 +0000 Received: by lark (sSMTP sendmail emulation); Sun, 26 Mar 2006 15:36:18 +0000 From: "Josh Saddler" Date: Sun, 26 Mar 2006 15:36:18 +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: 01334020-b41c-4b26-9d1d-7c3aa6cb017c X-Archives-Hash: 9795684d51ad9dbe0ed493d106b23107 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 @@ - + -2.13 -2006-02-02 +2.14 +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