diff options
author | Frans Pop <elendil@planet.nl> | 2006-09-23 20:01:20 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-09-23 20:01:20 +0000 |
commit | 0235f53cd15166c7c987e14dc4fad5b2cb1e062a (patch) | |
tree | 5527c6c1cbcdee8706f1af633218798e9d1e4b73 /en | |
parent | 59a7ee5c24f0ad32b07a6bf0e55070beef5027ba (diff) | |
download | installation-guide-0235f53cd15166c7c987e14dc4fad5b2cb1e062a.zip |
* Document new boot parameters theme and directfb/hw-accel.
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/parameters.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 9c6c34904..2dcfa706b 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -248,6 +248,20 @@ parameter <userinput>debian-installer/framebuffer=true</userinput> or </varlistentry> <varlistentry> +<term>debian-installer/theme</term> +<listitem><para> + +A theme determines how the user interface of the installer looks (colors, +icons, etc.). What themes are available differs per frontend. Currently +both the newt and gtk frontends only have a <quote>dark</quote> theme that was +designed for visually impaired users. Set the theme by booting with parameter +<userinput>debian-installer/theme=<replaceable>dark</replaceable></userinput> +or <userinput>theme=<replaceable>dark</replaceable></userinput>. + +</para></listitem> +</varlistentry> + +<varlistentry> <term>debian-installer/probe/usb</term> <listitem><para> @@ -340,6 +354,17 @@ If you are using a 2.2.x kernel, you may need to set &ramdisksize;. </varlistentry> <varlistentry> +<term>directfb/hw-accel</term> +<listitem><para> + +For the gtk frontend (graphical installer), hardware acceleration in directfb +is disabled by default. To enable it, set this parameter to +<userinput>true</userinput> when booting the installer. + +</para></listitem> +</varlistentry> + +<varlistentry> <term>rescue/enable</term> <listitem><para> |