Quoting Denis Barbier ([EMAIL PROTECTED]): > On Sat, Feb 18, 2006 at 08:14:58AM +0100, Christian Perrier wrote: > > reassign 353380 xserver-xorg > > retitle 353380 fr-latin9 layout does not work properly > > thanks > > > > (X people, this was initially an installation report for D-I. Benoît > > has problems with the fr-latin9 layout and Ctrl-Alt-Fx keys of "Shift > > (Maj)" key not working) > > In xorg 6.9, the fr-latin9 layout has been replaced by > layout: fr > variant: latin9
Well, then we should probably close this bug ? Funnily, I have the following which works pretty well in my own xorg.conf, using sid: Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "inspiron" Option "XkbLayout" "fr-latin9" EndSection