Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-21 Thread Peter Hutterer
On Wed, Dec 21, 2011 at 11:52:39PM +0100, Ben Bucksch wrote: > I have unsuccessfully tried the whole day to configure the "Atmel > maXTouch Digitizer" with USB ID 03eb:211c . This is a touch screen > and does appear in X.org as input device. It is working rudimentary, > but bad enough to be unusabl

[ANNOUNCE] xinput 1.5.4

2011-12-21 Thread Peter Hutterer
will need this update. Peter Hutterer (2): list: don't use defines for checking server version. xinput 1.5.4 git tag: xinput-1.5.4 http://xorg.freedesktop.org/archive/individual/app/xinput-1.5.4.tar.bz2 MD5: 69cd4dea77915b87c106003668378749 xinput-1.5.4.tar.bz2

[ANNOUNCE] libXi 1.5.99.2

2011-12-21 Thread Peter Hutterer
A rather small set of changes, the XI 2.2 additions are all in just one patch instead of a set of them. Grab this one if you want to start testing multitouch features (once the server is there). Peter Hutterer (3): Bump to 1.5.99.1 Implement support for XI 2.2 libXi 1.5.99.2

[ANNOUNCE] inputproto 2.1.99.4

2011-12-20 Thread Peter Hutterer
igure flags or defines anymore. One bugfix: the dropped libXi version defines are reinstated so this version should work with older versions of libXi. Cyril Brulebois (1): specs: Fix tiny typo. Peter Hutterer (14): specs: clarify that Preferred scroll valuators are per scroll dire

[ANNOUNCE] libXi 1.5.0

2011-12-20 Thread Peter Hutterer
ict alignement architectures. Peter Hutterer (34): Allocate enough memory for raw events + extra data. XIChangeHierarchy: Return Success early if no actual changes are requested. Remove a few unused assignments. man: fix typo, layout in XGetExtensionVersion.man Silence compi

[ANNOUNCE] libXi 1.4.5

2011-12-19 Thread Peter Hutterer
virtually all XI2 requests to fail if you didn't happen to run an X server from git. The patch below hardcodes 2.0 for those requests that require 2.0, regardless of the protocol version. You are strongly enocuraged to update. This issue is not visible when built against inputproto 2.0.x

[ANNOUNCE] inputproto 2.1

2011-12-15 Thread Peter Hutterer
ibute XI2proto.txt XIproto.txt config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 specs: convert XI2proto.txt to html using asciidoc XI2proto.txt: fix whitespace issues XIproto.txt: fix whitespace issues Peter Huttere

[ANNOUNCE] libXi 1.4.4

2011-12-15 Thread Peter Hutterer
ese classes and ended up overwriting valid ones. Commit "Fix duplicate sizeof in copy_classes" fixes a typo, instead of malloc(X * sizeof(Y)) the code called malloc(sizeof(X * sizeof(Y))). This could lead to memory corruption. Peter Hutterer (8): man: Fix formatting in XGetFeedb

Re: evdev input module and multiple X screen support

2011-12-13 Thread Peter Hutterer
little bit confusing for me. understandable. the problem with the "easy" method was that it was essentially unmaintainable (and a lot less flexible). Cheers, Peter > On 12.12.2011 16:23, Peter Hutterer wrote: > >On Mon, Dec 12, 2011 at 09:02:29AM -0500, Curtis Rubel wr

Re: evdev input module and multiple X screen support

2011-12-12 Thread Peter Hutterer
shouldn't usually add up to 1 since that'd be an offset of the display width - i don't think there's a use-case for that :) for the right-most screen, usually you'd want c0 + c2 to add up to 1. also, something I forgot in the first email: the matrix only works properly fo

Re: evdev input module and multiple X screen support

2011-12-09 Thread Peter Hutterer
On Fri, Dec 09, 2011 at 12:47:10PM -0500, Curtis Rubel wrote: > Hello xorg... > > Can someone tell me if multiple X screen support is planned for > the evdev input module? > > We have a number of multiple X screen systems here running Xorg using > the older evtouch input library and from what I c

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Peter Hutterer
On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: > On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer > wrote: > > > We probably won't get X Input 2.2 done if the release is moved forward to > > Feb 8th. What's the date for the merge window en

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Peter Hutterer
On Sun, Nov 20, 2011 at 03:20:11PM -0800, Keith Packard wrote: > > We discussed doing regular releases from master, and Jeremy suggested > (sensibly) that we just do them whenever there's a stable release. I > completely spaced that plan, nor was I looking at the Google X.org > calendar. > > In a

Re: What will happen when the X server doesn't support XKB(XKEYBOARD)

2011-11-27 Thread Peter Hutterer
On Mon, Nov 21, 2011 at 07:35:21PM +0800, Adam Q wrote: > There is a X server for win32 which doesn't support XKB extension(I > know it's unbelievable). > > There is something strange when I try to use the > gnome-keyboard-properties and system-config-keyboard to change the X > server's keyboard l

[ANNOUNCE] libX11 1.4.99.1

