From owner-freebsd-questions Tue Jan 22 8:58:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fem.uniag.sk (fem.uniag.sk [193.87.97.7]) by hub.freebsd.org (Postfix) with ESMTP id 8C98237B402 for ; Tue, 22 Jan 2002 08:58:28 -0800 (PST) Received: from localhost (lk01@localhost) by fem.uniag.sk (8.10.2+Sun/8.10.2) with ESMTP id g0MGvHL16418; Tue, 22 Jan 2002 17:57:17 +0100 (MET) Date: Tue, 22 Jan 2002 17:57:17 +0100 (MET) From: Ladislav Kostal To: Steven Huwig Cc: questions@FreeBSD.ORG Subject: Re: XFree86 4.2.0 / Matrox G400 / DRI In-Reply-To: <3C4D716B.9040108@po.cwru.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Tue, 22 Jan 2002, Steven Huwig wrote: > Under XFree86-4.1.0 I had DRI working using the drm-kmod port and > WITH_MATROX_GXX_DRIVER="YES" when building X from ports. I installed > 4.2.0 and when the dri module is enabled, my machine hangs and then > reboots itself. Has anyone else seen this, and is it an issue with my > XFree86, my FreeBSD, or possibly a hardware incompatibility? My mobo is > an Abit KT7. Same with ATI r128 when using drm-kmod from ports. Then I found unbuilded kernel modules in XFree86 tree in port XFree86-4 (/usr/ports/x11/XFree86-4/work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel) and just type make in "r128" subdirectory (mga.ko module builds successfully too). Then just kldload r128.ko (kldload agp; kldload linux before), enable Load "dri" in XF86Config and it works... Ladislav Kostal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message