Subject: Re: D400 keyboard setup?
To: None <current-users@NetBSD.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 06/05/2005 13:12:54
On Sat, Jun 04, 2005 at 23:45:41 +0200, Ronald van der Pol wrote:

> I am running 3.99.5/i386 on a Dell D400. I cannot get the keyboard
> running well. Currently, I have this in my XF86Config:
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option      "Protocol" "wskbd"
>         Option      "Device" "/dev/wskbd"
>         Option      "XkbModel" "pc105"
> #       Option      "XkbVariant" "nodeadkeys"
> EndSection
> 
> I tried several pc10? values. Most keys work, but cannot get the arrow
> keys, PgUp and PdDn, right Ctrl, etc working. Can somebody give me
> advice or an URL?

I changed to the 'keyboard' driver and that seems to be working fine:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

	rvdp