From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 24 10:11:11 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3FB7ADD4; Sun, 24 Feb 2013 10:11:11 +0000 (UTC) (envelope-from phileas-fogg@mail.ru) Received: from smtp12.mail.ru (smtp12.mail.ru [94.100.176.89]) by mx1.freebsd.org (Postfix) with ESMTP id DB1561B29; Sun, 24 Feb 2013 10:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=+J/q639eVpFWdrBkZGO+F+Be0R0UDM3XQZ+4a8iGNI8=; b=vDb+nISxc64bPvrpoh6W1pcSXgFg4w+nTSkCutmwh+3Ut3QNZwosDNvXSgk4OYKaFUawopNK3MRHcGPcLJz93FZZ7A4qnBoa4ymeas9GWxhYIdYKJL4/AymTVSnvTp7L; Received: from [109.192.50.197] (port=1060 helo=[192.168.1.76]) by smtp12.mail.ru with esmtpa (envelope-from ) id 1U9YY0-0005mN-Qq; Sun, 24 Feb 2013 14:11:09 +0400 Message-ID: <5129F54D.9040503@mail.ru> Date: Sun, 24 Feb 2013 12:11:09 +0100 From: Phileas Fogg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 MIME-Version: 1.0 To: Julian Elischer Subject: Re: Scrolling in framebuffer syscons References: <511F879C.3030801@mail.ru> <51217854.8000508@freebsd.org> <5123D941.2050906@mail.ru> <51293505.1030706@freebsd.org> In-Reply-To: <51293505.1030706@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: Oleksandr Tymoshenko , freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 10:11:11 -0000 Julian Elischer wrote: > > not sure if it's relevent, but remember that updating the screen mor ethan 50 > times a second is pointless. > I'm not sure if the curent video console does it but having the final copy only > done on 50Hz ticks can save a lot of copying. > Right, but then you have to handle VSYNC hardware interrupts and copy framebuffer data from system memory to video memory. regards