[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-24 Thread Christopher M. Penalver
Balazs Pere, thank you for your comment. Unfortunately, this bug report is not scoped to you, or your problem. So your hardware and problem may be tracked, could you please file a new report by executing the following in a terminal: ubuntu-bug xorg Please ensure you have xdiagnose installed,

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-23 Thread Balazs Pere
O.K., I understand. But what would be the solution. I would like to use my touchscreen without mouse. But without mouse I haven't got right mouse button. Touch and hold my finger on the screen should replace the right click. I tried out easystroke with half success. Touch and hold worked, but the

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-23 Thread Trent Piepho
There isn't one. Trying to use a touchscreen to run regular desktop linux has major usability problems, as I'm sure you've noticed! My point is there is no mystery bug or hardware problem that's going to be solved by looking in logs. evdev's buttom emulation only works for touch pads, not touch

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-23 Thread Balazs Pere
Maybe it has usability problems, but in many cases the touchscreen is more confortable than a mouse. I don't believe that it is impossible or very difficult to modify the code so that a touchscreen behave similarly (or the same way) as the touchpad or mouse. In win8 Microsoft could do this.

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-22 Thread Balazs Pere
ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 CurrentDesktop: Unity DistUpgraded: 2014-04-18 09:55:47,870 DEBUG enabling apt cron job DistroCodename: trusty DistroRelease: Ubuntu 14.04 DistroVariant: ubuntu InstallationDate: Installed on 2013-10-15 (341 days ago) InstallationMedia: Ubuntu

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-22 Thread Balazs Pere
The same issue like written in Bug Description. My mashine is ASUS X202E. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To manage notifications

[Bug 1084938] Re: evdev settings doesn't work at all

2014-09-22 Thread Trent Piepho
There really isn't any mystery here. 3 button emulation only works for BUTTON events. This touchscreen generates TOUCH events. It's totally different kind of event than a mouse button getting clicked. 3 button emu doesn't exist for touch events. -- You received this bug notification because

[Bug 1084938] Re: evdev settings doesn't work at all

2014-08-01 Thread Christopher M. Penalver
** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To manage

[Bug 1084938] Re: evdev settings doesn't work at all

2014-07-31 Thread Davide Depau
** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To manage

[Bug 1084938] Re: evdev settings doesn't work at all

2014-02-18 Thread vasya
Made a new report here: https://bugs.launchpad.net/ubuntu/+source /xserver-xorg-input-evdev/+bug/1280611 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at

[Bug 1084938] Re: evdev settings doesn't work at all

2014-02-18 Thread Christopher M. Penalver
** Tags added: needs-trusty-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To manage notifications about this bug go to:

[Bug 1084938] Re: evdev settings doesn't work at all

2014-02-15 Thread Christopher M. Penalver
vasya, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report by executing the following in a terminal: ubuntu-bug xorg Please ensure you have xdiagnose installed, and that you click the Yes button for attaching additional debugging

[Bug 1084938] Re: evdev settings doesn't work at all

2014-02-12 Thread vasya
I've tested this on daily image, and there is no right-click emulation still. calibration.conf Section InputClass Identifier calibration MatchProductELAN Touchscreen Option Calibration 6 3606 14 2033 Option EmulateThirdButton 1 Option

[Bug 1084938] Re: evdev settings doesn't work at all

2014-02-12 Thread vasya
My device is Acer iconia W700. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To manage notifications about this bug go to:

[Bug 1084938] Re: evdev settings doesn't work at all

2014-01-09 Thread Christopher M. Penalver
Aptorian, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com

[Bug 1084938] Re: evdev settings doesn't work at all

2012-12-07 Thread Trent Piepho
The problem with the coordinate transform matrix not working is solved by this patch: http://patchwork.freedesktop.org/patch/12471/ These touchscreens sometimes only send one axis if the other axis hasn't changed. The server would take the new untransformed X axis sent by the screen and the

[Bug 1084938] Re: evdev settings doesn't work at all

2012-12-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1084938] Re: evdev settings doesn't work at all

2012-12-07 Thread Trent Piepho
Upon looking at the code in evdev, it's clear the third button emulation is completely non-functional for multitouch devices. The emulation is triggered by calling Evdev3BEmuFilterEvent() from EvdevPostQueuedEvents() in evdev.c. This is done for events of type EV_QUEUE_BTN only. With a

[Bug 1084938] Re: evdev settings doesn't work at all

2012-12-02 Thread Aptorian
** Summary changed: - evdev EmulateThirdButton doesn't work + evdev settings doesn't work at all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084938 Title: evdev settings doesn't work at all To

[Bug 1084938] Re: evdev settings doesn't work at all

2012-12-02 Thread Aptorian
UPDATE: I've been playing around with this some more. None of the evdev settings work or have any affect on the touchscreen. Evdev Axis Inversion and Evdev Axes Swap do nothing. Changing the Coordinate Transformation Matrix has some effect, but doesn't work correctly. For example, the default