|
From: Peter H. <pet...@wh...> - 2019-03-14 05:00:37
|
On Thu, Mar 14, 2019 at 02:51:17PM +1100, Brendan Scott wrote: > Hi, > > I have a 13" Mobilestudio Pro that I have just managed to get working as a > Cintiq using the link adapter. Things seem to be fine except for the > pointer location. When I use it as a single screen it seems fine. However, > if I have two screens the pointer location is scaled to cover both > screens. For example, if I have the stylus in the bottom left corner of > the tablet the pointer is where the stylus is. As I move the stylus > towards the top right the pointer moves further than the stylus, so when > the stylus is half way the pointer is moving off the edge of the screen. > > I am running opensuse leap 15.0/kernel 4.18.1-1.g2f1304f-default/KDE. > > Help appreciated, this is the standard behaviour of the X server. You'll need either a desktop environment that maps the device to the screen or do it yourself with the "Coordinate Transformation Matrix" (google has heaps of results, there is no single authoritative source). the xinput tool has a "map-to-output" argument which is sufficient in the majority of cases. Cheers, Peter |