<div dir="ltr">```<div><div>   These border dimensions shrink the region of pixels displayed by the</div><div>        CRTC by the corresponding number of rows or columns, and is <b>applied</b></div><div><b>        after</b> the CRTC transform. For example, a mode with a 1920x1080 active</div>
<div>        region, border dimensions of [ 10, 20, 30, 40 ], and a ½x scaling</div><div>        transform would display a rectangle of 940x510 pixels from the scanout</div><div>        pixmap scaled to 1880x1020 raster pixels positioned at (10, 20) in</div>
<div>        display raster space.</div></div><div>```</div><div><br></div><div>Is it should be "applied before" according to the example, ?</div><div><br></div><div>And it's not clear what's the meaning of "positioned at (10, 20)". </div>
<div>It's said that change border property of the output wouldn't change the crtc position until next SetCrtcInfo has been sent,  but to compose a SetCrtcInfo request, you must offer a new position information.  and then which position information is valid after the request has  been sent?</div>
</div>