Describe the differences in starting kdm for KDE3 and KDE4. This was taken

from the FreeBSD Wiki, were the correct procedure was described already.

PR:             docs/150686
Submitted by:   Benjamin Washington-Yule (byu17 at uclive dot ac dot nz)
Reviewed by:    jkois
This commit is contained in:
Benedict Reuschling 2010-10-17 12:01:07 +00:00
parent 5339183a6d
commit cc03602397
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36503

View file

@ -1629,17 +1629,21 @@ DisplayManager.requestPort: 0</screen>
<application>GNOME</application>, or something else) to run
after logging on.</para>
<para>To enable <application>kdm</application>, the
<literal>ttyv8</literal> entry in <filename>/etc/ttys</filename>
has to be adapted. The line should look as follows:</para>
<para>To enable <application>kdm</application>, different files
need to be edited depending on the version of
<application>KDE</application>.</para>
<para>For <application>KDE3</application>:</para>
<para>For <application>KDE3</application>, the <literal>ttyv8</literal>
entry in <filename>/etc/ttys</filename> has to be adapted as
follows:</para>
<programlisting>ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on secure</programlisting>
<para>For <application>KDE4</application>:</para>
<para>For <application>KDE4</application>, you have to add the
following lines to <filename>/etc/rc.conf</filename>:</para>
<programlisting>ttyv8 "/usr/local/kde4/bin/kdm -nodaemon" xterm on secure</programlisting>
<programlisting>local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"</programlisting>
</sect3>
</sect2>