Hi,
here is how the keyboard part of my /etc/X11/xorg.conf file looks like
(for a French keyboard...)
Code:
--------------------
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
--------------------
--
dusu