From owner-freebsd-current Wed Mar 12 2:15:27 2003 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 0353437B404 for ; Wed, 12 Mar 2003 02:15:25 -0800 (PST) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EE443F93 for ; Wed, 12 Mar 2003 02:15:23 -0800 (PST) (envelope-from david@realityrift.com) Received: from d1o836.telia.com (d1o836.telia.com [213.65.240.241]) by maile.telia.com (8.12.8/8.12.8) with ESMTP id h2CAFMlK027803; Wed, 12 Mar 2003 11:15:22 +0100 (CET) X-Original-Recipient: current@freebsd.org Received: from rift.ath.cx (h88n2fls32o836.telia.com [217.208.105.88]) by d1o836.telia.com (8.10.2/8.10.1) with SMTP id h2CAFMc12503; Wed, 12 Mar 2003 11:15:22 +0100 (CET) Date: Wed, 12 Mar 2003 11:15:24 +0100 From: David Holm To: CARTER Anthony , current@freebsd.org Subject: Re: agp stuff Message-Id: <20030312111524.1fb2813e.david@realityrift.com> In-Reply-To: <1047463269.87700.13.camel@intra241.intrasoft.lu> References: <20030312001335.330a317a.david@realityrift.com> <1047463269.87700.13.camel@intra241.intrasoft.lu> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sound works, and as for nvidia it works as long as I don't run any 3d stuff. And the xf86 supplied driver works like a charm. But I'm working on some 3d code and need the 3d acceleration, the odd thing is that it worked until I upgraded my server from 4.7 to 5.0, I NFS mount everything from the server except the system etc (so I was running on a CURRENT kernel on the machine with the 3d hardware, but with XF86 etc compiled on 4.7). //David On 12 Mar 2003 11:01:10 +0100 CARTER Anthony wrote: > Is your problem with sound or video? > > If sound, then you need to recompile your Kernel as such: > > mkdir /root/kernels > cp /usr/src/sys/i386/conf/GENERIC /root/kernels/MYKERNEL > ln -s /root/kernels/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL > > now edit the /root/MYKERNEL and at the end add: > > options pcm > options sbc (this one is for some on-Motherboard sound) > > Now, for your Nvidia problem, there is a quick solution for you, add: > > options VESA > > And select VESA for your card in the XFree86 Config setup. This will get > you to a stage in which you can at least run X in a decent usable > resolution. Now for the compile: > > cd /usr/src > make buildworld (build kernel may need to rely on this) > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > > Hope this helps, > > Anthony Carter > > On Wed, 2003-03-12 at 00:13, David Holm wrote: > > Hi, > > I get the following error (or whatever) in my bootmessage: > > > > agp0: mem 0xf0000000-0xf7ffffff at device 0.0 o > > n pci0 > > pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - AE_NOT_F > > OUND > > > > I tried playing around in the bios but couldn't find anything that would fix this. Could > > this be what is causing all my nvidia problems? (and yeah, I'm running on a current kernel, > > not RELENG_5_0) > > > > //David Holm > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message