From owner-freebsd-hackers Fri Mar 12 19:39:36 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from localhost (00-60-67-24-29-83.bconnected.net [209.53.17.55]) by hub.freebsd.org (Postfix) with ESMTP id BFB6014DEF for ; Fri, 12 Mar 1999 19:39:27 -0800 (PST) (envelope-from jwalther@localhost) Received: from jwalther by localhost with local-smtp (Exim 2.11 #1 (Debian)) id 10LfEc-0005jf-00; Fri, 12 Mar 1999 19:37:10 -0800 Date: Fri, 12 Mar 1999 19:37:10 -0800 (PST) From: Jonathan Walther X-Sender: jwalther@localhost To: Kazutaka YOKOTA Cc: freebsd-hackers@freebsd.org Subject: VESA double buffering and pan and zoom In-Reply-To: <199903121101.UAA09690@zodiac.mech.utsunomiya-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the VESA spec function 07h lets you switch the beginning of the video mem to anywhere in the video cards memory space. This would mean one could easily do double buffering, by writing to the right area of memory, then changing the one address, and eliminating annoying flicker. Is this currently supported by FreeBSD? I am also curious if 06h has been implemented, to allow pan and scrolling to be done. Cheers! Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message