Re: xorg conf user defined driver

2014-10-27 Thread Peter Hutterer
On Mon, Oct 27, 2014 at 05:31:21AM +0100, arne.ad...@t-online.de wrote: > Hi, > In a previous post > (http://lists.x.org/archives/xorg/2014-October/056903.html) I mentioned > problems > with intercepting uinput events in an X client as non-extension events. > I was not able to solve this problem.

AW: xorg conf user defined driver

2014-10-27 Thread arne.ad...@t-online.de
Hi, I can get the input events as extension events in the client, but I don't want to get them as extension events. Instead I want to be able to get them as "normal" keypress/keyrelease events. The background for that is a legacy application using a patched x-server to support the proprietary key

Re: xorg conf user defined driver

2014-10-27 Thread Peter Hutterer
On Tue, Oct 28, 2014 at 03:48:46AM +0100, arne.ad...@t-online.de wrote: > Hi, > I can get the input events as extension events in the client, but I don't > want to get them as extension events. > Instead I want to be able to get them as "normal" keypress/keyrelease events. > The background for tha