From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 20 Oct 2009 10:14:18 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <> References: <> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] jpg image too big Topicbox-Message-UUID: 8c5428f0-ead5-11e9-9d60-3106f5b1d025 > > i haven't looked yet to see if the kernel can deal with > > partial lines, or what could be done about the too-small > > iounit.  but it would seem to me that something has to > > give. > > you can handle this in loadimage by turning a single > call with too much data per scan line into multiple > calls, each delivering a fraction of a scan line > (there is a rectangle argument that says what subsection > of the image is being loaded). oh, great. i just didn't know if that was legal. is it also possible to lock the display and send more than iounit's data? - erik