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

xkbcomp -- missing symbol ( was: How to downgrade a single set)



strange enough but obviously, I am the only one on this thread ,-)

> I do not want to downgrade from unstable to woody, just a version
> downgrade of the X system.
> 

The problem was the keyboard layout (symbol) changed:  Previous
defintion was 

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc102"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "CH"
        Option          "XkbOptions"    "nodeadkeys"
EndSection

The New configuration must be:

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc102"
        Option          "XkbLayout"     "de_CH"
        Option          "XkbOptions"    "nodeadkeys"
EndSection

Is this correct?  However, I switched back to the latest xserver-xfree86 
version.  But the nodeadkeys does not work anymore.

wbr,
Lukas
-- 
Lukas Ruf
http://www.lpr.ch                                 http://www.maremma.ch    
    http://www.{{topsy,nodeos}.net,{promethos,netbeast,rawip}.org}
Wanna know anything about raw ip? Join rawip@rawip.org on www.rawip.org



Reply to: