Part Number:
PROCESSOR-SDK-AM62X
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 ?
I would recommend you to check with the community because we did not develop the above example. Maybe start with here:
https://gitlab.freedesktop.org/wayland/weston
.
Regards,
Krunal
HI,I have found the problem . it means
weston-keyboard has worked , it is bounded by other application .
the problem is numlock-on=true.