<table><tr><td style="">davidedmundson requested changes to this revision.<br />davidedmundson added a comment.<br />This revision now requires changes to proceed.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D9461" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>It currently maps to wl_ouptut. It maps to how Qt does it's DPI painting.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Report sizes in Output's modes unscaled - the modes don't change with scaling after</p></blockquote>

<p>all</p>

<p>I agree. <br />
Yet, your patch does the opposite. It literally scales the mode.</p>

<p>Same for geometry being "unscaled"</p>

<hr class="remarkup-hr" />

<p>Lets avoid the those terms. They're confusing.</p>

<p>Geometry should be in logical size. <br />
Mode should be in device size.</p>

<p>We do have an issue that X and wayland require everything backwards</p>

<p>On wayland (which is important to test please! )  everything is in logical space. If I have a 2000x2000px montior <span class="phabricator-remarkup-mention-unknown">@2x</span>, the monitor to the right of it has X=1000<br />
For X we have no knowledge,  we're always in device space, so the second monitor has X=2000</p>

<p>We have this difference for positioning windows too.</p>

<p>The only way to keep this sane is to think in terms of logical and device pixels, and make sure abstraction happens in the right place.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R110 KScreen Library</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9461" rel="noreferrer">https://phabricator.kde.org/D9461</a></div></div><br /><div><strong>To: </strong>dvratil, sebas, davidedmundson<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>