From owner-freebsd-questions Sun Aug 4 23: 9:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D3637B497 for ; Sun, 4 Aug 2002 23:08:26 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2EB43EFA for ; Sun, 4 Aug 2002 23:08:10 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 061AE838204; Mon, 5 Aug 2002 01:08:09 -0500 (CDT) Date: Sat, 17 Nov 2001 17:59:14 +0000 From: Josh Paetzel To: Don Sutter Cc: FreeBSD Questions Subject: Re: S3 ViRGE in high color mode Message-ID: <20011117175913.B504@twincat.vladsempire.net> Mail-Followup-To: Don Sutter , FreeBSD Questions References: <001f01c16f2c$b1125f60$13fea8c0@drs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001f01c16f2c$b1125f60$13fea8c0@drs>; from drs@suntreeaz.com on Fri, Nov 16, 2001 at 10:57:07PM -0700 Lines: 37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 16, 2001 at 10:57:07PM -0700, Don Sutter wrote: > Has anyone figured out how to get a 4M S3 ViRGE PCI (86C325) > to run at more than 256 colors at 1024 X 768 in KDE 2.2.1 / > XFree86 4.1.0_10 without breaking up every time you move the > mouse? I looked the man page at > http://www.xfree86.org/4.1.0/s3virge.4.html over and there > are quite a few combinations to try. Anybody had any luck > yet or am I just too far out on the bleeding edge? heh, no. :) Try this in your XF86Config: Section "Screen" Identifiers "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "Device" Identifier "Card0" Driver "s3virge" VendorName "cirrus" BoardName "whatever" BusID "PCI:0:15:0" #Your entry here might vary ChipSet "86c325" EndSection See if that works. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message