[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg von experimental und falsches Tastatur-Layout



Jonas Meurer:
> 
> Ich habe soeben die xorg-Pakete von debian/experimental installiert, da
> diese unter anderem den neuen xserver-xorg-video-radeonhd Grafiktreiber
> mit 3d-Unterstützung für meine Radeon X1550 enthalten.

Same here für meine Intel-Grafik.

> Alles scheint wunderbar zu funkionieren, mit der Ausnahme, dass meine
> Tastatur nicht richtig erkannt wird. Statt einer deutschen, wird
> anscheinend eine englische/amerikanische erkannt. Selbst wenn ich mit
> XkbLayout "de" manuall auf ein deutsches Modell umstelle ändert sich
> nichts.

Das liegt daran, dass das neue X.Org evdev für Tastatur und Maus benutzt.
Mit folgendem Schnipsel klappts bei mir:

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "evdev"
    Option      "CoreKeyboard"
    Option      "Device"    "/dev/input/event0"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "evdev"
    Option      "XkbLayout" "de"
    Option      "XkbVariant"    "nodeadkeys"
    #Option     "AllowEmptyInput"   "off"
EndSection

Das Device ist bei Dir wahrscheinlich /dev/input/event1 oder event2 (s.u.).

Hier die entscheidenden Teile Deines Logs:

> (II) The server relies on HAL to provide the list of input devices.
> 	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
...
> (**) Logitech HID compliant keyboard: always reports core events
> (**) Logitech HID compliant keyboard: Device: "/dev/input/event2"
> (II) Logitech HID compliant keyboard: Found 32 mouse buttons
> (II) Logitech HID compliant keyboard: Found keys
> (II) Logitech HID compliant keyboard: Configuring as keyboard
> (**) Logitech HID compliant keyboard: YAxisMapping: buttons 4 and 5
> (**) Logitech HID compliant keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> (II) XINPUT: Adding extended input device "Logitech HID compliant keyboard" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Logitech HID compliant keyboard: xkb_rules: "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Logitech HID compliant keyboard: xkb_model: "evdev"
> (**) Option "xkb_layout" "us"
> (**) Logitech HID compliant keyboard: xkb_layout: "us"
...
> (II) config/hal: Adding input device Logitech HID compliant keyboard
> (**) Logitech HID compliant keyboard: always reports core events
> (**) Logitech HID compliant keyboard: Device: "/dev/input/event1"
> (II) Logitech HID compliant keyboard: Found keys
> (II) Logitech HID compliant keyboard: Configuring as keyboard
> (II) XINPUT: Adding extended input device "Logitech HID compliant keyboard" (type: KEYBOARD)
> (**) Option "xkb_rules" "evdev"
> (**) Logitech HID compliant keyboard: xkb_rules: "evdev"
> (**) Option "xkb_model" "evdev"
> (**) Logitech HID compliant keyboard: xkb_model: "evdev"
> (**) Option "xkb_layout" "us"
> (**) Logitech HID compliant keyboard: xkb_layout: "us"
> (II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse
> (**) Logitech USB-PS/2 Optical Mouse: always reports core events
> (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
> (II) Logitech USB-PS/2 Optical Mouse: Found 4 mouse buttons
> (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
> (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
> (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
> (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
> (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)

J.
-- 
In an ideal world I would cure poverty and go to the gym at least three
days a week.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature


Reply to: