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

Re: [Mesa-dev] XDC 2018: Call for Papers

2018-08-21 Thread Daniel Vetter
Hi all, We received an overwhelming response for this CFP - 35+ proposals (and still some latecomers trickling in), for only 18 slots. What we didn't much get (and the CFP failed to make it clear that we're looking for this) is proposals for the workshop/discussion track in the 2nd room. In the p

[PATCH wayland v2 1/3] tests: Demarshalling of very long array/string lengths.

2018-08-21 Thread Michal Srb
Attempting to demarshal message with array or string longer than its body should return failure. Handling the length correctly is tricky when it gets to near-UINT32_MAX values. Unexpected overflows can cause crashes and other security issues. These tests verify that demarshalling such message give

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

Regarding endless vacation of code

2018-08-21 Thread rohan julka
Hi , I want to work on Weston support for multiple KMS devices [1] ,under EVOC (Endless vacation of code)[2] . If someone can provide some insights on the program and the above mentioned project ? [1] https://www.x.org/wiki/SummerOfCodeIdeas/ [2] https://www.x.org/wiki/XorgEVoC/ Thanks, Best