2011-11-10 Thread Peter Hutterer
ses Fix potential uninitialized variable access in _XimMakeICAttrIDList Fix nobreakspace for pt_BR.UTF-8 Mark XKeycodeToKeysym as _X_DEPRECATED Marko Myllynen (1): Add new compose sequences Matt Dew (1): Cleanup IDs and links in doc Peter Hutterer (5): Add _XG

[ANNOUNCE] inputproto 2.1.99.2

2011-11-10 Thread Peter Hutterer
flags and #defines to build. The protocol may change in incompatible ways before the release. Chase Douglas (2): Fix Xi 2.x version comment in XI2.h Revert addition of active_touches to device events Peter Hutterer (3): XI2: swap (Raw)TouchUpdate and (Raw)TouchEnd XI2: Use

Re: your mail

2011-11-10 Thread Peter Hutterer
On Thu, Nov 10, 2011 at 09:06:10AM -0800, Sebastian Glita wrote: > Hello, > > Had 48 hours with no mouse movement since commit > b450efdf95999cad08de23ce069f04a66bdae24b to xorg/driver/xf86-input-evdev > > Seems below #endif went one line too far: > > >>> > @@ -1136,10 +1141,12 @@ EvdevAddRelVa

Re: [ANNOUNCE] libXi 1.4.99.1

2011-11-09 Thread Peter Hutterer
On Wed, Nov 09, 2011 at 07:24:08PM +1100, Russell Shaw wrote: > On 09/11/11 12:16, Peter Hutterer wrote: > >A month late but I just noticed that I never sent an announcement out for > >this. libXi is the first snapshot for XI 2.1 support. At this point I > >consider it un

[ANNOUNCE] libXi 1.4.99.1

2011-11-08 Thread Peter Hutterer
_CPPFLAGS to use in tree headers before installed headers Matt Dew (2): Add id attributes to funcsynopsis to allow other docs to olink to them. 1 - fix the capitalization of the ID attriutes to match either the Matthieu Herrb (1): Fix XISelectEvents on 64 bits, strict alignement ar

Re: Simulating a mouse click

2011-11-02 Thread Peter Hutterer
On Wed, Nov 02, 2011 at 03:27:42PM +0100, Markus Kramer wrote: > Hi, > I'm attempting to use xlib to simulate a series of mouse clicks in an > application (gedit). I found some posts that describe how to do this > and it essentially works. I can do left clicks on buttons and so on. > But if I gener

Re: Missing events sometimes

2011-10-27 Thread Peter Hutterer
On Tue, Oct 25, 2011 at 10:16:17AM +0200, Olivier Fourdan wrote: > I have been facing a bug in the xfce [1] window manager xfwm4 [2], for > a very long time, no doubt the fault is with my code yet I fail to > find the fix. > > Sometimes, when the system is heavily loaded and/or swapping > intensiv

Re: remapping XInput axes

2011-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2011 at 01:59:50PM +0200, Tamas Papp wrote: > On Mon, 24 Oct 2011, Peter Hutterer wrote: > > > On Fri, Oct 21, 2011 at 02:45:06PM +0200, Tamas Papp wrote: > > > Hi, > > > > > > I just purchased an Intellipen Pro digital pen.

Re: remapping XInput axes

2011-10-23 Thread Peter Hutterer
On Fri, Oct 21, 2011 at 02:45:06PM +0200, Tamas Papp wrote: > Hi, > > I just purchased an Intellipen Pro digital pen. It shows up fine in > xinput list: [...] > > and button events are detected, but the cursor doesn't move. xinput > test reveals that the X and Y axes are a[2] and a[3]: [...]

Re: xinput -> core pointer - Transformation?

2011-10-13 Thread Peter Hutterer
iginal coordinates. Simplest example, a driver with range 0..100 that has a matrix mapping to the left 50% should only ever have 0..50 in the events. Provided the server does this correctly, the rest is in the client side. Cheers, Peter > > best regards > roman > > Am 2011-09-30 07:

Re: wireless keyboard and mouse doesn't work on multiseat

2011-10-10 Thread Peter Hutterer
as with the ms combo. > > what are the odds this is a kdm issue as I use kdm to login? don't know, I suspect this is an unrelated issue. the only times I notice my mouse being jerky is when the machine is swapping. Cheers, Peter > ________ > From: Peter Hu

Re: Building NV driver from git

2011-10-09 Thread Peter Hutterer
On Sun, Oct 09, 2011 at 05:07:47PM -0500, Harry Putnam wrote: > Running Debian wheezy > > After cloning the git repo for: > >git://anongit.freedesktop.org/xorg/driver/xf86-video-nv > > I got a slug of errors when running ./autogen.sh > > autoreconf: Entering directory `.' > autoreconf: conf

Re: Ctl+C logout in multiseat

2011-10-04 Thread Peter Hutterer
On Wed, Oct 05, 2011 at 02:38:59AM +0330, masoud javadieh wrote: > Ctl+c log out multiseat in fedora14, x server 1.10.3. > Any solution ? sounds like the console isn't set to raw mode and the ctrl+c is delivered to the tty, cancelling the X server process. Cheers, Peter

