git: dff8699750 - main - Remove HAL from the X11 chapter.
Sergio Carlavilla Delgado
carlavilla at FreeBSD.org
Mon Feb 8 22:34:36 UTC 2021
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=dff8699750c459606daf6641749dafd45bc6223b
commit dff8699750c459606daf6641749dafd45bc6223b
Author: Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
AuthorDate: 2021-02-08 22:33:23 +0000
Commit: Sergio Carlavilla Delgado <carlavilla at FreeBSD.org>
CommitDate: 2021-02-08 22:33:23 +0000
Remove HAL from the X11 chapter.
HAL has been remove with r564691
PR: 253345
Submitted by: 0mp@
---
documentation/content/en/books/handbook/x11/_index.adoc | 6 ++----
1 file 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:
More information about the dev-commits-doc-all
mailing list