View previous topic :: View next topic |
Author |
Message |
daf@donkeyfr.org n00b


Joined: 01 Sep 2002 Posts: 15
|
Posted: Fri Sep 06, 2002 2:26 am Post subject: clavier fr sans ALT Gr |
|
|
bonjour
j'ai installé le clavier sans problèmes, quand je suis sur la console texte, je peux faire les @ en faisant ALT GR+0 par ex mais sous X je n'ai plus la touche ALT Gr, elle fait comme la touche ALT
dans /etc/rc.conf j'ai mis :
Code: |
# Use KEYMAP to specify the default console keymap. There is a complete tree
# of keymaps in /usr/share/keymaps to choose from. This setting is used by the
# /etc/init.d/keymaps script.
KEYMAP="fr-pc"
|
|
|
Back to top |
|
 |
boa13 n00b


Joined: 08 Aug 2002 Posts: 32 Location: Versailles, France
|
Posted: Fri Sep 06, 2002 6:20 am Post subject: |
|
|
Réglage correct du clavier français sous XFree : assurez vous que votre fichier de configuration (généralement /etc/X11/XF86Config) inclut les lignes suivantes dans la Section "InputDevice" qui contient le Driver "keyboard".
Code: | Section "InputDevice"
Identifier "plop"
Driver "keyboard"
# Ici, il y a d'autres options, sans doute.
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
EndSection
|
Les options XkbVariant et XkbOptions devraient être absentes ou en commentaire (comme ici), à moins que vous n'ayez une bonne raison pour qu'il en soit autrement.  _________________ killed by a fire ant, while helpless |
|
Back to top |
|
 |
dioxmat Bodhisattva

Joined: 04 May 2002 Posts: 709 Location: /home/mat
|
Posted: Fri Sep 06, 2002 7:59 am Post subject: |
|
|
et si ca marche toujours pas, tu peux toujours assigner ca a la main en utilisant xev et xmodmap ... |
|
Back to top |
|
 |
|