Re: xinput -> core pointer - Transformation?

2011-09-29 Thread Peter Hutterer
On Wed, Sep 28, 2011 at 11:36:41PM +0200, roman wrote: > Hi! > > I have a tablet and i want to use an external monitor that covers > just a part of the screen. This is no problem concering xrandr as i > can set a scale and a position. > > The problem is with the pen. The pen core pointer is autom

Re: [Question] About keybord and touchpad interaction within X

2011-09-22 Thread Peter Hutterer
On Fri, Sep 23, 2011 at 01:22:37PM +0800, JJ Ding wrote: > Hi everyone, > > Notebooks usually have a touchpad as the default pointing device, and it > is most often placed just below the keyboard. This makes typing > sometimes annoying because users might touch the touchpad > unintentionally and c

Re: wireless keyboard and mouse doesn't work on multiseat

2011-09-19 Thread Peter Hutterer
Cheers, Peter > > ____ > From: Peter Hutterer > To: "stompdagg...@yahoo.com" > Cc: "xorg@lists.freedesktop.org" > Sent: Tuesday, September 20, 2011 2:45 AM > Subject: Re: wireless keyboard and mouse doesn't work on multiseat > > O

Re: wireless keyboard and mouse doesn't work on multiseat

2011-09-19 Thread Peter Hutterer
On Tue, Sep 13, 2011 at 10:04:05PM -0700, stompdagg...@yahoo.com wrote: > Hello everyone, > > I have a strange problem, I've build a dual multiseat configuration to a > gentoo installation which is as follows: > seat0 is composed of a ati3650, lg 19' screen, logitech usb mouse and ibm > keyboard

Re: Are elographics working now?

2011-09-12 Thread Peter Hutterer
On Sat, Sep 10, 2011 at 03:03:26AM +0400, Ivan Afonichev wrote: > I don't see any usage of calibration options MaxX MinX MaxY MinY in > http://cgit.freedesktop.org/xorg/driver/xf86-input-elographics/tree/src/xf86Elo.c > after this commit > http://cgit.freedesktop.org/xorg/driver/xf86-input-elograph

Re: [PATCH] xserver: add udev/systemd multi-seat support

2011-09-05 Thread Peter Hutterer
On Sun, Sep 04, 2011 at 10:44:21AM +0200, Colin Guthrie wrote: > 'Twas brillig, and Lennart Poettering at 17/07/11 02:33 did gyre and gimble: > > Add support for multi-seat-aware input device hotplugging. This > > implements the multi-seat scheme explained here: > > > > http://www.freedesktop.org/

[ANNOUNCE] xf86-input-synaptics 1.5.0

2011-09-01 Thread Peter Hutterer
e and finger width Peter Hutterer (1): synaptics 1.5.0 git tag: xf86-input-synaptics-1.5.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.5.0.tar.bz2 MD5: 41ee749ecbfef98f7fba708cb2afae87 xf86-input-synaptics-1.5.0.tar.bz2

[ANNOUNCE] inputproto 2.0.99.1

2011-09-01 Thread Peter Hutterer
: fix whitespace issues Peter Hutterer (15): Add minimal asciidoc syntax specs: move erroneous Errors: line to where it belongs specs: enable asciidoc parsing for XIproto.txt Add XI2-specific defines for grab and property requests Provide convenience defines for owner_e

Re: double-tap and hold touchpad behavior

2011-08-23 Thread Peter Hutterer
On Tue, Aug 23, 2011 at 12:41:31AM -0500, Brandon Casey wrote: > On Mon, Aug 22, 2011 at 11:42 PM, Peter Hutterer > wrote: > > > On Mon, Aug 22, 2011 at 11:24:38PM -0500, Brandon Casey wrote: > > > On Fri, Aug 19, 2011 at 1:15 AM, Peter Hutterer < > &g

Re: double-tap and hold touchpad behavior

2011-08-22 Thread Peter Hutterer
On Mon, Aug 22, 2011 at 11:24:38PM -0500, Brandon Casey wrote: > On Fri, Aug 19, 2011 at 1:15 AM, Peter Hutterer > wrote: > > > On Wed, Aug 17, 2011 at 10:16:18PM -0500, Brandon Casey wrote: > > > Please let me know if this is the wrong place to post this message. > &g

Re: How to disable "smoothed" touchpad scroll events

2011-08-21 Thread Peter Hutterer
On Sat, Aug 20, 2011 at 02:16:21AM +0200, Clemens Eisserer wrote: > Hi, > > Somewhere arround Fedora-14 a "feature" was introduced somewhere (either > xorg or touchpad-driver) to smooth touchpad scroll events. > This causes quite some troubles, as a few Applications change their > zoom-factor on C

Re: Fw: "sticky" xkb options ?

