Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!indri!nic.MR.NET!umn-cs!bungia!orbit!pnet51!kevinh From: kevinh@pnet51.cts.com (Kevin Herrboldt) Newsgroups: comp.sys.amiga.tech Subject: Intuition's View Message-ID: <1009@orbit.UUCP> Date: 25 Apr 89 23:05:04 GMT Sender: root@orbit.UUCP Organization: People-Net [pnet51], Minneapolis, MN. Lines: 24 While in my local Amiga store a bit ago, I saw an A2500 (with FlickerFixer) running in what appeared to be 640x200 interlace. This looked really* nice, and I want to do the same on my A1000 (I don't like big gaps between scanlines on my monitor). According to page 18 of RKM: L&D, if one sets the LACE flag in the View structure without setting it in the corresponding ViewPort(s), one gets an interlaced display without paying the penalties memory-wise. So I figure, okay, sounds simple. Well, I tried all kinds of ways of monkeying around with ViewLord in IntuitionBase, and all I get is a big crash or absolutely nothing. It would seem the easiest approach should be: struct View *pView; pView = ViewAddress(); pView->Modes |= LACE; RemakeDisplay(); So, am I missing something obvious? UUCP: {rosevax, crash}!orbit!pnet51!kevinh ARPA: crash!orbit!pnet51!kevinh@nosc.mil INET: kevinh@pnet51.cts.com