Re: libinput returns multiple keyboards that do not generate events

2014-07-17 Thread Stefanos A.
2014-07-17 14:57 GMT+02:00 Jasper St. Pierre : > I don't see a benefit for running directly on a Linux console. > > I don't have any examples of using udev on me at the moment, but Weston > should have a few. > Thanks for your help so far. The benefit applies to applications running on limited h

Re: libinput returns multiple keyboards that do not generate events

2014-07-17 Thread Stefanos A.
2014-07-17 14:39 GMT+02:00 Jasper St. Pierre : > In that case, yes, the two keyboards should be on different seats. You can > use udev to determine the different seats. > Is there any documentation for this? Every sample I have been able to find so far creates a single seat. > > Are you sure yo

Re: libinput returns multiple keyboards that do not generate events

2014-07-17 Thread Stefanos A.
2014-07-17 14:20 GMT+02:00 Jasper St. Pierre : > Why do you need to know which one is the "real" keyboard? Just listen to > events from all of them. On my laptop, I also have six keyboards. They are: > > Power Button > Video Bus > Sleep Button > Integrated Camera > AT Translat

libinput returns multiple keyboards that do not generate events

2014-07-17 Thread Stefanos A.
I have come across a strange issue while implementing a libinput backend for OpenTK . When testing on my laptop, libinput detects six keyboard devices. Out of these, only the last one actually sends keyboard events - the rest remain idle no matter which button I pr

Re: New guy

2014-07-16 Thread Stefanos A.
2014-07-16 14:14 GMT+02:00 Magnus Hoff : > Hi Jasper :) Thanks for your response! :) > > On Tue, Jul 15, 2014 at 1:59 PM, Jasper St. Pierre > wrote: > > On Tue, Jul 15, 2014 at 7:48 AM, Magnus Hoff > > wrote: > >> * Support for (sub-)pixel resolution of two-finger scroll. In X.org, > >> two-fin

Re: libinput polling

2014-07-15 Thread Stefanos A.
2014-07-15 17:32 GMT+02:00 Thiago Macieira : > On Tuesday 15 July 2014 11:51:40 Stefanos A. wrote: > > while (!exit) { > > int ret = poll(&pfd, 1, -1); > > if (ret < 0) { > > // ret is always -1 > > ex

Re: libinput polling

2014-07-15 Thread Stefanos A.
Forgot to mention that I am using libinput 0.2.0 and libsystemd 215 (latest versions available on Arch). ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

libinput polling

2014-07-15 Thread Stefanos A.
Hello everyone, I am trying out libinput as an input backend for OpenTK[1] when running on a VT terminal. Using weston as a reference, I have managed to get keyboard input working as expected. The API is pleasantly terse, with very little of the X11/XI2 non-sense remaining. There is one thing I h

Re: Wayland And Nvidia Binary Blob Legal Issue.

2011-09-07 Thread Stefanos A.
2011/9/7 Steve Starr > I am trying to figure out what the issue is with Nvidia supporting Wayland > for it's Binary Blob. > > From my understanding KMS symbols are GPL. NVidia can't legally use them. > but hasn't the Nvidia Binary Driver always used some form of KMS? > It is said they have alway

Re: Evaluating 'system is idle'

2011-07-21 Thread Stefanos A.
2011/7/18 Marty Jack > 1. The power state of the monitor can change. This is mediated by the X > server, which has the FD to the kernel driver that actually does the work. > The X server runs a timer that is reset whenever there is activity on an > input device. > This is not 100% accurate. T

Re: A simpler description of wayland

2011-01-07 Thread Stefanos A.
On Fri, 07 Jan 2011 10:44:27 +0200, Renaud Hebert wrote: Stefanos A. a écrit : 2011/1/6 Renaud Hebert <mailto:renaud.heb...@alcatel-lucent.com>> I wonder if it would be possible to add to X a third variant for local usage: use shared video memory to communicate be

Re: A simpler description of wayland

2011-01-06 Thread Stefanos A.
2011/1/6 Renaud Hebert > I wonder if it would be possible to add to X a third variant for local > usage: use shared video memory to communicate between the client and the > server. > > What would be the difference between this and Wayland? > The lack of server fonts and other 20-year-old X11 ins

Re: Keyboard input

2010-12-14 Thread Stefanos A.
2010/12/14 Mike Paquette > On Dec 13, 2010, at 4:47 PM, Daniel wrote: > > > Any thoughts on keyboard input? > > I recently completed work on a novel window system not too different from > Wayland. We ran across a number of potentially desirable features and > behaviors regarding keyboard input.

Re: VMware & Wayland [WAS Re: Blender3D & cursor clamping]

2010-12-13 Thread Stefanos A.
As a game developer who recently had to implement mouse/keyboard input for Windows, Linux (core and XI2) and Mac OS X, let me try to describe how an ideal input system would work. This will be slightly gaming-centric but I believe the following also covers VMWare's use case completely. There's som