Update to r48513:
Add dbus and hal configuration settings for KDE.
This commit is contained in:
parent
3343a099f9
commit
36fb8e2942
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48517
1 changed files with 13 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $
|
$FreeBSDde: de-docproj/books/handbook/x11/chapter.xml,v 1.79 2012/04/30 16:18:12 bcr Exp $
|
||||||
basiert auf: r48289
|
basiert auf: r48513
|
||||||
-->
|
-->
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
|
@ -1631,6 +1631,18 @@ hald_enable="YES"</programlisting>
|
||||||
|
|
||||||
<programlisting>proc /proc procfs rw 0 0</programlisting>
|
<programlisting>proc /proc procfs rw 0 0</programlisting>
|
||||||
|
|
||||||
|
<para><application>KDE</application> benötigt
|
||||||
|
<application>D-Bus</application> und
|
||||||
|
<application>HAL</application> für einen Nachrichtenbus und
|
||||||
|
Hardware Abstraktion. Diese Anwendungen werden automatisch
|
||||||
|
als Abhängigkeiten von <application>KDE</application>
|
||||||
|
installiert. Aktivieren Sie die Dienste in
|
||||||
|
<filename>/etc/rc.conf</filename>, sodass sie automatisch
|
||||||
|
gestartet werden wenn das System bootet:</para>
|
||||||
|
|
||||||
|
<programlisting>dbus_enable="YES"
|
||||||
|
hald_enable="YES"</programlisting>
|
||||||
|
|
||||||
<para>Die Installation von <application>KDE</application>
|
<para>Die Installation von <application>KDE</application>
|
||||||
beinhaltet den KDE Display-Manager
|
beinhaltet den KDE Display-Manager
|
||||||
<application>KDM</application>. Um diesen Display-Manager
|
<application>KDM</application>. Um diesen Display-Manager
|
||||||
|
|
Loading…
Reference in a new issue