summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-04-11 22:37:50 +0000
committerFrans Pop <elendil@planet.nl>2010-04-11 22:37:50 +0000
commit3693449227512551d01f5880154f362dc2e550da (patch)
treecf44fee22665181de8b95dac9fd482a1f677b8b6
parent7d4774f192f8da8fb99ca345ca18c93fb2e096ab (diff)
downloadinstallation-guide-3693449227512551d01f5880154f362dc2e550da.zip
Disabling framebuffer on x86 now also requires passing vga=normal
With thanks to Samuel Thibault.
-rw-r--r--debian/changelog2
-rw-r--r--en/boot-installer/accessibility.xml9
-rw-r--r--en/boot-installer/parameters.xml14
3 files changed, 13 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index a22597297..4b08a283c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,8 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low
'tsize' option (see #570273). With thanks to Ferenc Wagner.
* Using D-I: add subsection intruducing supported partitioning options,
including a list of supported file systems.
+ * Disabling framebuffer on x86 now also requires passing 'vga=normal'. With
+ thanks to Samuel Thibault. Closes: #577461.
-- Frans Pop <fjp@debian.org> Tue, 01 Sep 2009 19:01:59 +0200
diff --git a/en/boot-installer/accessibility.xml b/en/boot-installer/accessibility.xml
index 3ae0d15fc..55589b9e9 100644
--- a/en/boot-installer/accessibility.xml
+++ b/en/boot-installer/accessibility.xml
@@ -87,8 +87,13 @@ automatically installed on the target system.
Some accessibility devices are actual boards that are plugged inside the
machine and that read text directly from the video memory. To get them
to work framebuffer support must be disabled by using the
-<userinput>fb=false</userinput> boot parameter. This will however reduce
-the number of available languages.
+<userinput><phrase arch="x86">vga=normal </phrase>fb=false</userinput>
+boot parameter. This will however reduce the number of available languages.
+
+</para><para arch="x86">
+
+If desired a textual version of the bootloader can be activated before adding
+the boot parameter by typing <userinput>h</userinput> &enterkey;.
</para>
</sect2>
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml
index 7a6056462..fcbb04cab 100644
--- a/en/boot-installer/parameters.xml
+++ b/en/boot-installer/parameters.xml
@@ -243,16 +243,10 @@ Useful for unattended installations where physical security is limited.
Some architectures use the kernel framebuffer to offer installation in
a number of languages. If framebuffer causes a problem on your system
-you can disable the feature by the parameter
-<userinput>fb=false</userinput>. Problem symptoms are error messages
-about bterm or bogl, a blank screen, or a freeze within a few minutes after
-starting the install.
-
-</para><para arch="x86">
-
-The <userinput>video=vga16:off</userinput> argument may also be used
-to disable the kernel's use of the framebuffer. Such problems have been
-reported on a Dell Inspiron with Mobile Radeon card.
+you can disable the feature using the parameter
+<userinput><phrase arch="x86">vga=normal </phrase>fb=false</userinput>.
+Problem symptoms are error messages about bterm or bogl, a blank screen,
+or a freeze within a few minutes after starting the install.
</para><para arch="hppa">