Page 1 sur 1

[Openbox/Clavier]Problème disposition clavier(résolu)

Publié : dim. 25 juil. 2010, 15:51
par Scriptor
Bonjour,
je souhaiterais obtenir de l'aide en ce qui concerne le clavier et le fichier xorg. Je n'arrive pas à mettre le clavier mode allemand, soit qwertz. J'ai pourtant changé mon fixhier /etc/X11/xorg.conf, mais rien a faire:

xorg.conf:
# **********************************************************************
# Modules section. This allows modules to be specified
# **********************************************************************

Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
#Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
Load "synaptics"
EndSection


# ******************************
# Files section
# ******************************

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/cyrillic"
EndSection


# ******************************
# Server flags section
# ******************************

Section "ServerFlags"

EndSection

# ******************************
# Core keyboard's InputDevice section
# ******************************

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection

# ******************************
# Core Pointer's InputDevice section
# ******************************

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection

# ******************************
# Monitor section
# ******************************

Section "Monitor"
Identifier "Dell Inspiron 1520 WXGA+ LCD"
Option "DPMS" "true"
EndSection


# ******************************
# Graphics device section
# ******************************

Section "Device"
Identifier "NVIDIA GeForce 8600M GT"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "8600M GT"
Option "NoLogo" "true"
Option "AllowGLXWithComposite" "true"
Option "Coolbits" "1"
Option "Triplebuffer" "true"
Option "OnDemandVBlankInterrupts" "true"
EndSection

# ******************************
# Screen sections
# ******************************

Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 8600M GT"
Monitor "Dell Inspiron 1520 WXGA+ LCD"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1440x900" "1280x800" "1280x768" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


# ******************************
# ServerLayout sections.
# ******************************

Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
EndSection

# ******************************
# DRI extension options section
# ******************************

Section "DRI"
Group "video"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Merci de toutes réponses.

Re: [Openbox/Clavier]Problème disposition clavier

Publié : dim. 25 juil. 2010, 17:06
par Kooothor
Salut,

T'as essayé :

$ setxkbmap de

:?:

(à mettre dans ton .xinitrc)

Re: [Openbox/Clavier]Problème disposition clavier

Publié : dim. 25 juil. 2010, 17:22
par Scriptor
Bonjour,

merci de ta réponse extrêmement rapide :bravo: . Alors la commande marche, mais j'ai rajouté setxkbmap de
au fichier, mais ca ne marche malheureusement pas.
Alors faut-il ajouter exec devant la commande(je prefere demander, mais je crois pas puisqu'il me semble que ce n'est que pour les sessions)?

Merci encore beaucoup de toutes réponses

Re: [Openbox/Clavier]Problème disposition clavier

Publié : dim. 25 juil. 2010, 22:02
par oupsemma
Bonjour, utilisant Arch sous Openbox, avec le système en anglais et le clavier en français, j'ai suivi les recommandations suivantes: http://wiki.archlinux.fr/install/langue ... 5137e2a0c7
c-à-d édité /etc/rc.conf pour avoir le clavier dans la langue voulue en console
et ajouté un fichier /etc/X11/xorg.conf.d/20-keymap.conf à mon xorg.conf.d pour avoir le clavier en français dans le reste du système

Re: [Openbox/Clavier]Problème disposition clavier

Publié : lun. 26 juil. 2010, 09:39
par Scriptor
Bonjour,

merci beaucoup de ta réponse qui m'a aidé à résoudre mon problème.

Je t'en suis reconnaissant :chinois: