<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;">Wednesday 17 of June 2009 18:18:33 Barry Scott napisał(a):<br>
> The attached patch fixes the problems I was seeing with XV when rotated.<br>
> <br>
> The box is in screen coordinates and must be transformed into crtc <br>
> coordinates<br>
> to  calculate the correct scan line numbers.<br>
> <br>
> Barry<br>
> <br>
> <br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hi Barry,<br>
another issue is multiple monitor configuration. <br>
What if box is not entirely in one crtc.<br>
Are those <br>
y1 = box_in_crtc_coordinates.y1 - crtc->y;<br>
y2 = box_in_crtc_coordinates.y2 - crtc->y;<br>
correct then?</p></body></html>