2011-08-21 Thread Peter Hutterer
On Sat, Aug 20, 2011 at 09:44:37PM -0700, Alan Coopersmith wrote: > On 08/20/11 12:45, Alan Coopersmith wrote: > > On 08/20/11 11:50, Matthieu Herrb wrote: > >> And sticky xkboptions could be useful for other options too, given > >> that a way to reset them explicitely also exist. > > > > Yes, an

Re: Fw: "sticky" xkb options ?

2011-08-21 Thread Peter Hutterer
On Sun, Aug 21, 2011 at 06:29:32AM -0400, Marty Jack wrote: > > > On 08/21/2011 12:44 AM, Alan Coopersmith wrote: > > On 08/20/11 12:45, Alan Coopersmith wrote: > >> On 08/20/11 11:50, Matthieu Herrb wrote: > >>> And sticky xkboptions could be useful for other options too, given > >>> that a way

Re: "sticky" xkb options ?

2011-08-20 Thread Peter Hutterer
On 21/08/11 03:28 , Matthieu Herrb wrote: In order to keep the oldctrl+alt+backspace sequence killing X by default, I'm looking for the best place to place the configuration option. I'd like to put it in /etc/X11/xorg.conf.d/00-killserver or similar. Unfortunatly, at least with xserver 1.9 or 1.

Re: double-tap and hold touchpad behavior

2011-08-18 Thread Peter Hutterer
On Wed, Aug 17, 2011 at 10:16:18PM -0500, Brandon Casey wrote: > Please let me know if this is the wrong place to post this message. > > For a long time now I have been missing the old method that I used to use to > highlight text, drag-and-drop, and move windows around. I used to be able > to pr

[ANNOUNCE] xf86-input-synaptics 1.4.99.1

