View | Details | Raw Unified | Return to bug 154070
Collapse All | Expand All

(-)chapter.sgml (-9 / +24 lines)
Lines 1401-1406 Link Here
1401
        <screen>&prompt.root; <userinput>cd /usr/ports/x11/gnome2</userinput>
1401
        <screen>&prompt.root; <userinput>cd /usr/ports/x11/gnome2</userinput>
1402
&prompt.root; <userinput>make install clean</userinput></screen>
1402
&prompt.root; <userinput>make install clean</userinput></screen>
1403
1403
1404
        <para>For proper operation, <application>GNOME</application> requires
1405
          the <filename>/proc</filename> filesystem to be mounted.  Add</para>
1406
        
1407
        <programlisting>proc           /proc       procfs  rw  0   0
1408
          </programlisting>
1409
        
1410
        <para>to <filename>/etc/fstab</filename>, and
1411
          <filename>procfs</filename> will be mounted at system
1412
          startup.</para>
1413
          
1404
        <para>Once <application>GNOME</application> is installed,
1414
        <para>Once <application>GNOME</application> is installed,
1405
          the X server must be told to start
1415
          the X server must be told to start
1406
          <application>GNOME</application> instead of a default window
1416
          <application>GNOME</application> instead of a default window
Lines 1409-1425 Link Here
1409
        <para>The easiest way to start
1419
        <para>The easiest way to start
1410
          <application>GNOME</application> is with
1420
          <application>GNOME</application> is with
1411
          <application>GDM</application>, the GNOME Display Manager.
1421
          <application>GDM</application>, the GNOME Display Manager.
1412
          <application>GDM</application>, which is installed as a part
1422
          <application>GDM</application> is installed as a part
1413
          of the <application>GNOME</application> desktop (but is
1423
          of the <application>GNOME</application> desktop but is
1414
          disabled by default), can be enabled by adding
1424
          disabled by default.  It can be enabled by adding this line
1415
          <literal>gdm_enable="YES"</literal> to
1425
          to <filename>/etc/rc.conf</filename>:</para>
1416
          <filename>/etc/rc.conf</filename>.  Once you have rebooted,
1426
        
1427
        <programlisting>gdm_enable="YES"</programlisting>
1428
        
1429
        <para>Once you have rebooted,
1417
          <application>GDM</application> will start automatically.</para>
1430
          <application>GDM</application> will start automatically.</para>
1418
1431
1419
	<para>Additionally, to enable all <application>GNOME</application>
1432
	<para>It is often desirable to enable all
1420
	  services when <application>GDM</application> starts, add 
1433
	  <application>GNOME</application> services when
1421
	  <literal>gnome_enable="YES"</literal> to 
1434
	  <application>GDM</application> starts.  To do so, add this
1422
	  <filename>/etc/rc.conf</filename>.</para>
1435
	  line to <filename>/etc/rc.conf</filename>:</para>
1436
	
1437
	<programlisting>gnome_enable="YES"</programlisting
1423
1438
1424
        <para><application>GNOME</application> may also be started
1439
        <para><application>GNOME</application> may also be started
1425
	  from the command-line by properly configuring a file named
1440
	  from the command-line by properly configuring a file named

Return to bug 154070