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 1FNXAc-0002fN-4D for garchives@archives.gentoo.org; Sun, 26 Mar 2006 15:28:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k2QFSvAN024946; Sun, 26 Mar 2006 15:28:57 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 k2QFSuYI001911 for ; Sun, 26 Mar 2006 15:28:56 GMT Message-Id: <200603261528.k2QFSuYI001911@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 1FNXAm-0007b7-4H for gentoo-doc-cvs@lists.gentoo.org; Sun, 26 Mar 2006 15:28:56 +0000 Received: by lark (sSMTP sendmail emulation); Sun, 26 Mar 2006 15:28:55 +0000 From: "Josh Saddler" Date: Sun, 26 Mar 2006 15:28:55 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86-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: 942bfbaa-25a7-47cf-8cc7-16190d0533f9 X-Archives-Hash: cd54d6581e825e0a45123f7a6ee5a55b nightmorph 06/03/26 15:28:55 Modified: hb-install-x86-bootloader.xml Log: Fixed mtrr settings for bug 122825 Revision Changes Path 1.43 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-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-x86-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-x86-bootloader.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42 +++ hb-install-x86-bootloader.xml 26 Mar 2006 15:28:55 -0000 1.43 @@ -4,7 +4,7 @@ - + @@ -124,9 +124,14 @@ - 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 @@ -142,8 +147,9 @@

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