From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDD52138A2F for ; Sun, 17 Aug 2014 16:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2BBFE082B; Sun, 17 Aug 2014 16:18:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 642C1E082B for ; Sun, 17 Aug 2014 16:18:37 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47DF833FC34 for ; Sun, 17 Aug 2014 16:18:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 1362E2004F; Sun, 17 Aug 2014 16:18:31 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-x86+amd64-bootloader.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140817161833.1362E2004F@flycatcher.gentoo.org> Date: Sun, 17 Aug 2014 16:18:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 966e15fc-ce27-4f8a-badb-85b40df49e9e X-Archives-Hash: c685530ce893c420d0c2fc7da8380d7d swift 14/08/17 16:18:31 Modified: hb-install-x86+amd64-bootloader.xml Log: Fix bug #519920 - Drop framebuffer information, it is complicated and outdated Revision Changes Path 1.40 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.39&r2=1.40 Index: hb-install-x86+amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- hb-install-x86+amd64-bootloader.xml 31 Dec 2013 20:29:23 -0000 1.39 +++ hb-install-x86+amd64-bootloader.xml 17 Aug 2014 16:18:31 -0000 1.40 @@ -4,12 +4,12 @@ - + -23 -2013-12-31 +24 +2014-08-17
Making your Choice @@ -26,6 +26,7 @@ +

For , Gentoo Linux provides GRUB2, LILO and @@ -33,88 +34,12 @@

- -

-But before we install the bootloader, we inform you how to configure -framebuffer (assuming you want it of course). With framebuffer you can run the -Linux command line with (limited) graphical features (such as using the nice -bootsplash image Gentoo provides). -

- - - - -Optional: Framebuffer - - -

-If you have configured your kernel with framebuffer support (or you used -genkernel default kernel configuration), you can activate it by adding a -a video statement to your bootloader configuration file. -

- -

-First of all, you need to know your framebuffer device. You should have used -uvesafb as the VESA driver. -

+

-The video statement controls framebuffer display options. It needs to be -given the framebuffer driver followed by the control statements you wish to -enable. All variables are listed in -/usr/src/linux/Documentation/fb/uvesafb.txt. The most-used options -are: -

- - - - - - - - ywrap - - Assume that the graphical card can wrap around its memory (i.e. continue at - the beginning when it has approached the end) - - - - mtrr:n - - Setup MTRR registers. n can be:
- 0 - disabled
- 1 - uncachable
- 2 - write-back
- 3 - write-combining
- 4 - write-through -
- - - mode - - Set up the resolution, color depth and refresh rate. For instance, - 1024x768-32@85 for a resolution of 1024x768, 32 bit color depth and a - refresh rate of 85 Hz. - - -
ControlDescription
- -

-The result could be something like -video=uvesafb:mtrr:3,ywrap,1024x768-32@85. Write this setting down; you -will need it shortly. -

- -

Now, you should install the elilo bootloader.

-

-Now continue by installing GRUB, GRUB2 or LILO. -

-