Peter N. M. Hansteen napisał(a):
> Konrad Dudek <konrad__ciach__@warserwis.pl> writes:
>
>> I`ve compiled KDE 3.5.1 and I want to run KDM when system starts.
>
> Under most circumstances, you're better off installing binary packages
> off you friendly local neighborhood mirror, but on a fast enough
> machine even compiling KDE doesn't take long I guess.
>
>> I`ve read that I can add some lines to /etc/rc.conf, but other says
>> that I can change lines in /etc/ttys.
>
> I suspect you may have been reading FreeBSD docs, not OpenBSD ones.
> IIRC the only thing I needed to add the following to my /etc/rc.local
>
> kdm_flags=""
>
> if [ "X${kdm_flags}" != X"NO" ]; then
> /usr/local/bin/kdm ${kdm_flags} ;
> echo -n 'kdm '
> fi
>
Yes, it`s working, but my keyboard doesn`t

When X starts, i can`t write anything.
Any ideas?
--
Pozdrawiam
Konrad Dudek