rfc2822 / GfxTablet

Draw on your PC via your Android device
Other
577 stars 158 forks source link

Multi Monitor problem #30

Open Mte90 opened 11 years ago

Mte90 commented 11 years ago

I use a multi monitor system and i have a little problem with the cursor. When i up the s-pen/finger on the screen of the device and down the cursor moved to a different area while should allow me to continue the movement.

devvv4ever commented 11 years ago

Can you confirm that it works correctly when you only use one monitor (having the second one disabled)?

Mte90 commented 11 years ago

uhm for disable i need to change the configuration of my monitors but i think that work

vastril4o commented 11 years ago

it work on one monitor, but on Ubuntu 13.04 whit 2 monitors there is bug, getWeight() return the weight of two monitors, have to return on the weight of current monitor only

ghost commented 10 years ago

Hello, I have just come across this issue as I've only just installed the app. To make the stylus only be read on a single screen, it is very simple.

xinput --map-to-output Example xinput --map-to-output 12 DVI-0

Evi1M4chine commented 10 years ago

Even better:

xinput map-to-output "$( xinput list --id-only "Network Tablet" )" DVI-I-1
julidau commented 10 years ago

I would suggest implementing a small Area offset (i have done in my version).. Because not only does it make Multiple Monitor-Setups simpler to handle, it will also make it possible to use the full Tablet Area usable for just e.g. the Drawing Area of the Program...