Path: chuka.playstation.co.uk!news From: James Russell Newsgroups: scee.yaroze.beginners,scee.yaroze.freetalk.english,scee.yaroze.programming.2d_graphics Subject: Re: [Q] How to remove the "Interlaced-Line"...? Date: Fri, 12 Jun 1998 08:58:40 +0100 Organization: Sony Computer Entertainment Europe Lines: 14 Message-ID: <3580DFB0.FBD40D4A@scee.sony.co.uk> References: <6lp9uh$s984@chuka.playstation.co.uk> NNTP-Posting-Host: camfw01.millennium.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05 [en] (Win95; I) Xref: chuka.playstation.co.uk scee.yaroze.beginners:359 scee.yaroze.freetalk.english:1137 scee.yaroze.programming.2d_graphics:394 Jan-Lieuwe Koopmans wrote: > > Whenever I switch to interlaced mode (512x480 to be exactly) I get this > annoying (dashed) line at the top of my screen. I use the > GsSortClear-function to clear the screen before drawing and I set my Display > Buffers to respectively (0,0) and (512,0). Am I missing something here...? In Interlaced mode, the display buffers should be set to the _same_ address. The GPU will automatically 'skip' every other line when drawing in interlaced mode, so it doesn't matter that the two buffers are interleaved. Cheers, James