On Mit, 2002-03-13 at 17:43, Eric Lemoine wrote:
> > > Well, here is my InputDevice section for my french keyboard. The key
> > > option to get everything working was "XkbKeycodes" "macintosh". You
> > > may want to give this a try.
> > 
> > This is kind of a kitchen sink approach...
> > 
> > > Section "InputDevice"
> > >         Identifier  "Mac Keyboard"
> > >   Driver      "keyboard"
> > >   Option      "CoreKeyboard"
> > > 
> > >   Option      "XkbKeycodes" "macintosh"
> > >   Option      "XkbTypes" "default"
> > >   Option      "XkbCompat" "default"
> > >   Option      "XkbRules" "xfree86"
> > >   Option      "XkbSymbols" "macintosh/fr_new"
> > >   Option      "XkbGeometry" "macintosh"
> > > EndSection
> > 
> > You can probably drop XkbRules from the above.
> > 
> > Alternatively, the following should do the same thing:
> > 
> >     XkbRules        xfree86
> >     XkbModel        macintosh
> >     XkbLayout       fr_new
> > 
> > ...and is even supported by the X server's debconf interface.
> > 
> > Let me know if that works.
> 
> With
> 
>       XkbRules        xfree86
>         XkbModel        macintosh
>         XkbLayout       fr_new
> 
> my keyboard is still screwed up. By adding XkbKeycodes macintosh
> everything works fine.

So you seem to be still using ADB keycodes and need XkbModel
macintosh_old.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

Reply via email to