* yoann <[EMAIL PROTECTED]> [2003-04-04 07:59] : > > > > > >>bonsoir,
[Probl�me de citation ?] [...] > >Au hasard, le layout li� � "server1" est diff�rent du layout par d�faut au > >niveau de la d�finition du clavier ? C'est tout de m�me bien difficile de > >deviner si tu ne donnes ni ton fichier /etc/X11/XF86Config-4, ni ton > >fichier > >de log de lancement de X ... > > http://www.mistur.org/file/XF86Config-4 Je ne comprends pas pourquoi tu n'as pas un clavier en qwerty tout le temps au vu de ta configuration : ----- Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), comment # out the above line, and uncomment the following line. # Option "Protocol" "Xqueue" # Set the keyboard auto repeat parameters. Not all platforms implement # this. Option "AutoRepeat" "250 50" [...] # These are the default XKB settings for XFree86 # # Option "XkbRules" "xfree86" # Option "XkbModel" "pc101" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" EndSection ---- �a change quelque chose si tu mets les lignes suivantes dans ton fichier ? ---- Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fr" ---- HTH Fred

