> On Tue, 27 Nov 2018 17:59:16 +0900> 박성진 wrote:> > Hi Derek>> On 11/22/18 11:08 PM, Jeonghyun Kang wrote:> > > What if it's a frame event that gets dropped and not an input event? Or> > > a resource destroy?> > Instead of destroying a con
Hi Derek>> On 11/22/18 11:08 PM, Jeonghyun Kang wrote:
>> When a wayland compositor gets an EAGAIN error whenever
>> sending or receiving event(s) to a client in the
>> wl_closure_send() or the wl_closure_queue(), the error
>> variable of the wl_client for the client will be set to
>> tr
Hi,
as weston creates libinput udev context by default, you'd better to prepare udev daemon for it.
Otherwise, you can create your own fbdev backend using libinput_path_create_context() / libinput_path_add_device().
Best regards,
Sung-Jin Park
- Original Message -
your recommendation and I'll try to do it.
Regards,
Sung-Jin Park
-Original Message-
From: wayland-devel [mailto:wayland-devel-boun...@lists.freedesktop.org] On
Behalf Of Ran Benita
Sent: Wednesday, April 20, 2016 10:16 PM
To: 박성진
Cc: wayland-devel@lists.freedesktop.org
Subject: Re: Re: Re:
ssage ---
Sender : Ran Benita
Date : 2016-04-19 19:51 (GMT+09:00)
Title : Re: Re: Questions about disabling key repeat for a keycode or a keysym
On Tue, Apr 19, 2016 at 09:54:35AM +0000, 박성진 wrote:
> Dear Ran,
> thank you for your answer. :)
>
> Plz kindly provide more details about it.
Dear Ran,
thank you for your answer. :)
Plz kindly provide more details about it.
We have defined some key symbols for built-in keys in mobile handset
and would like to disable repeat for them.
Thanks and regards,
Sung-Jin Park
--- Original Message ---
Sender : Ran Benita
Date : 2016-
Title: Samsung Enterprise Portal mySingle
Dear all,
I wonder how I can disable key repeat for a specific keycode or a specific keysym.
We're using EFL (ecore wayland) to process key events and every keys are being repeated
based on the values like repeat delay, rate getting from wayland composito
er Hutterer
Date : 2016-03-03 15:13 (GMT+09:00)
Title : Re: Re: Question regarding joystick/gamepad support in wayland
On Thu, Mar 03, 2016 at 01:52:26AM +, 박성진 wrote:
>Dear Peter, thank you for your quick answer and I agree with you. :)
>
>I have one more question below.
&
42 (GMT+09:00)Title : Re: Question regarding joystick/gamepad support in waylandOn Wed, Mar 02, 2016 at 11:11:06PM +, 박성진 wrote:> Dear all,> I would like to get your opinions regarding joystick/gamepad support in wayland.> What's the desirable way to support joystick/gamepad both in
Dear all,
I would like to get your opinions regarding joystick/gamepad support in wayland.
What's the desirable way to support joystick/gamepad both in wayland and in
linux ?
Plz kindly let me know if there is any previous discussion about this. :)
Linux supports both joydev(e.g. /dev/input/js0)
Dear all and nicesj,
I push a patch to add get/set user data for wl_client.
If it does make sense, I think it'll be merged into the repository after
getting reviewed.
Thanks and regards,
Sung-Jin Park
--- Original Message ---
Sender : Giulio Camuffo
Date : 2016-01-27 19:14 (GMT+09:00
arantee that
the returned contexts are credible.
Thanks and regards,
Sung-Jin Park
--- Original Message ---
Sender : Pekka Paalanen
Date : 2016-01-13 19:35 (GMT+09:00)
Title : Re: [PATCH] server: Add an API to get the socket fd for a client
On Wed, 13 Jan 2016 10:02:18 + (GMT)
박성진
Title: Samsung Enterprise Portal mySingle
Pekka Paalanen, thank you for your review on this. :)
>The fd may not always be from a socket file, it can also be from a call>to socketpair(2).
Yes, exactly.
>Please refer to wl_client_get_credentials() for the>caveat there, and evaluate whether it
>From 3bdb494aa2be26ed2b8ba9115994fd5f4939d5fa Mon Sep 17 00:00:00 2001
From: Sung-Jin Park
Date: Mon, 11 Jan 2016 18:51:21 +0900
Subject: [PATCH] server: Add an API to get the socket fd for a client
This adds an API to get the socket fd for a client.
The client socket fd can be used for a
Dear all,
I have a query regarding key remap functionality.
As of now, there is no key remap functionality provided by libinput.
I’m thinking of having key remap functionality in libinput as one of the
existing device configuration features.
(Actually, I made a patch for libinput already and te
Sorry, I attached the patch at the end of the following email. :)
Thanks,
Sung-Jin Park
-Original Message-
From: 박성진 [mailto:sj76.p...@samsung.com]
Sent: Friday, November 13, 2015 7:33 PM
To: wayland-devel@lists.freedesktop.org
Cc: Sung-Jin Park/Common Platform Lab(S/W Center)/S5
Hello,
I added two apis in wayland-util to enable/disable display of wayland debug
information at runtime.
I had a difficulty to see wayland debug information at runtime when I'd
like to debug both a compositor and client(s).
And I found that there is no proper apis yet to enable/disable wayland
d
>At least based on this example, I think this is fixing the wrong problem.
>knowing which device sends a key is fairly meaningless unless you have direct
>access to the devices anyway (which you >probably don't, at least not in the
>default setups). And there are plenty of devices that have meani
Dear Yang Andy,
You can trace the status of Weston with the following ways:
- Trace with WAYLAND_DEBUG environment variable
export WAYLAND_DEBUG=1
Run Weston
Watch what's going on...
- Trace with wchan : you can see which system call is called by a process
ps -aux | grep weston
cat
bilities properly.
Thanks and regards,
Sung-Jin Park
--- Original Message ---
Sender : Peter Hutterer
Date : 2015-09-26 13:09 (GMT+09:00)
Title : Re: [PATCH] libinput device capability modification regarding combo
input devices
On Fri, Sep 25, 2015 at 03:32:43PM +0900, 박성진 wrote:
> Dear
Dear all,
Let me share a patch for extending wayland protocol for helping a wayland
client to identify which events are coming from which physical
keyboard/pointer device.
I’d like to discuss with you guys about this patch. : )
In this patch, I added “name” event both for wl_pointer and for
wl_k
Dear Peter, thanks.
That's right. If we modify the enum with the new one, ABI break will be made.
Then how about add new capabilities ?
IMO, it's better to get capabilities by calling once an API than calling
libinput_device_has_capability twice.
Otherwise, we can enhance wayland protocol to get
to the proper application(s).
Thanks and regards,
Sung-Jin Park
From: Bill Spitzak [mailto:spit...@gmail.com]
Sent: Friday, September 25, 2015 4:37 AM
To: 박성진
Cc: Andreas Pokorny; Peter Hutterer; wayland
Subject: Re: [PATCH] libinput device capability modification regarding combo
input
:48 PM
To: 박성진
Cc: wayland-devel@lists.freedesktop.org
Subject: Re: [PATCH] libinput device capability modification regarding combo
input devices
Hi,
2015-09-23 4:29 GMT+02:00 박성진 :
Dear all,
as you guys know, there are some combo input devices which support both
keyboard functionality and
Dear all,
as you guys know, there are some combo input devices which support both
keyboard functionality and pointer functionality.
We can also see some of input devices supports both keyboard functionality
and touch functionality.
In theory, each input device functionality needs to be provid
t all.
On Mon, Jun 1, 2015 at 6:02 AM, Daniel Stone wrote:
Hi,
On 1 June 2015 at 12:22, 박성진 wrote:
Actually, we'd like to provide a key grab protocol to wayland client(s)
with which each client can make request to grab a key to wayland compositor.
To use the protocol, we need to p
Resend not to make this mail scrubbed. Sorry. :)
--- Original Message ---
Sender : 박성진 S5(책임)/책임/Common Platform Lab(S/W센터)/삼성전자
Date : 2015-06-01 20:22 (GMT+09:00)
Title : Re: Re: [libxkbcommon] Question about how to get xkb_keycode_t from
xkb_keysym_t.
Dear Daniel, thanks for your
Title: Samsung Enterprise Portal mySingle
Dear Daniel, thanks for your quick answer. :)
In theory, one or more keysym can be mapped to each corresponding keycode
therefore we need to look through the keymap to find them out. I agree with you on that. :)
Actually, we'd like to provide a ke
Title: Samsung Enterprise Portal mySingle
Hi, Wang, Yan,
libinput is a library to handle input devices and it'll be used for a display server like Xserver and wayland compositors.
Wayland clients will get input events through GUI toolkits from wayland compositors.
Regarding utilx library,
29 matches
Mail list logo