AZERTY keyboard

I installed RELEASE 7.2 and am using an AZERTY keyboard qnd have tzo problems. First, I have the keyboard working in the console, but when I startx to get xorg without gnome or kde the windows revert to the English keyboard. Second, when I exit back to the console it says "fatal error 35 (Resource temporarily ......" and then finally gets to the prompt saying, "bad display name "cutie:0" in "remove" command." Here is relevant section:
Code:
Section "Input Device"
   Identifier "Keyboard0"
   Driver     "kbd"
   #Option "CoreKeyboard"
   Option "Xkbrules" "xorg"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "fr"
   Option "XkbVariant" "latin9"
   #Option "XkbOptions" "compose:menu"
EndSection
 
harinkj said:
I installed RELEASE 7.2 and am using an AZERTY keyboard qnd have tzo problems. First, I have the keyboard working in the console
Code:
Section "Input Device"
   Identifier "Keyboard0"
   Driver     "kbd"
   #Option "CoreKeyboard"
   Option "Xkbrules" "xorg"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "fr"
   Option "XkbVariant" "latin9"
   #Option "XkbOptions" "compose:menu"
EndSection

Xorg uses Hal for the keyboard now, see (in french)
http://www.diablotins.org/index.php/X11:_interface_graphique
 
Back
Top