https://bugs.kde.org/show_bug.cgi?id=459328
--- Comment #9 from David Edmundson <k...@davidedmundson.co.uk> --- Is there anything interesting about your input devices? In particular I'm looking for a calibration matrix set? Given you bisected I assume you can build your own kwin. I have a theory, but it's unproven: Can you mod surface_interface.cpp:773 to read: ``` SurfaceInterfacePrivate::inputContains(const QPointF &position) { return contains(position); } ``` deleting everything from '&& ......' and tell me if that changes anything? -- You are receiving this mail because: You are watching all bug changes.