après une mise à jour qui implique sûrement des composants Xorg, le boot de ce matin mon clavier Typematrix n'était plus configuré correctement (en bépo) alors que je n'ai rien touché à la conf.
En regardant les log
Code : Tout sélectionner
[ 90.113] (--) TypeMatrix.com USB Keyboard: Found scroll wheel(s)
[ 90.113] (II) TypeMatrix.com USB Keyboard: Adding scrollwheel support
[ 90.113] (**) TypeMatrix.com USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 90.113] (EE) TypeMatrix.com USB Keyboard: failed to initialize for relative axes.
[ 90.320] (--) Logitech USB Receiver: Found scroll wheel(s)
[ 90.320] (II) Logitech USB Receiver: Adding scrollwheel support
[ 90.320] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 90.320] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
Code : Tout sélectionner
Section "ServerFlags"
#Option "AutoAddDevices" "False"
Option "DontZap" "False"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0"
InputDevice "Keyboard0"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "drm"
#Load "ddc"
#Load "extmod"
#Load "bitmap"
#Load "type1"
#Load "freetype"
#Load "dbe"
#Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
Option "XkbLayout" "fr"
Option "KkbVariant" "bepo"
#Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "evdev"
Option "Name" "*Logitech USB Receiver*"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:12.2-5.2/input0"
Option "CorePointer"
#Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
Option "Device" "/dev/input/event5"
Option "Buttons" "10"
#Option "Emulate3Buttons "False"
Option "ZAxisMapping" "9 10"
Option "AngleOffset" "-32"
EndSection
Section "Monitor"
#DisplaySize 520 320 # mm
Identifier "T240"
VendorName "SAM"
ModelName "SyncMaster"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "Q17"
Option "DPMS" "true"
Option "RightOf" "T240"
EndSection
Section "Device"
Option "EnablePageFlip" "true" # [<bool>]
Option "DMAForXv" "true" # [<bool>]
Option "ColorTiling" "on" # [<bool>]
Option "ScalerWidth" "2048" # <i>
Option "RenderAccel" "on" # [<bool>]
Option "AccelMethod" "EXA" # <str>
Option "AccelDFS" "1"
Option "DRI" "on" # [<bool>]
Option "EXAVSync" "yes" # [<bool>]
Option "DynamicPM" "on"
Option "ClockGating" "on"
Option "Monitor-VGA-0" "Q17"
Option "Monitor-DVI-0" "T240"
Option "DPMS" "true"
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RS880 [Radeon HD 4200]"
BusID "PCI:1:5:0"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "T240"
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 3200 1200
Modes "1920x1200" "1920x1200"
EndSubSection
DefaultDepth 24
EndSection