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
nl_NL.ISO8859-1/books/handbook
|
@ -1,10 +1,10 @@
|
|||
<!--
|
||||
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
|
||||
%SRCID% 1.75
|
||||
%SRCID% 1.76
|
||||
-->
|
||||
|
||||
<chapter id="boot">
|
||||
|
@ -639,9 +639,9 @@ boot:</screen>
|
|||
<sect4 id="boot-splash-function">
|
||||
<title>Splash-schermfuncties</title>
|
||||
|
||||
<para>De splash-schermfunctie ondersteunt alleen
|
||||
256-kleuren-bitmaps (<filename>.bmp</filename>) of ZSoft
|
||||
<acronym>PCX</acronym> (<filename>.pcx</filename>)
|
||||
<para>De splash-schermfunctie ondersteunt 256-kleuren-bitmaps (
|
||||
<filename>.bmp</filename>), ZSoft <acronym>PCX</acronym> (
|
||||
<filename>.pcx</filename>) en TheDraw (<filename>.bin</filename>)
|
||||
bestanden. Verder moeten de splash-afbeeldingsbestanden een
|
||||
resolutie van 320 bij 200 pixels of minder hebben om op de
|
||||
standaard VGA-adapters te werken.</para>
|
||||
|
@ -697,15 +697,15 @@ boot:</screen>
|
|||
<sect4 id="boot-splash-enable">
|
||||
<title>De splash-schermfunctie aanzetten</title>
|
||||
|
||||
<para>Het splash-schermbestand (<filename>.bmp</filename> of
|
||||
<filename>.pcx</filename>) moet op de rootpartitie staan,
|
||||
bijvoorbeeld in de map <filename
|
||||
<para>Het splash-schermbestand (<filename>.bmp</filename>,
|
||||
<filename>.pcx</filename> of <filename>.bin</filename>) moet op de
|
||||
rootpartitie staan, bijvoorbeeld in de map <filename
|
||||
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)
|
||||
<filename>/boot/loader.conf</filename> zodat het het
|
||||
volgende bevat:</para>
|
||||
<filename>/boot/loader.conf</filename> zodat het volgende
|
||||
erin staat:</para>
|
||||
|
||||
<programlisting>splash_bmp_load="YES"
|
||||
bitmap_load="YES"
|
||||
|
@ -731,13 +731,21 @@ bitmap_name="<replaceable>/boot/splash.bmp</replaceable>"</programlisting>
|
|||
bitmap_load="YES"
|
||||
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
|
||||
|
||||
<para>De bestandsnaam is niet beperkt tot
|
||||
<quote>splash</quote> zoals in het bovenstaande voorbeeld.
|
||||
Het kan van alles zijn zolang het van het type
|
||||
<acronym>BMP</acronym> of <acronym>PCX</acronym> is, zoals
|
||||
<para>In versie 8.3 is een andere mogelijkheid het gebruik van
|
||||
ASCII-kunst in <ulink
|
||||
url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
|
||||
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>
|
||||
of
|
||||
<filename><replaceable>blue_wave</replaceable>.pcx</filename>.</para>
|
||||
<filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
|
||||
|
||||
<para>Enkele andere interessante opties voor
|
||||
<filename>loader.conf</filename>:</para>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||
%SRCID% 1.126
|
||||
%SRCID% 1.129
|
||||
-->
|
||||
|
||||
<chapter id="desktop">
|
||||
|
@ -646,16 +646,17 @@
|
|||
wordt geïnstalleert, moet er een recente versie van
|
||||
<application>KDE</application> geïnstalleerd zijn.</para>
|
||||
|
||||
<para><application>KOffice</application> als pakket installeren
|
||||
gaat met het volgende commando:</para>
|
||||
<para><application>KOffice</application> voor
|
||||
<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
|
||||
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>
|
||||
</sect2>
|
||||
|
||||
|
@ -1352,10 +1353,10 @@
|
|||
<row>
|
||||
<entry><application>KOffice</application></entry>
|
||||
|
||||
<entry><literal>koffice</literal></entry>
|
||||
<entry><literal>koffice-kde4</literal></entry>
|
||||
|
||||
<entry><filename
|
||||
role="package">editors/koffice-kde3</filename></entry>
|
||||
role="package">editors/koffice-kde4</filename></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue