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

Re: external bluetooth keyboard / mouse paired but not used



Andrea Borgia wrote:

> Devices are connected and show up in logs, that is where it gets weird.
> Next week I'm home and I'll be able to try a physical kbd / touchpad
> combo.

You may have a look at the X server configuration. I don't use BT inputs,
but I recall there could be some additional settings in the following
sections, or needed to add those. I'm sure you can find instructions.

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection



Reply to: