From owner-freebsd-stable@FreeBSD.ORG Mon Aug 25 10:17:23 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46FBB16A4BF for ; Mon, 25 Aug 2003 10:17:23 -0700 (PDT) Received: from anholt.dyndns.org (12-224-153-43.client.attbi.com [12.224.153.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C28E43FF7 for ; Mon, 25 Aug 2003 10:17:22 -0700 (PDT) (envelope-from eta@lclark.edu) Received: from anholt.dyndns.org (localhost [127.0.0.1]) by anholt.dyndns.org (8.12.9/8.12.9) with ESMTP id h7PHHI4R000758; Mon, 25 Aug 2003 10:17:19 -0700 (PDT) (envelope-from eta@lclark.edu) Received: (from anholt@localhost) by anholt.dyndns.org (8.12.9/8.12.9/Submit) id h7PHHE8H000757; Mon, 25 Aug 2003 10:17:14 -0700 (PDT) X-Authentication-Warning: anholt.dyndns.org: anholt set sender to eta@lclark.edu using -f From: Eric Anholt To: Vulpes Velox In-Reply-To: <20030825151128.6a2fe1d7.kitbsdlists@HotPOP.com> References: <20030824043218.00df0796.kitbsdlists@HotPOP.com> <20030825090247.GB538@exmatis1.cnrm.meteo.fr> <20030825151128.6a2fe1d7.kitbsdlists@HotPOP.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1061831833.640.6.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 25 Aug 2003 10:17:13 -0700 cc: freebsd-stable@freebsd.org Subject: Re: GL problems with X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 17:17:23 -0000 On Mon, 2003-08-25 at 13:11, Vulpes Velox wrote: > On Mon, 25 Aug 2003 11:02:47 +0200 > Igor Pokrovsky wrote: > > > On Sun, Aug 24, 2003 at 04:32:18AM -0500, Vulpes Velox wrote: > > > I am running 4stable with a Radeon R100 QD [Radeon 7200] and XFree86 v. > > > 4.3.0 and I when ever I try to run anything that uses GL I end up with X > > > freezing and the keyboard becoming unresponsive. The only way I can solve > > > this is by sshing, suing to root, and either rebooting or killing and > > > restarting X. > > > > > > I have X compiled with -O or -O2... forget which. > > > > You have not gave us any clues... Post your configs, and you probably > > shouldn't change optimization compilation flags from defaults. > > > Here is the X config. As far as more info goes, it does it with any program that > uses GL. I've not noticed any thing similar between them all other than that. > [...] > Option "AGPMode" "4" # > Option "AGPFastWrite" "True"# [] The first thing you need to do is remove these lines. Once the DRI is working fine, feel free to experiment with them, but they're not set this way by default for a reason, which is instability. Also, use default CFLAGS until things are all working and you feel you can experiment. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org