On Thursday 11 August 2005 10:37, Bernd Schoeller wrote:
> You might want to check out
>
> http://www.openbsdsupport.org/KDM.html
Thanks for the pointer. I remember reading it a while ago,
but I had forgotten about it since then.
I found that point 6 in that writeup doesn't work for me,
possibly because of a problem with kdm not knowing
about BSD-style authorization.
===============
6. Let KDM start at boot time.
Edit "/etc/rc.local" and add this at the bottom:
kdm_flags=""
if [ "X${kdm_flags}" != X"NO" ]; then
/usr/local/bin/kdm ${kdm_flags} ;
echo -n 'kdm '
fi
==============
But using xdm for logins and putting 'startkde' in the .xsession file
(as suggested by Alex Farber) *did* work.