2011-08-18 Thread Peter Hutterer
k support for header files when sdk is not writable Add distcheck support for configuration files when dir is not writable Patrick Curran (1): Modified start_coasting to handle circular scrolling Peter Hutterer (40): Remove unused test directory (#35043) Revert "Ad

Re: Multiple clicks with touchscreen

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 09:30:04PM -0700, Jeremy Huddleston wrote: > Just to confirm, this is what you want, right: correct. thanks. Cheers, Peter > From 8b0e57a508c70923bd0b1c03f28026b6bbb03f44 > From: Peter Hutterer > Date: Thu, 21 Apr 2011 17:35:55 +1000 > Subject: [P

Re: Multiple clicks with touchscreen

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 10:31:20PM -0500, Kerrick Staley wrote: > On Thu, Aug 11, 2011 at 4:50 PM, Peter Hutterer > wrote: > > judging from that, the problem isn't in your config, it seems to be your > > kernel driver. evtest should show you if you get two events per c

Re: Multiple clicks with touchscreen

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 01:08:56PM -0500, Kerrick Staley wrote: > On Thu, Aug 11, 2011 at 5:49 AM, Peter Hutterer > wrote: > > you cut out some vital information, please always supply the whole log. > > > > Here is the complete log: judging from that, the problem isn&#x

Re: Multiple clicks with touchscreen

2011-08-11 Thread Peter Hutterer
On 11/08/11 20:33 , Kerrick Staley wrote: Here's the section of Xorg.0.log that seems relevant: you cut out some vital information, please always supply the whole log. Cheers, Peter [ 3051.308] (II) config/udev: Adding input device QUANTA OpticalTouchScreen (/dev/input/event1) [ 3051.308

Re: Multiple clicks with touchscreen

2011-08-11 Thread Peter Hutterer
On 11/08/11 17:31 , Kerrick Staley wrote: Peter, 3ou're most likely using udev, not HAL so solution 3 won't work. the xorg.conf.d equivalent to the now-deprecated HAL solution is: https://fedoraproject.org/wiki/Input_device_configuration#Blacklisting_a_device I tried adding these lines to /etc/

Re: Multiple clicks with touchscreen

2011-08-10 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 12:06:30AM -0500, Kerrick Staley wrote: > Basically, what I would like to do is prevent input events from my > touchscreen from appearing on /dev/input/mice. > > I have a dual-head setup with a regular screen (built into my laptop) on the > left and a touchscreen on the rig

Re: XGrabKey: Passive grabs on a key by multiple clients

2011-08-07 Thread Peter Hutterer
On Sun, Aug 07, 2011 at 10:45:03PM -0400, edmund brown wrote: > Greetings! > > I am using the following basic code in a client to grab and act on > a single specific "hotkey": > > /* Only one key is grabbed by the client (no other XGrabKey() call) */ > XGrabKey(dpy, hotkeycode, 0, >     DefaultRo

Re: multibutton mouse x-755k a4tech issues

2011-07-28 Thread Peter Hutterer
On Thu, Jul 28, 2011 at 09:12:58PM +0100, Paulo Silva wrote: > i found somewhere that the mouse on gnu/linux is drived over x.org > the problem is i can't configure the extra mouse buttons from x-755k a4tech > > the usual left+right+wheel buttons are working fine, but... > > http://loadsys.pt/ima

Re: Emulate3Buttons not honored

2011-07-27 Thread Peter Hutterer
On Wed, Jul 27, 2011 at 09:28:52AM -0400, K Vanw wrote: > On Tue, Jul 26, 2011 at 6:13 PM, Peter Hutterer > wrote: > > On Tue, Jul 26, 2011 at 05:48:12PM -0400, K Vanw wrote: > >> On Mon, Jul 25, 2011 at 11:03 PM, Peter Hutterer > >> wrote: > >> > On Mon

Re: Emulate3Buttons not honored

2011-07-26 Thread Peter Hutterer
On Tue, Jul 26, 2011 at 05:48:12PM -0400, K Vanw wrote: > On Mon, Jul 25, 2011 at 11:03 PM, Peter Hutterer > wrote: > > On Mon, Jul 25, 2011 at 09:41:34PM -0400, K Vanw wrote: [...] > >> As you can see, the Middle Button Emulation is not set. but "xinput > >

Re: button presses dont show up in xev

2011-07-26 Thread Peter Hutterer
On Sat, May 14, 2011 at 01:48:19PM +0200, Johannes Schauer wrote: > hi all, > > I am running Debian unstable on the Notion Ink Adam tablet. > The device is having four buttons that show up as /dev/input/event1. > > /dev/input/event1 will also produce output when the buttons are pressed. > The raw

Re: Emulate3Buttons not honored

2011-07-25 Thread Peter Hutterer
On Mon, Jul 25, 2011 at 03:34:37PM -0700, walt wrote: > On 07/25/2011 07:27 AM, Kevin Van Workum wrote: > > ... > > I'm trying to get my "ORtek Wireless Touchpad keyboard" to emulate 3 > > buttons... > > ... > > Note that X reports that it 'Found 3 mouse buttons', but in fact there > > are only 2 r

Re: Emulate3Buttons not honored

2011-07-25 Thread Peter Hutterer
On Mon, Jul 25, 2011 at 09:41:34PM -0400, K Vanw wrote: > I'm trying to get my "ORtek Wireless Touchpad keyboard" to emulate 3 > buttons. If I use xinput to set the "Evdev Middle Button Emulation" to > true, it works fine. But I can't get X to set that property from > x.config. I have this file (55

Re: evdev fails with "Couldn't open mtdev device"

2011-07-12 Thread Peter Hutterer
On Mon, Jul 11, 2011 at 11:24:28AM +0200, Florian Echtler wrote: > Hi everyone, > > I'm trying to configure a secondary X server for an auxiliary > touchscreen, but I'm having some problems with the input > configuration. To keep input for my main screen and the auxiliary > screen separate, I'm us

Re: evdev fails with "Couldn't open mtdev device"

2011-07-12 Thread Peter Hutterer
On Tue, Jul 12, 2011 at 01:48:53PM +0200, Florian Echtler wrote: > On Mon, 2011-07-11 at 16:07 -0700, walt wrote: > > Have you read about the new "InputClass" Section? It has some advantages > > over the older "InputDevice", including the important ability to identify > > devices by their plug-n-p

[ANNOUNCE] xf86-input-hyperpen 1.4.1

2011-07-04 Thread Peter Hutterer
artup. Regression introduced with 1.4.0, a missing type_name caused a strdup(NULL). Peter Hutterer (3): Fill in missing type_name. Remove some if 0 code now obsolete hyperpen 1.4.1 git tag: xf86-input-hyperpen-1.4.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-

Re: Configuration of MPX - xorg.conf sample?

2011-07-04 Thread Peter Hutterer
On Mon, Jul 04, 2011 at 02:56:29AM +0300, Igor 'Lo' (И.L.) wrote: > Can anyone share a piece of working multi-pointer configuration which > will let me see and manage input devices with xinput? > Using a plain InputDevice (kdb, mouse) sections, need help with > switching to Xinput2. > > http://liv

Re: Evdev problem with keyboard

2011-07-03 Thread Peter Hutterer
On Sat, Jul 02, 2011 at 12:17:27PM +0100, Scott Waye wrote: > > > On 27/06/2011 02:54, Markus Strobl wrote: > >On 06/26/2011 05:58 PM, Peter Hutterer wrote: > >>On Sat, Jun 25, 2011 at 06:56:14PM +0100, Scott Waye wrote: > >>>I have a bluetooth Logitech

[ANNOUNCE] xf86-input-aiptek 1.4.1

2011-06-28 Thread Peter Hutterer
This is a stable release to the aiptek driver, one of the legacy drivers. For shutting down the driver, the previous release(s) relied on heap memory values staying the same after a free(3) call. If such optimism is inappropriate on your system, you're encouraged to update to this release.

Re: [ANNOUNCE] xf86-input-fpit 1.4.0

2011-06-28 Thread Peter Hutterer
On Tue, Jun 28, 2011 at 11:02:19AM +0100, Alan Cox wrote: > > the "standard" is pretty much defined by what the driver can take. If it > > can't parse the protocol then the device is rather useless anyway. > > but really, writing a serial kernel driver is rather trivial and has a > > higher chance

[ANNOUNCE] xf86-input-synaptics 1.4.1

2011-06-27 Thread Peter Hutterer
): Fix "nose canellation" typo in man page Christoph Brill (1): Update maintainer information Diego Elio Pettenò (1): README: fix typos. Peter Hutterer (4): include: update documentation for capabilities property syndaemon: fix abysimal indentation in dp_

Re: [ANNOUNCE] xf86-input-fpit 1.4.0

2011-06-27 Thread Peter Hutterer
On Tue, Jun 28, 2011 at 01:47:43AM +0200, Piotr Gluszenia Slawinski wrote: > > >I believe the point is to have such a driver in the vanilla kernel, not to > >adopt a third-party driver. > > > >Is this hardware available anywhere besides thrift stores? > > personally i doubt it, thus i doubt it ma

[ANNOUNCE] xf86-input-mutouch 1.3.0

2011-06-27 Thread Peter Hutterer
emove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Fernando Vicente (1): Fix calculation of coordinates with inverted axes Julien Cristau (1): Don't clobber CFLAGS Peter Hutterer (20): Cope

[ANNOUNCE] xf86-input-penmount 1.5.0

2011-06-27 Thread Peter Hutterer
from InputDriverRec. Gaetan Nadon (4): Configuration upgrades, .gitignore, INSTALL file config: remove unused sdkdir variable config: disable inadvertently re-enabled static library creation config: upgrade to util-macros 1.8 for additional man page support Peter Hutterer (14):

Re: [ANNOUNCE] xf86-input-fpit 1.4.0

2011-06-27 Thread Peter Hutterer
On Tue, Jun 28, 2011 at 01:03:32AM +0200, Piotr Gluszenia Slawinski wrote: > >the "standard" is pretty much defined by what the driver can take. If it > >can't parse the protocol then the device is rather useless anyway. > >but really, writing a serial kernel driver is rather trivial and has a > >h

Re: [ANNOUNCE] xf86-input-fpit 1.4.0

2011-06-27 Thread Peter Hutterer
al and has a higher chance of actually working long-term than dragging the old input drivers along. Cheers, Peter > On Mon, 27 Jun 2011, Peter Hutterer wrote: > > >This driver is one of the legacy input drivers that you almost certainly > >don't want to use. Use the

[ANNOUNCE] xf86-input-hyperpen 1.4.0

2011-06-26 Thread Peter Hutterer
pped trailing whitespaces Peter Hutterer (26): Cope with XINPUT ABI 7. Bump to 1.3.99.1 Rename LocalDevicePtr references with InputInfoPtr. Remove libcwrappers for free() and malloc(). Remove RCS tags. Remove usages of XI_PRIVATE() Require server 1.9.99.1 Re

[ANNOUNCE] xf86-input-elographics 1.3.0

2011-06-26 Thread Peter Hutterer
r the input ABI updates. 1.3.0 loads and complains that I don't have any elographics devices. Which is correct, hence the driver is clearly working correctly. Peter Hutterer (10): Bump to 1.2.99 unifdef XFree86LOADER Replace LocalDevicePtr with InputInfoPtr Require server

[ANNOUNCE] xf86-input-fpit 1.4.0

2011-06-26 Thread Peter Hutterer
ver. Alan Coopersmith (1): Fill in COPYING file, add SubmittingPatches URL to README Peter Hutterer (19): Cope with XINPUT ABI 7. Fix module unloading. Remove unused bits from configure.ac Bump to 1.3.99 Purge CVS tags Remove refcount field, dropped from

Re: Evdev problem with keyboard

2011-06-26 Thread Peter Hutterer
On Sat, Jun 25, 2011 at 06:56:14PM +0100, Scott Waye wrote: > I have a bluetooth Logitech diNovo Edge keyboard (with mouse pad) > which I'm trying to get working using the evdev driver. I believe > the bluetooth part is working fine as I get two devices in > /dev/input . If I cat /dev/input/event

[ANNOUNCE] xproto 7.0.22

2011-06-22 Thread Peter Hutterer
ro to annotate when a function expects arguments to be non-null Matthieu Herrb (1): Fix __STDC_VERSION__ tests. Peter Hutterer (2): Add two more symbols for logging grab and window trees xproto 7.0.22 git tag: xproto-7.0.22 http://xorg.freedesktop.org/archive/individual/

Re: Apply coordinate transformation matrix for multi-head touchscreen

2011-06-13 Thread Peter Hutterer
On Mon, Jun 13, 2011 at 03:24:17PM +, Scott Jaffa wrote: > I should mention, I am using Fedora Core 15 and the evdev driver. xorg-x11-drv-evdev-2.6.0-3 has the patches, to be found somewhere in updates or updates-testing. Cheers, Peter > -Original Message- > From: xorg-bounces+sja

Re: Apply coordinate transformation matrix for multi-head touchscreen

2011-06-13 Thread Peter Hutterer
On Mon, Jun 13, 2011 at 02:50:10PM +, Scott Jaffa wrote: > I am working to get multiple touchscreen support working. > Both devices currently come up, however I need to apply a coordinate > transformation matrix to the input, as documented here: > http://lists.freedesktop.org/archives/xorg/201

Re: option Ignore not working

2011-06-09 Thread Peter Hutterer
eleration profile 0 > (**) : (accel) acceleration factor: 2.000 > (**) : (accel) acceleration threshold: 4 > (II) : Setting mouse protocol to "ExplorerPS/2" > (II) : ps2EnableDataReporting: succeeded > (**) Option "CoreKeyboard" > (**) : always reports core even

Re: option Ignore not working

2011-06-07 Thread Peter Hutterer
On Tue, Jun 07, 2011 at 10:28:05AM -0400, William Roberts wrote: > I am trying to get X to ignore a bunch of event nodes that other > applications are using in a raw form. I want X to watch /dev/input/mice > /dev/input/mouse0 and /dev/input/event5 ONLY. Below is my xorg.conf file: Please attach yo

[ANNOUNCE] inputproto 2.0.2

2011-06-07 Thread Peter Hutterer
Douglas (1): Include stdint.h Fernando Carrijo (1): Fix typos in XIproto.txt Peter Hutterer (1): inputproto 2.0.2 git tag: inputproto-2.0.2 http://xorg.freedesktop.org/archive/individual/proto/inputproto-2.0.2.tar.bz2 MD5: 07d54ae098ed4e6dce472f6ef3de05ce inputproto-2.0.2.tar.bz2

[ANNOUNCE] libXi 1.4.3

2011-06-06 Thread Peter Hutterer
(1): Fix XISelectEvents on 64 bits, strict alignement architectures. Peter Hutterer (8): Allocate enough memory for raw events + extra data. XIChangeHierarchy: Return Success early if no actual changes are requested. man: fix typo, layout in XGetExtensionVersion.man

[ANNOUNCE] libXi 1.4.3

2011-06-06 Thread Peter Hutterer
libXi are is the library for the X Input Extension. This stable release brings a few man page fixes and three actual code fixes: two 64 bit issues and one invalid memory access fix. Matthieu Herrb (1): Fix XISelectEvents on 64 bits, strict alignement architectures. Peter Hutterer (8

Re: multiple keyboards with different bindings

2011-05-26 Thread Peter Hutterer
ter > On Tue, May 24, 2011 at 8:24 PM, Peter Hutterer > wrote: > > On Thu, May 19, 2011 at 06:56:09PM -0700, Peter Sanford wrote: > >> I went ahead and changed the config like you suggested (separate > >> xorg.conf.d files using MatchUSBID). I have the same problem

Re: multiple keyboards with different bindings

2011-05-24 Thread Peter Hutterer
On Thu, May 19, 2011 at 06:56:09PM -0700, Peter Sanford wrote: > I went ahead and changed the config like you suggested (separate > xorg.conf.d files using MatchUSBID). I have the same problem as > before: which ever config is applied second get applied to both > keyboards (overriding the first set

Re: tablets using evdev

2011-05-19 Thread Peter Hutterer
On Wed, May 18, 2011 at 10:30:11PM -0400, Jimmy Hon wrote: > The Short: > I have a tablet and it didn't work with the evdev driver. So I > hacked the evdev input driver to work with it. Hacks are bad, so how > should I go about getting real fixes? > > The Long: > I bought a tablet from MonoPrice (

Re: mieqProcessDeviceEvent make calls to mieqEnque with signals enabled - freezes Xorg server - multi-screen

2011-05-17 Thread Peter Hutterer
On Tue, May 17, 2011 at 05:13:37PM -0500, Donald Kayser wrote: > Thanks for the quick response Jeremy. I was aware that I would miss > events during this test, but that was better than freezing. I have > not tried 1.10.x, but I will. We are trying to release a product > soon and changing to a new s

Re: evdev: Attach touchscreen to X screen

2011-05-09 Thread Peter Hutterer
On Mon, May 09, 2011 at 02:40:01PM +0200, Stephan Josel wrote: > We're trying to get a multi-touchscreen (multiple touchscreens not > multi touch) setup working with the evdev driver in Ubuntu (Natty > Narwhal, 11.04). Basically, the touchscreens are configured and > working except that the mapping

Re: eGalax Touchscreen calibration problems

2011-05-08 Thread Peter Hutterer
On Mon, Apr 18, 2011 at 12:38:23PM -0400, Ken Emmons Jr. wrote: > I am having issues calibrating and swapping axes on an eGalax > touchscreen. Xorg does seem to recognize the device as an input device > and seemingly tries to move the cursor appropriately to its wrong > calibration. I had to pass u

Re: When was xrender 0.11 introduced?q

2011-05-03 Thread Peter Hutterer
On Tue, May 03, 2011 at 08:22:08PM +0200, Clemens Eisserer wrote: > Hi, > > Does anybody remember which xorg-server version brought support for > xrender 0.11? commit c65280ce8df4836bd7424a90482e8aa00ab6f447 Refs: xorg-server-1.8.99.904-16-gc65280c Cheers, Peter > I think about not using some

Re: evdev devices in xorg.conf

2011-05-02 Thread Peter Hutterer
On Tue, May 03, 2011 at 07:47:24AM +0200, Zoltan Szecsei wrote: > On 2011-05-03 07:32, Peter Hutterer wrote: > >On Sat, Apr 30, 2011 at 07:52:42PM +0200, Zoltan Szecsei wrote: > >>Kubuntu 11.04 fresh install > >> > >>I'm trying to set up a 3-seat multisea

Re: evdev devices in xorg.conf

2011-05-02 Thread Peter Hutterer
On Sat, Apr 30, 2011 at 07:52:42PM +0200, Zoltan Szecsei wrote: > Kubuntu 11.04 fresh install > > I'm trying to set up a 3-seat multiseat system but for now I have > installed only 1 VGA card and want to get the correct xorg.conf > contents before I add the other two seats. > > The system comes u

Re: egalax USB touchscreen problems (EVDEV Question)

2011-04-20 Thread Peter Hutterer
On Wed, Apr 20, 2011 at 11:17:07AM -0400, Ken Emmons Jr. wrote: > I found some references to the EVDEV driver in the archives of the > mailing list having issues with the "touch" event code (330) and my > touchscreen is also emitting this event. The latest version of xorg > changelog states that so

Re: Every newcomers to X think that servers and clients are reversed because they are

2011-04-20 Thread Peter Hutterer
On Wed, Apr 20, 2011 at 06:21:05PM -0400, Paul Dufresne wrote: > I'll try to give a more precise description of how I imagine things > works right now, and how I imagine they should work. > > Currently, I believe things goes about like this: > When you start an X application (that we call the X c

Re: Every newcomers to X think that servers and clients are reversed because they are

2011-04-19 Thread Peter Hutterer
On Tue, Apr 19, 2011 at 11:36:17PM -0400, Paul Dufresne wrote: > For years I have heard of how we must rethink what is the server and > what are the clients when coming to X. > > But the more I think about it, the more I conclude X is wrong, and > should reverse their order. > > What you call the

Re: Touchpad not recognized

2011-04-19 Thread Peter Hutterer
On Tue, Apr 19, 2011 at 09:57:27AM +0200, Xianwen Chen wrote: > Hi there, > > I'm runnig Arch Linux X64 on a Dell Latitude E5410. The version of X > Server is 1.10.1. > > The laptop's touchpad is not recognized as "xinput list" only shows following: > > ⎡ Virtual core pointer                    

Re: Touchscreens (mutouch) & multiple heads

2011-04-18 Thread Peter Hutterer
On Mon, Apr 18, 2011 at 09:19:07AM -0400, Michael Smith wrote: > Peter Hutterer wrote: > >On Fri, Apr 15, 2011 at 12:11:09PM -0400, Michael Smith wrote: > >>Hi, > >> > >>I have an Intel 915GM with two heads, each 800x600. One head feeds a > >>touchscree

Re: Kdrive/evdev internals

2011-04-17 Thread Peter Hutterer
On Mon, Apr 18, 2011 at 10:06:15AM +0530, Parthasarathy Selvaraj wrote: > On Wednesday 13 April 2011 06:45 PM, Grigory Batalov wrote: > > >P.S. If I use the wrong mailing list, please, point me to right one. > > I guess the following X development lists might help. > > xorg-de...@lists.freedeskt

[ANNOUNCE] xf86-input-synaptics 1.4.0.901

2011-04-17 Thread Peter Hutterer
dd note about MatchDevicePath Cyril Brulebois (1): Fix egde/edge typo in manpage and comments. Peter Hutterer (6): man: update source path for fdi file and shorten description. man: add short blurb about InputClass configuration in servers 1.8 conf: remove SHM example from fdi

Re: Touchscreens (mutouch) & multiple heads

2011-04-17 Thread Peter Hutterer
On Fri, Apr 15, 2011 at 12:11:09PM -0400, Michael Smith wrote: > Hi, > > I have an Intel 915GM with two heads, each 800x600. One head feeds a > touchscreen using the mutouch driver. Touchscreen input is being > scaled by the total screen dimensions (1600x600), rather than just > the 800x600 part o

Re: [ANNOUNCE] xkeyboard-config 2.2.1

2011-04-10 Thread Peter Hutterer
On Wed, Apr 06, 2011 at 12:05:22PM -0400, Marty Jack wrote: > I confirm that xkeyboard-config 2.2.1 fixes the problem. Your prompt repair > is appreciated. > > One idea that might have prevented a misstep would be to have tested 2.2 > with "success insertion" (the converse of "fault insertion"):

[ANNOUNCE] xf86-input-joystick 1.5.99.901

2011-04-06 Thread Peter Hutterer
file with Copyright notices Peter Hutterer (11): Bump to 1.5.99 Replace LocalDevicePtr with InputInfoPtr Remove usage of XI86_POINTER_CAPABLE flag. Require server 1.9, drop pre-ABI 11 support. Don't handle history_size in the driver. Drop close_proc,

  1   2   3   4   5   6   7   8   9   10   >