From mint-bounce@lists.fishpool.fi Sat Jul 17 05:20:47 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=cPB0+cfbU3SeUhCSF5flE7F7JETUOHcPGlKYOsBQYPg=; b=cxHJqfTuatu+oIQKGYAtEsDbOS3a8g+K5HkX/+xd7csQ7yray8Fz6++qLgln+o0e9j nu7efVCtnLetsweyKFkpKMJCxFwFBfvtrwWoWJaS9u8FRUFzLazQJSLHGEcPpYwaBoc7 Tacg7VHGf9YNjq1wdCe5fr9Eq/xxk8QZDAUX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=wk0WGcBzV3jVj3Gu3q2YLB4hJlsPfHQ8AbHI7a7z9wcFASgI2l6qslI6ghO6CWHm/P sPjKhcGbtOrpWTGQYyvIXYNbc9yTEh+IPHTjfxBEu+MQQpC5F40bNz3xSv6Y7plav9da Fndc0+aTg4xDKHebyq4zg8PkuWPnEfcuuN5jQ= Subject: Re: [MiNT] Conholio 0.7r Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Peter Persson In-Reply-To: <4C4169D4.3060602@online.no> Date: Sat, 17 Jul 2010 11:16:05 +0200 Cc: mint@lists.fishpool.fi Message-Id: <8D5F93E4-68FF-435F-817C-B64374F67136@gmail.com> References: <4C224E8E.9020709@atari-source.org> <9AEA137498384954A13681B878432C8F@mercatus.local> <4C378B88.3050801@online.no> <201007121647.28881.oak@helsinkinet.fi> <4C3B5A8E.90908@online.no> <0AF79452-3817-4F3F-BAC7-FA70D89E1A46@gmail.com> <4C4169D4.3060602@online.no> To: Jo Even Skarstein X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o6H9Kka0024519 17 jul 2010 kl. 10.29 skrev Jo Even Skarstein: > It works very well on my Milan 060 with ATI graphics card. Fullscreen > doesn't work, but I guess that's because it's not supported. Have you > considered using the character mode on graphics cards? That would speed > up things a lot. I've experimented with this on the ET4k chipset earlier, with some success! I have access to Mach64, ET4k, Radeon and S3 graphics, and the intention is to add support for all these cards if possible. > Regarding speed: It's faster than TosWin2, but not by much. I guess the > difference would be more noticable on a machine with a slower CPU and no > graphics card. The program is optimized for low bandwidth video RAM, so the difference is pretty big on e.g. a CT60 without graphics card. On the Hades or Aranym, the difference isn't that big. The concept is based on the idea of one-way transfers to video RAM, which makes a huge difference on slow graphics hardware. I'll be adding vram-vram blits soon, and that should make some difference on graphics cards with blit functionality, but has to be disabled on e.g. VIDEL setups (or it'll be dog slow because of ST-RAM reads & writes). > Terminal emulation seems to be very good, I haven't tested it much but I > noticed right away that it's much better than TosWin2 at this. It works better than I expected it to do, considering that I've never implemented such a thing before. It needs some debuggin using VTTEST (it fails many tests at this point). I've been using VTTEST over SSH - does anyone know why it doesn't work natively on freemint? -- PeP