From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 14:03:10 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 0F5E016A4CE; Tue, 13 Jan 2004 14:03:10 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C6443D39; Tue, 13 Jan 2004 14:03:08 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i0DM34Te002049; Tue, 13 Jan 2004 17:03:05 -0500 (EST) Message-ID: <400440A6.7030705@ec.rr.com> Date: Tue, 13 Jan 2004 17:01:58 -0200 From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: kitsune References: <20040113152037.GA850@kyuzo.dunkelkammer.void> <20040113112054.0bc3aee4@vixen42> In-Reply-To: <20040113112054.0bc3aee4@vixen42> 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 cc: multimedia@freebsd.org cc: Stefan Walter Subject: Re: VIA KT400A and AGP/DRI? 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: Tue, 13 Jan 2004 22:03:10 -0000 kitsune wrote: >On Tue, 13 Jan 2004 16:20:37 +0100 >Stefan Walter wrote: > > > >>I just replaced an old mainboard with a new one with a VIA KT400A >>chipset. Is it possible to get DRI working with that? It used to work >>with the old board (different chipset), but I had to turn off DRI in my >>X configuration for the new one, as it made X/the system freeze/hang >>immediately. >> >>The full output of dmesg can be found at [1], the output of 'pciconf -l' >>at [2]. If more info is needed, just tell me. >> >>Stefan >> >>[1]: http://www.gegenunendlich.de/stuff/kyuzo/dmesg_kyuzo >>[2]: http://www.gegenunendlich.de/stuff/kyuzo/pciconf_kyuzo >> >> > >Well after looking at it, I really can't thing of any reason DRI would not >work based on dmesg... it finds the agp and the drm, so as long as X is setup >right, it should work. What I would be suspect of is X config. Not sure why, but >if I set the agp speed higher than 2x, it would freeze, after I used opengl for >a bit. I would try messing with the options for that card in the X config and >see if any of those are suspect. >_______________________________________________ >freebsd-multimedia@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia >To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > > > You should try loading agp and the radeon driver before booting if it is not compiled in the kernel. From the looks of dmesg it should work. The handbook has the details. Jason