Tool/software:
HI experts,
now I have a problem on the weston.ini configuraion . SDk :9.1.0.8 cpu:AM6254
I need to enable numlock .
so I configure like this :
[input-method]
path=/usr/libexec/weston-keyboard
[keyboard]
keymap_rules=evdev
keymap_model=pc105
keymap_layout=us,gb
keymap_variant=euro,intl
keymap_options=grp:alt_shift_toggle,grp_led:scroll
repeat-reate=40
repeat-delay=400
numlock-on=ture
vt-switching=true
but when i run westion-keyboard.
it gives information below:
root@am62xx-evm:/usr/libexec# ./weston-keyboard
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
zwp_input_panel_v1@15: error 0: interface object already bound
root@am62xx-evm:/usr/libexec#
so how to configure to make weston-keyboard run ok ?