From e9a00ee34818262fcc56ca5da91286a17439112c Mon Sep 17 00:00:00 2001 From: Warren Block Date: Wed, 27 Jan 2016 22:15:14 +0000 Subject: [PATCH] Add instructions on installing and enabling dbus and hal to the Gnome section. Pointed out by forum user oldrancher. --- .../books/handbook/x11/chapter.xml | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index 41e3c6ded0..9eb30c611c 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -1412,14 +1412,35 @@ DisplayManager.requestPort: 0 &prompt.root; cd /usr/ports/x11/gnome2 &prompt.root; make install clean - For proper operation, GNOME + GNOME requires /proc to be mounted. Add this line to /etc/fstab to mount this file system automatically during system startup: proc /proc procfs rw 0 0 - Once GNOME is installed, + GNOME also needs + D-Bus and + HAL. These applications provide a + message bus and hardware abstraction. They can be installed + from packages: + + &prompt.root; pkg install dbus hal + + or from the Ports Collection: + + &prompt.root; cd /usr/ports/devel/dbus +&prompt.root; make install clean +&prompt.root; cd /usr/ports/sysutils/hal +&prompt.root; make install clean + + Then enable both systems in + /etc/rc.conf: + + 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,