aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-02-08 22:33:23 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-02-08 22:33:23 +0000
commitdff8699750c459606daf6641749dafd45bc6223b (patch)
tree8d956befc8de3b59e4f711fef48affdaffa49a5e /documentation/content/en/books
parentd8ac41d0c8730fa681d1ec9d9cd8b7efe82533e2 (diff)
Diffstat (limited to 'documentation/content/en/books')
-rw-r--r--documentation/content/en/books/handbook/x11/_index.adoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index 58c670a620..029489b3a7 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -881,12 +881,11 @@ GNOME requires [.filename]#/proc# to be mounted. Add this line to [.filename]#/e
proc /proc procfs rw 0 0
....
-GNOME uses D-Bus and HAL for a message bus and hardware abstraction. These applications are automatically installed as dependencies of GNOME. Enable them in [.filename]#/etc/rc.conf# so they will be started when the system boots:
+GNOME uses D-Bus for a message bus and hardware abstraction. These applications are automatically installed as dependencies of GNOME. Enable them in [.filename]#/etc/rc.conf# so they will be started when the system boots:
[.programlisting]
....
dbus_enable="YES"
-hald_enable="YES"
....
After installation, configure Xorg to start GNOME. The easiest way to do this is to enable the GNOME Display Manager, GDM, which is installed as part of the GNOME package or port. It can be enabled by adding this line to [.filename]#/etc/rc.conf#:
@@ -946,12 +945,11 @@ KDE requires [.filename]#/proc# to be mounted. Add this line to [.filename]#/etc
proc /proc procfs rw 0 0
....
-KDE uses D-Bus and HAL for a message bus and hardware abstraction. These applications are automatically installed as dependencies of KDE. Enable them in [.filename]#/etc/rc.conf# so they will be started when the system boots:
+KDE uses D-Bus for a message bus and hardware abstraction. These applications are automatically installed as dependencies of KDE. Enable them in [.filename]#/etc/rc.conf# so they will be started when the system boots:
[.programlisting]
....
dbus_enable="YES"
-hald_enable="YES"
....
Since KDE Plasma 5, the KDE Display Manager, KDM is no longer developed. A possible replacement is SDDM. To install it, type: