You are not logged in.

#1 2008-12-07 10:44:15

markuman
Member
Registered: 2005-02-18
Posts: 49

Cherry Cymotion Linux and the new xorg?

In my old xorg.conf i handle the cymotion like that

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "cymotionlinux"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

The special @ Key works.
But in the new one it won't work

i've tried that:

<merge key="input.xkb.layout" type="string">de</merge>
<merge key="input.xkb.variant" type="string">nodeadkeys</merge>
<merge key="input.xkb.AutoRepeat" type="string">500 30</merge>
<merge key="input.xkb.XkbModel" type="string">cymotionlinux</merge>
<merge key="input.x11_driver" type="string">kbd</merge>

and that

<merge key="input.xkb.layout" type="string">de</merge>
<merge key="input.xkb.variant" type="string">nodeadkeys</merge>
<merge key="input.x11_options.AutoRepeat" type="string">500 30</merge>
<merge key="input.x11_options.XkbModel" type="string">cymotionlinux</merge>
<merge key="input.x11_driver" type="string">kbd</merge>

in the hal fdi.
when i try evdev as driver, the numpad won't work.
all special key work - tested with xev. but don't want to configure everyone by hand. why the new xorg won't interpret the special keys like the old xorg? special the extra @ key?
someone has an idea why and what i can try?

Offline

Board footer

Powered by FluxBB