From owner-freebsd-questions Mon Apr 16 23:53:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 22F3337B423 for ; Mon, 16 Apr 2001 23:53:40 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f3H6rOg72416; Tue, 17 Apr 2001 08:53:24 +0200 (CEST) (envelope-from stijn) Date: Tue, 17 Apr 2001 08:53:24 +0200 From: Stijn Hoop To: Salvo Bartolotta Cc: freebsd-questions@freebsd.org Subject: Re: AGP module ? Message-ID: <20010417085324.C72128@pcwin002.win.tue.nl> References: <987448873.3adb46297fd9a@webmail.neomedia.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <987448873.3adb46297fd9a@webmail.neomedia.it>; from bartequi@neomedia.it on Mon, Apr 16, 2001 at 09:21:13PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Apr 16, 2001 at 09:21:13PM +0200, Salvo Bartolotta wrote: > > You need to do this: > > > # cd /usr/ports/x11/XFree86-4 (1) > > # make WITH_MATROX_GXX_DRIVER=yes install > > # kldload agp > > # kldload mga > > By the way, I've got a Matrox G400 (32MB, 300MHz). I had read some material > in the archives a while ago, and indeed the recipe outlined above makes > those steps automatic :-) It is only since march 13th that Jean-Marc committed these bits. > I would like to add a couple of remarks. > > 1) Under -CURRENT, DRI no longer works. The modules are not built at all. I > seem to understand that DRI is incompatible with SMP stuff (some old > syscalls are no longer present). That is so since april 10th. Search freebsd-cvs for the details. > 2) Under FreeBSD-4.3RC, sources as of April 12 (approximately) midnight, > kldloading agp and then mga makes the kernel complain about the loading order > (which is actually correct); subsequently launching KDE2 just causes the > system to reboot. Hmm, strange - I've device agp in my kernel, and I can kldload mga just fine after I've booted (I haven't tried unloading yet). Also I seem to remember kldloading agp, then mga. Maybe you meant kldloading mga first, then agp? > OTOH, if the modules are loaded **at boot time**, the kernel recognizes my > card and everything appears to work correctly (at 16bpp, though). I think the modules are then loaded, and only later initialized; with kldload they are initialized immediately. --Stijn -- I wish there was a knob on the TV to turn up the intelligence. There's a knob called `brightness', but it doesn't work." -- Gallagher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message