From owner-freebsd-multimedia Wed Nov 19 10:13:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA06732 for multimedia-outgoing; Wed, 19 Nov 1997 10:13:48 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA06727 for ; Wed, 19 Nov 1997 10:13:46 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.5) with ESMTP id KAA01443; Wed, 19 Nov 1997 10:13:32 -0800 (PST) Message-Id: <199711191813.KAA01443@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Charles Henrich cc: freebsd-multimedia@freebsd.org Subject: Re: Faster X Updates In-reply-to: Your message of "Wed, 19 Nov 1997 10:19:19 EST." <19971119101919.49668@crh.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Nov 1997 10:13:31 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk For pentium pro and pentium II systems you can enable write combine for your display buffer . this is what I do for my matrox millenium frame buffer. Do a netsearch on fastvid for an explanation on PCI write combinining . wrmsr(0x204, 0xf9800001); wrmsr(0x205, 0xffc00000 | 0x800); You can get the details on the above instructions from the Pentium Pro's developers manual, chapter 11. the full manual is at: ftp://rah.star-gate.com/pub/242692_1.pdf The above hack can boot your frame buffer thruput from 20MB/sec to 90MB/sec Good Luck, Amancio