public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Vermeulen (swift)" <swift@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml
Date: Sun, 17 Aug 2014 16:18:32 +0000 (UTC)	[thread overview]
Message-ID: <20140817161834.24DFE20035@flycatcher.gentoo.org> (raw)

swift       14/08/17 16:18:32

  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 @@
 <!-- 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-x86+amd64-bootloader.xml,v 1.39 2013/12/31 20:29:23 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.40 2014/08/17 16:18:31 swift Exp $ -->
 
 <sections>
 
-<version>23</version>
-<date>2013-12-31</date>
+<version>24</version>
+<date>2014-08-17</date>
 
 <section>
 <title>Making your Choice</title>
@@ -26,6 +26,7 @@
 
 </body>
 <body test="contains('AMD64 x86', func:keyval('arch'))">
+
 <p>
 For <keyval id="arch"/>, Gentoo Linux provides <uri
 link="#grub2">GRUB2</uri>, <uri link="#lilo">LILO</uri> and
@@ -33,88 +34,12 @@
 </p>
 
 </body>
-<body>
-<p>
-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).
-</p>
-
-</body>
-</subsection>
-<subsection>
-<title>Optional: Framebuffer</title>
-<body>
-
-<p>
-<e>If</e> you have configured your kernel with framebuffer support (or you used
-<c>genkernel</c> default kernel configuration), you can activate it by adding a
-a <c>video</c> statement to your bootloader configuration file.
-</p>
-
-<p>
-First of all, you need to know your framebuffer device. You should have used
-<c>uvesafb</c> as the <e>VESA driver</e>.
-</p>
+<body test="contains('IA64', func:keyval('arch'))">
 
 <p>
-The <c>video</c> 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
-<path>/usr/src/linux/Documentation/fb/uvesafb.txt</path>. The most-used options
-are:
-</p>
-
-<table>
-<tr>
-  <th>Control</th>
-  <th>Description</th>
-</tr>
-<tr>
-  <ti>ywrap</ti>
-  <ti>
-    Assume that the graphical card can wrap around its memory (i.e. continue at
-    the beginning when it has approached the end)
-  </ti>
-</tr>
-<tr>
-  <ti>mtrr:<c>n</c></ti>
-  <ti>
-    Setup MTRR registers. <c>n</c> can be:<br/>
-    0 - disabled<br/>
-    1 - uncachable<br/>
-    2 - write-back<br/>
-    3 - write-combining<br/>
-    4 - write-through
-  </ti>
-</tr>
-<tr>
-  <ti><c>mode</c></ti>
-  <ti>
-    Set up the resolution, color depth and refresh rate. For instance,
-    <c>1024x768-32@85</c> for a resolution of 1024x768, 32 bit color depth and a
-    refresh rate of 85 Hz.
-  </ti>
-</tr>
-</table>
-
-<p>
-The result could be something like
-<c>video=uvesafb:mtrr:3,ywrap,1024x768-32@85</c>. Write this setting down; you
-will need it shortly.
-</p>
-
-<p test="func:keyval('arch')='IA64'">
 Now, you should install the <uri link="#elilo">elilo bootloader</uri>.
 </p>
 
-<p test="not(func:keyval('arch')='IA64')">
-Now continue by installing <uri link="#grub">GRUB</uri>, <uri
-link="#grub2">GRUB2</uri> <e>or</e> <uri
-link="#lilo">LILO</uri>.
-</p>
-
 </body>
 </subsection>
 </section>





             reply	other threads:[~2014-08-17 16:18 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-17 16:18 Sven Vermeulen (swift) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-31 20:29 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml Sven Vermeulen (swift)
2013-12-18  7:38 Sven Vermeulen (swift)
2013-12-17 11:58 Sven Vermeulen (swift)
2013-12-17 11:55 Sven Vermeulen (swift)
2013-12-17 11:04 Sven Vermeulen (swift)
2013-09-23 17:34 Sven Vermeulen (swift)
2013-09-20  6:47 Sven Vermeulen (swift)
2013-08-15 17:05 Sven Vermeulen (swift)
2013-08-15  8:14 Sven Vermeulen (swift)
2012-08-05  1:21 Joshua Saddler (nightmorph)
2012-04-22 17:44 Sven Vermeulen (swift)
2012-04-22 10:31 Sven Vermeulen (swift)
2010-07-17 20:18 Joshua Saddler (nightmorph)
2010-07-16 23:19 Joshua Saddler (nightmorph)
2010-04-06  3:56 Joshua Saddler (nightmorph)
2010-01-10 18:18 Joshua Saddler (nightmorph)
2010-01-01 17:45 Joshua Saddler (nightmorph)
2009-11-17  5:55 Joshua Saddler (nightmorph)
2009-09-24 20:26 Joshua Saddler (nightmorph)
2009-04-15  7:23 Joshua Saddler (nightmorph)
2008-09-10 23:40 Joshua Saddler (nightmorph)
2007-11-27 19:23 Xavier Neys (neysx)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140817161834.24DFE20035@flycatcher.gentoo.org \
    --to=swift@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox