[Openbox/Clavier]Problème disposition clavier(résolu)
Publié : dim. 25 juil. 2010, 15:51
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:
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:
Merci de toutes réponses.# **********************************************************************
# 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