Subject: Re: X11 and dead keys
To: None <current-users@NetBSD.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: current-users
Date: 08/03/2005 21:02:05
=F7 =D3=CF=CF=C2=DD=C5=CE=C9=C9 =CF=D4 Wednesday 03 August 2005 20:56 segv =
=CE=C1=D0=C9=D3=C1=CC(a):

Some time ago i got same resiult, AFAIR when 3.99.7 was out.=20

$ uname -a
NetBSD IANZAG 3.99.7 NetBSD 3.99.7 (IANZAG-ACPI) #2: Wed Jul 27 14:03:25 NO=
VST=20
2005  ianzag@IANZAG:/home/ianzag/NetBSD/kernel/IANZAG-ACPI i386

>
> Here is a fragment from my /etc/X11/XF86Config
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option      "Protocol" "wskbd"
>         Option      "Device" "/dev/wskbd"
>         Option      "XkbLayout" "gb"
> EndSection
>

Indeed, Driver=3Dkbd is what "X -configure" auto detects now. And extended =
keys=20
arn't working with it :-/ Try as below:

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	"XkbModel" "pc104"
	Option	"XkbLayout" "us,ru"
	Option	"XkbOptions" "grp:ctrl_shift_toggle"
EndSection

// wbr