From owner-freebsd-questions Mon Mar 9 00:02:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA05288 for freebsd-questions-outgoing; Mon, 9 Mar 1998 00:02:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from home.dragondata.com (toasty@home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05071 for ; Mon, 9 Mar 1998 00:00:44 -0800 (PST) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id CAA24036; Mon, 9 Mar 1998 02:00:00 -0600 (CST) From: Kevin Day Message-Id: <199803090800.CAA24036@home.dragondata.com> Subject: Re: Cyrix MediaGX support under X? In-Reply-To: <199803070737.CAA00489@dyson.iquest.net> from "John S. Dyson" at "Mar 7, 98 02:37:04 am" To: toor@dyson.iquest.net (John S. Dyson) Date: Mon, 9 Mar 1998 02:00:00 -0600 (CST) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Kevin Day said: > > > > Has anyone been sucessful with getting a cyrix mediagx system to run X > > windows? I can switch modes, and X appears to be running fine, but the > > vertical sync is off by at least a factor of two.... > > > Be careful also about system memory allocation. I have had serious > problems with the region between 512K and 640K, and so you might > want to tell the system to avoid it. This gave me fits for about > 2wks. (This is indeed on a MediaGX system.) After a make buildworld -j4 /kernel: calcru: negative time: -4668 usec /kernel: calcru: negative time: -8424 usec /kernel: calcru: negative time: -1238 usec Is this a big deal? Also..... calcru has a lot of nasty divides and mod's in it... How often is this called? I notice getrusage uses it, anywhere else frequently? Is the exact precision of 1000000 needed, or could a >> 20 do nearly the same thing? Or is this something that's hardly ever used? (Or, am I too used to dealing with a 68000's eternal divide times? :)) Anyone? :) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message