MFen the Dutch Handbook:
- boot 1.75 -> 1.76 ( + igor fix) - desktop 1.126 -> 1.129 Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
d9418c027e
commit
ce453686d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38676
2 changed files with 33 additions and 24 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Dutch Documentation Project
|
The FreeBSD Dutch Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/boot/chapter.sgml,v 1.14 2012/02/05 15:49:10 rene Exp $
|
$FreeBSD$
|
||||||
|
|
||||||
%SOURCE% en_US.ISO8859-1/books/handbook/boot/chapter.sgml
|
%SOURCE% en_US.ISO8859-1/books/handbook/boot/chapter.sgml
|
||||||
%SRCID% 1.75
|
%SRCID% 1.76
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="boot">
|
<chapter id="boot">
|
||||||
|
@ -639,9 +639,9 @@ boot:</screen>
|
||||||
<sect4 id="boot-splash-function">
|
<sect4 id="boot-splash-function">
|
||||||
<title>Splash-schermfuncties</title>
|
<title>Splash-schermfuncties</title>
|
||||||
|
|
||||||
<para>De splash-schermfunctie ondersteunt alleen
|
<para>De splash-schermfunctie ondersteunt 256-kleuren-bitmaps (
|
||||||
256-kleuren-bitmaps (<filename>.bmp</filename>) of ZSoft
|
<filename>.bmp</filename>), ZSoft <acronym>PCX</acronym> (
|
||||||
<acronym>PCX</acronym> (<filename>.pcx</filename>)
|
<filename>.pcx</filename>) en TheDraw (<filename>.bin</filename>)
|
||||||
bestanden. Verder moeten de splash-afbeeldingsbestanden een
|
bestanden. Verder moeten de splash-afbeeldingsbestanden een
|
||||||
resolutie van 320 bij 200 pixels of minder hebben om op de
|
resolutie van 320 bij 200 pixels of minder hebben om op de
|
||||||
standaard VGA-adapters te werken.</para>
|
standaard VGA-adapters te werken.</para>
|
||||||
|
@ -697,15 +697,15 @@ boot:</screen>
|
||||||
<sect4 id="boot-splash-enable">
|
<sect4 id="boot-splash-enable">
|
||||||
<title>De splash-schermfunctie aanzetten</title>
|
<title>De splash-schermfunctie aanzetten</title>
|
||||||
|
|
||||||
<para>Het splash-schermbestand (<filename>.bmp</filename> of
|
<para>Het splash-schermbestand (<filename>.bmp</filename>,
|
||||||
<filename>.pcx</filename>) moet op de rootpartitie staan,
|
<filename>.pcx</filename> of <filename>.bin</filename>) moet op de
|
||||||
bijvoorbeeld in de map <filename
|
rootpartitie staan, bijvoorbeeld in de map <filename
|
||||||
class="directory">/boot</filename>.</para>
|
class="directory">/boot</filename>.</para>
|
||||||
|
|
||||||
<para>Bewerk voor de standaard resolutie van het opstartscherm
|
<para>Bewerk voor de standaardresolutie van het opstartscherm
|
||||||
(256 kleuren, 320 bij 200 pixels, of minder)
|
(256 kleuren, 320 bij 200 pixels, of minder)
|
||||||
<filename>/boot/loader.conf</filename> zodat het het
|
<filename>/boot/loader.conf</filename> zodat het volgende
|
||||||
volgende bevat:</para>
|
erin staat:</para>
|
||||||
|
|
||||||
<programlisting>splash_bmp_load="YES"
|
<programlisting>splash_bmp_load="YES"
|
||||||
bitmap_load="YES"
|
bitmap_load="YES"
|
||||||
|
@ -731,13 +731,21 @@ bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
|
||||||
bitmap_load="YES"
|
bitmap_load="YES"
|
||||||
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
|
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
|
||||||
|
|
||||||
<para>De bestandsnaam is niet beperkt tot
|
<para>In versie 8.3 is een andere mogelijkheid het gebruik van
|
||||||
<quote>splash</quote> zoals in het bovenstaande voorbeeld.
|
ASCII-kunst in <ulink
|
||||||
Het kan van alles zijn zolang het van het type
|
url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
|
||||||
<acronym>BMP</acronym> of <acronym>PCX</acronym> is, zoals
|
formaat.</para>
|
||||||
|
|
||||||
|
<programlisting>splash_txt="YES"
|
||||||
|
bitmap_load="YES"
|
||||||
|
bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
|
||||||
|
|
||||||
|
<para>De bestandsnaam is niet beperkt tot <quote>splash</quote> zoals
|
||||||
|
in het bovenstaande voorbeeld. Het kan van alles zijn zolang het
|
||||||
|
een van de bovenstaande types is, zoals
|
||||||
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
|
<filename><replaceable>splash_640x400</replaceable>.bmp</filename>
|
||||||
of
|
of
|
||||||
<filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
|
<filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
|
||||||
|
|
||||||
<para>Enkele andere interessante opties voor
|
<para>Enkele andere interessante opties voor
|
||||||
<filename>loader.conf</filename>:</para>
|
<filename>loader.conf</filename>:</para>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||||
%SRCID% 1.126
|
%SRCID% 1.129
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="desktop">
|
<chapter id="desktop">
|
||||||
|
@ -646,16 +646,17 @@
|
||||||
wordt geïnstalleert, moet er een recente versie van
|
wordt geïnstalleert, moet er een recente versie van
|
||||||
<application>KDE</application> geïnstalleerd zijn.</para>
|
<application>KDE</application> geïnstalleerd zijn.</para>
|
||||||
|
|
||||||
<para><application>KOffice</application> als pakket installeren
|
<para><application>KOffice</application> voor
|
||||||
gaat met het volgende commando:</para>
|
<application>KDE</application> als pakket installeren gaat met het
|
||||||
|
volgende commando:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>pkg_add -r koffice</userinput></screen>
|
<screen>&prompt.root; <userinput>pkg_add -r koffice-kde4</userinput></screen>
|
||||||
|
|
||||||
<para>Als het pakket niet beschikbaar is, kan de Portscollectie
|
<para>Als het pakket niet beschikbaar is, kan de Portscollectie
|
||||||
gebruiken worden. Om <application>KOffice</application> voor
|
gebruiken worden. Om <application>KOffice</application> voor
|
||||||
<application>KDE3</application> te installeren:</para>
|
<application>KDE4</application> te installeren:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde3</userinput>
|
<screen>&prompt.root; <userinput>cd /usr/ports/editors/koffice-kde4</userinput>
|
||||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1352,10 +1353,10 @@
|
||||||
<row>
|
<row>
|
||||||
<entry><application>KOffice</application></entry>
|
<entry><application>KOffice</application></entry>
|
||||||
|
|
||||||
<entry><literal>koffice</literal></entry>
|
<entry><literal>koffice-kde4</literal></entry>
|
||||||
|
|
||||||
<entry><filename
|
<entry><filename
|
||||||
role="package">editors/koffice-kde3</filename></entry>
|
role="package">editors/koffice-kde4</filename></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
|
Loading…
Reference in a new issue