'ai un problème de clavier.
je possède un clavier suisse type logitech: cordlless Desktop Optical Black,qwertz
je ne parviens as a faire marcher la touche ALT Gr ce qui me verrouille l’aces a certaine touche accent parentaise etc. : pleurpleur dans la console sans X pas un terminal.
le clavier marche bien, mai pas sous gnome : confus voici le xorg.conf
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch"
Option "XkbVariant" "fr_CH-latin1"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
BusID "PCI:1:0:0"
VideoRam 768
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 50-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
voici le problème losrce que passe par gnome—>Bureau–>preference–>clavier
puis dans l on glet agencement je choisi un autres clavier et la le message suivant survient.
Erreur lors de l'activation de la configuration XKB.
Cela peut arriver pour plusieurs raisons :
- un bogue dans la bibliothèque libxklavier
- un bogue dans le serveur X (xkbcomp, utilitaires xmodmap)
- serveur X avec une implémentation de libxkbfile incompatible
Données de version du serveur X :
The X.Org Foundation
70101000
Si vous rapportez cette situation comme une anomalie, veuillez inclure :
- Le résultat de xprop -root | grep XKB
- Le résultat de gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
comme demander voici les commande executee dans un terminal.
ch:/home/tnt# xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "ch", "fr_CH-latin1", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "ch", "fr_CH-latin1", ""
ch:/home/tnt# gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
layouts = []
model =
options = [altwin altwin]
overrideSettings = true
Merci d’avance