Re: need your suggestion

2018-08-21 Thread binnan hao
I'm using Busybox root file system, and the default setting on Busybox is mdev instead of udev. The device file of keyboard and mouse can be found in /dev/input. Qt4 works smoothly on this system and keyboard and mouse work well too. Peter Hutterer 于2018年8月22日周三 上午11:24写道: > On Wed, Aug 22, 2018

Re: need your suggestion

2018-08-21 Thread Peter Hutterer
On Wed, Aug 22, 2018 at 11:14:30AM +0800, binnan hao wrote: > Hello, > Thank you very much for your reply! > I login with root privilege, thus I have the permission to read > /dev/input/event* > > Could you tell how to set ID_INPUT / ID_INPUT_MOUSE / ID_INPUT_KEYBOARD? these are set by the udev b

Re: need your suggestion

2018-08-21 Thread binnan hao
Hello, Thank you very much for your reply! I login with root privilege, thus I have the permission to read /dev/input/event* Could you tell how to set ID_INPUT / ID_INPUT_MOUSE / ID_INPUT_KEYBOARD? Is there any setting guide which is similar to Qt5'? export QT_QPA_EVDEV_MOUSE_PARAMETERS=/dev/inpu

Re: need your suggestion

2018-08-21 Thread Peter Hutterer
On Tue, Aug 21, 2018 at 04:33:01PM +0800, binnan hao wrote: > *warning: no input devices on entering weston. possible causes:- no > permissions to read /dev/input/event*- seats misconfigured (weston backend > option 'seat', udev device property ID_SEAT) * > > My system is built on Linux Kernel an

need your suggestion

2018-08-21 Thread binnan hao
*warning: no input devices on entering weston. possible causes:- no permissions to read /dev/input/event*- seats misconfigured (weston backend option 'seat', udev device property ID_SEAT) * My system is built on Linux Kernel and Busybox without using systemmd. Is there any solution to support key