Hallo Koos,

Your advice is excellent and with some modifications my keyboard runs well :

a. I applied your "patch" bij changing the section in /etc/XF86Config


Section "Keyboard"
   Protocol "Standard"
   LeftAlt     Meta
   RightAlt   ModeShift
   XkbDisable
   EndSection

note the "" you indicated first shall not be used as you advised after me
reporting problems.

Now the behaviour of the keyboard is the same in "pure linux" and in X11

b. But in my distribution (SuSe 6.3) the keyboard file nl.map.gz was not
complete and several functions of alt-gr did not work.

You suggested to look for the nl2 version.

I found on the internet kbd-106.tar.gz and that contained nl, nl2 and nl3.
After installation nl2 appeared not to be correct as it refers to the synbol
"euro" which my system does not recognize ( british influence?) but nl3
works well and all essential keys on my keyboard function .

Thanks a lot for your help and maybe others having problems might now solve
those

regards

Arie Dogterom


----- Oorspronkelijk bericht -----
Van: <[EMAIL PROTECTED]>
Aan: <[EMAIL PROTECTED]>
Verzonden: donderdag 6 december 2001 21:00
Onderwerp: I18n digest, Vol 1 #456 - 1 msg


> Send I18n mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://XFree86.Org/mailman/listinfo/i18n
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of I18n digest..."
>
>
> Today's Topics:
>
>   1. Re: Dutch keyboard (Koos Pol)
>
> --__--__--
>
> Message: 1
> From: "Koos Pol" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], root <[EMAIL PROTECTED]>
> Subject: Re: [I18n]Dutch keyboard
> Date: 06 Dec 2001 08:48:04 CET
> Reply-To: [EMAIL PROTECTED]
>
>
> root wrote on Tue, 4 Dec 2001 20:41:54 +0100:
>
> | How can I use a dutch keyboard on my IBM Thinkpad 310  in X11
> |  It works ok in bare Linux
> |  Arie Dogterom
> |
>
> You have 3 options:
> 1 - Hack a complete map with xmodmap
> 2 - Hack a complete map with xkeycaps
> 3 - Let X honor the default Linux kernel keymap and have it
>     ignore xmodmap/xkeycaps keymaps
>
> The most easy is 3. If you already have a functional Dutch kernel
> keymap, then there is no reason to have X redo it.
>
> The problem with 1 and 2 is that it is not easy to acquire a good
> keymap. I have tried various and they all seem to be flawed. A side
> point is that Dutch keyboards under Linux are only marginaly used. So
> there is probably little enthousiasm the work it all out.
>
> That said, 4.0.x has a solution for option 3:
> Section "Keyboard"
>   Protocol "Standard"
>   LeftAlt "Meta"
>   RightAlt "ModeShift"
>   XkbDisable
> EndSection
>
> This will give you the Dutch keymap.
>
> For 4.1.x I just discovered a problem. If you translate the above to
> the new XF86Config file format you end up with:
>
> Section "InputDevice"
>   Driver       "Keyboard"
>   Identifier   "Keyboard[0]"
>   Option       "Protocol"      "Standard"
>   Option "LeftAlt" "Meta"
>   Option "RightAlt" "ModeShift"
>   Option "XkbDisable"
> EndSection
>
> The unmodified keys will now all work. Including dead keys. But alas,
> the AltGr key does not work. I suspect it is a bug in 4.1.x. It is so
> fresh that I haven't had the chance to post to the X email address for
> posting bugs. If I do I will post the results here.
>
> HTH.
> Cheers,
> --
> ----------------------------------------------------
> Koos Pol T: +31 20 3116122
> Project Analyst F: +31 20 3116200
> Compuware Europe B.V. E: [EMAIL PROTECTED]
> Amsterdam PGP public key available
>
>
>
>
> --__--__--
>
> _______________________________________________
> I18n mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/i18n
>
>
> End of I18n Digest_______________________________________________
> I18n mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/i18n
>

_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to