Subject: Re: KDM -> no input from keyboard
To: None <netbsd-users@NetBSD.org>
From: Peter Molnar <peter.molnar@wm.sk>
List: netbsd-users
Date: 01/05/2005 12:55:46
On Tuesday 04 January 2005 11:58, you wrote:
> In article <200501030011.03682.peter.molnar@wm.sk>,
>
>  Peter Molnar <peter.molnar@wm.sk> writes:
> > But when I do a "startkde" or "kdm" from /dev/console or when i call kdm
> > from /etc/rc.local at boot time i get no input from keyboard. A remote
> > "startkde" over ssh on a linux box behaves the same way.
>
> Did you make sure that the X11 server uses an own virtual console and
> doesn't fight with a "getty" process over the keyboard? For "kdm"
> this is configured via "/usr/pkg/share/kde/config/kdm/Xservers".
> The default NetBSD package source configuration will try to use the
> 5th virtual console for the X11 server.
>
>  Kind regards

There was not a virtual console specified...
Changing
":0 local /usr/X11R6/bin/X -nolisten tcp"
to
":0 local /usr/X11R6/bin/X -nolisten tcp vt5"
made thinks working.

Tkanks, Peter