From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 23:40:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B33616A4CE for ; Fri, 22 Oct 2004 23:40:38 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0882A43D1D for ; Fri, 22 Oct 2004 23:40:38 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.103] (cpe-065-184-172-100.ec.rr.com [65.184.172.100])i9MNeYCh029096; Fri, 22 Oct 2004 19:40:34 -0400 (EDT) Message-ID: <41799B1C.3080209@ec.rr.com> Date: Fri, 22 Oct 2004 19:43:24 -0400 From: jason User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vulpes Velox References: <20041021185546.16ed1fe7@fennec> <41788B80.7060505@ec.rr.com> <20041021231433.177d7c2e@fennec> In-Reply-To: <20041021231433.177d7c2e@fennec> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: current@freebsd.org Subject: Re: X slowness on 5.3rc1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 23:40:38 -0000 > > > >CPUTYPE?=athlon-xp >CFLAGS= -O -pipe > > > That is not what I have, but it might work just a s well? Here is a snip from my make file. CFLAGS=-O -pipe -fschedule-insns2 -fomit-frame-pointer -march=athlon-xp CXXFLAGS+=-fschedule-insns2 COPTFLAGES=-O -pipe -funroll-loops -fschedule-insns2 -march=athlon-xp NOPROFILE=true > >Yeah, had to have it enabled for abit. If it was disabled X would >freeze. > > > Hmm, did you have agp in the kernel and preloaded? >I eventually traced the problem to something involving the AGP kernel >module. I commented that out of loader.conf and I could then could >then successfully start X without needing to disable the mtrr. :) > >Much thanks any ways :) > > > Seems like you had agp in the kernel too then? What do you get with the command glxgears, both in a window and fullscreen?