https://bugs.kde.org/show_bug.cgi?id=406520
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #3 from Alvin Wong <al...@alvinhc.com> --- Output from 4.1.7 with external monitor as secondary and put to the left of the SP5 display: [15112] krita.tabletlog: # Getting current context data: [15112] krita.tabletlog: lc.lcName = 0x5fbf30 [15112] krita.tabletlog: lc.lcDevice = 0 [15112] krita.tabletlog: lc.lcInOrgX = 0 [15112] krita.tabletlog: lc.lcInOrgY = 0 [15112] krita.tabletlog: lc.lcInExtX = 9600 [15112] krita.tabletlog: lc.lcInExtY = 7200 [15112] krita.tabletlog: lc.lcOutOrgX = 0 [15112] krita.tabletlog: lc.lcOutOrgY = 0 [15112] krita.tabletlog: lc.lcOutExtX = 9600 [15112] krita.tabletlog: lc.lcOutExtY = -7200 [15112] krita.tabletlog: lc.lcSysOrgX = 0 [15112] krita.tabletlog: lc.lcSysOrgY = 0 [15112] krita.tabletlog: lc.lcSysExtX = 2736 [15112] krita.tabletlog: lc.lcSysExtY = 1824 [15112] krita.tabletlog: Qt Desktop Geometry QRect(-1920,0 3288x1815) [15112] qtDesktopRect = QRect(-1920,0 3288x1815) [15112] wintabDesktopRect = QRect(0,0 2736x1824) Note that in this case the external monitor has a negative offset, so the SP5 display is still at (0,0). --- Output from 4.1.7 with external monitor set as *primary* and SP5 display as secondary: [4680] krita.tabletlog: # Getting current context data: [4680] krita.tabletlog: lc.lcName = 0x5fbf30 [4680] krita.tabletlog: lc.lcDevice = 0 [4680] krita.tabletlog: lc.lcInOrgX = 0 [4680] krita.tabletlog: lc.lcInOrgY = 0 [4680] krita.tabletlog: lc.lcInExtX = 9600 [4680] krita.tabletlog: lc.lcInExtY = 7200 [4680] krita.tabletlog: lc.lcOutOrgX = 0 [4680] krita.tabletlog: lc.lcOutOrgY = 0 [4680] krita.tabletlog: lc.lcOutExtX = 9600 [4680] krita.tabletlog: lc.lcOutExtY = -7200 [4680] krita.tabletlog: lc.lcSysOrgX = 0 [4680] krita.tabletlog: lc.lcSysOrgY = 0 [4680] krita.tabletlog: lc.lcSysExtX = 1920 [4680] krita.tabletlog: lc.lcSysExtY = 1080 [4680] krita.tabletlog: Qt Desktop Geometry QRect(0,-735 3288x1815) [4680] qtDesktopRect = QRect(0,-735 3288x1815) [4680] wintabDesktopRect = QRect(0,0 1920x1080) The WinTab driver erroneously report the primary monitor (i.e. the external monitor) as the tablet screen mapping. -- You are receiving this mail because: You are watching all bug changes.