• You are not logged in.

    Linux Debian error

    • Started by sigma957
    • 2 Replies:
    • Reputation: 0
    • Registered: 16-Apr-2007
    • Posts: 2

    I have Debian Etch and using the instructions for X 7.0.

    I type:
    setxkbmap -v colemak && xset r 66

    Here is the output:

    Warning! Multiple definitions of keyboard layout
             Using command line, ignoring X server
    Trying to build keymap using the following components:
    keycodes:   xfree86+aliases(qwerty)
    types:      complete
    compat:     complete
    symbols:    pc(pc105)+colemak
    geometry:   microsoft(natural)
    Error loading new keyboard description

    Is this a problem with my MS Natural (split) keyboard?

    Thanks.

    Barbara

    Offline
    • 0
    • Shai
    • Administrator
    • Reputation: 36
    • Registered: 11-Dec-2005
    • Posts: 423

    It's not a hardware problem, the problem is usually that the files weren't copied correctly (in the previous step).

    Offline
    • 0
    • Reputation: 0
    • Registered: 16-Apr-2007
    • Posts: 2

    Okay, got it working.

    FYI, on Debian systems, you need to change a step slightly.

    Instead of:

    cp xorg/colemak /etc/X11/xkb/symbols/colemak

    do this:

    cp xorg/colemak /usr/share/X11/xkb/symbols/colemak

    Then it works. Debian just keeps the keyboard info in a different place.

    Barbara

    Offline
    • 0