Hi there.
I have 2xATI FirePro 2270 in my computer. Each GPU is connected with 2
monitor (4 monitors total). There are two displays configured (one per
GPU). As a consequence a can move/span application windows between
monitors connected to the same GPU. But, it is impossible to stretch a
win
Here's touch calculations taken from Android documentation on Linux touch
input:
xScale = output.width / raw.width
yScale = output.height / raw.height
If not orientation aware or screen rotation is 0 degrees:
output.x = (raw.x - raw.x.min) * xScale
output.y = (raw.y - raw.y.min) * yScale
Else If
Hello!
We are using an embedded Platform with X11R7.7 without Window Manager.
The input is done over a Touchscreen with the xf86-input-tslib driver.
The behaviour until now is that a touch (click) on the touchscreen generates an
input event when dpms is active.
This behaviour should be changed i
I am not promising anything but it *does say the format of the
information to provide which is the proper *content of that file.
-ito
Good Luck.
http://www.x.org/archive/X11R7.5/doc/man/man1/xcursorgen.1.html
---
Each line in the config file is of the form:
---
...which is also the c
On Tue, Oct 22, 2013 at 06:09:24PM +, Kautschitz Horst wrote:
> We are using an embedded Platform with X11R7.7 without Window Manager.
> The input is done over a Touchscreen with the xf86-input-tslib driver.
>
> The behaviour until now is that a touch (click) on the touchscreen generates
> an
On Thu, Oct 17, 2013 at 11:55:24AM +0200, Patrice B wrote:
> Hello,
>
> I'm working on a kernel evdev driver that provides MT events. This device
> is correctly detected by evdev Xorg driver and I'm able to see MT events
> using "xinput text-xi2". I wrote also a small program based on xi2 which
Ok. Thanks a lot for this answer !
Another question about emulated pointer events, I've noticed that with
emulated button press, of course if my app does not register for XI 2.2,
the .xbutton.subwindow field of the XEvent is always set to zero. If this
button press comes from the mouse, this fie
On Wed, Oct 23, 2013 at 07:27:45AM +0200, Patrice B wrote:
> Ok. Thanks a lot for this answer !
>
> Another question about emulated pointer events, I've noticed that with
> emulated button press, of course if my app does not register for XI 2.2,
> the .xbutton.subwindow field of the XEvent is al
Thanks, I've created a ticket :
https://bugs.freedesktop.org/show_bug.cgi?id=70790
Regards.
Patrice
2013/10/23 Peter Hutterer
> On Wed, Oct 23, 2013 at 07:27:45AM +0200, Patrice B wrote:
> > Ok. Thanks a lot for this answer !
> >
> > Another question about emulated pointer events, I'v