Add instructions on installing and enabling dbus and hal to the Gnome

section.  Pointed out by forum user oldrancher.
This commit is contained in:
Warren Block 2016-01-27 22:15:14 +00:00
parent 3b216ee871
commit e9a00ee348
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48105

View file

@ -1412,14 +1412,35 @@ DisplayManager.requestPort: 0</screen>
<screen>&prompt.root; <userinput>cd /usr/ports/x11/gnome2</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<para>For proper operation, <application>GNOME</application>
<para><application>GNOME</application>
requires <filename>/proc</filename> to be mounted. Add this
line to <filename>/etc/fstab</filename> to mount this file
system automatically during system startup:</para>
<programlisting>proc /proc procfs rw 0 0</programlisting>
<para>Once <application>GNOME</application> is installed,
<para><application>GNOME</application> also needs
<application>D-Bus</application> and
<application>HAL</application>. These applications provide a
message bus and hardware abstraction. They can be installed
from packages:</para>
<screen>&prompt.root; <userinput>pkg install dbus hal</userinput></screen>
<para>or from the Ports Collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/devel/dbus</userinput>
&prompt.root; <userinput>make install clean</userinput>
&prompt.root; <userinput>cd /usr/ports/sysutils/hal</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<para>Then enable both systems in
<filename>/etc/rc.conf</filename>:</para>
<programlisting>dbus_enable="YES"
hald_enable="YES"</programlisting>
<para>After installation,
configure <application>&xorg;</application> to start
<application>GNOME</application>. The easiest way to do this
is to enable the GNOME Display Manager,