You are not logged in.
Avec la mise a jour de xorg en 7.0, j'ai un petit probleme pour les accents et autres. Je ne sais plus ou j'ai trouve la demarche, et mon ancienne configuration ne fonctionne plus sous cette nouvelle version:
Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr_CH" EndSection
j'avais ca avec xorg 6.8:
Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fr_CH" EndSection
Offline
Ca remarche :mrgreen:
Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ch" Option "XkbVariant" "fr" EndSection
Offline