From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 16:45:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1728116A4CE for ; Wed, 10 Nov 2004 16:45:11 +0000 (GMT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4C243D3F for ; Wed, 10 Nov 2004 16:45:10 +0000 (GMT) (envelope-from M.Santhoff@t-online.de) Received: from fwd00.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1CRvam-0006vd-00; Wed, 10 Nov 2004 17:45:08 +0100 Received: from localhost.das.netz (Z2nar+ZpoeXQCY1m5h9wtiLjkY6Gh14VgKHrSIK47J+8lR8BHl9Bwg@[217.251.164.42]) by fwd00.sul.t-online.com with esmtp id 1CRvaf-1Z2L2m0; Wed, 10 Nov 2004 17:45:01 +0100 Received: from [10.0.0.3] (zaphod.das.netz [10.0.0.3]) by localhost.das.netz (8.12.10/8.12.10) with ESMTP id iAAGgtlH070843; Wed, 10 Nov 2004 17:42:55 +0100 (CET) (envelope-from M.Santhoff@t-online.de) From: M.Santhoff@t-online.de (Marc Santhoff) To: questions@freebsd.org Content-Type: text/plain Message-Id: <1100104988.258.29.camel@zaphod.das.netz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 10 Nov 2004 17:43:08 +0100 Content-Transfer-Encoding: 7bit X-ID: Z2nar+ZpoeXQCY1m5h9wtiLjkY6Gh14VgKHrSIK47J+8lR8BHl9Bwg X-TOI-MSGID: e15c9a87-4c31-4503-9e9f-a25c8f8e339d cc: M.Santhoff@t-online.de Subject: DRM on nForce chipset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 16:45:11 -0000 Hi, before i start swapping the mainboard of my computer I'll try one last time: Has anyone managed to get hardware acceleration working on a nVidia nForce based mainboard? I'm talking about an "Epox 8RDA+". Grafics card is a MGA400, but this makes no difference, I think. dmesg (partly): ... VESA: v3.0, 16384k memory, flags:0x1, mode table:0xc00c5477 (c0005477) VESA: Matrox Graphics Inc. ... pcib0: on motherboard pci0: on pcib0 ... pcib1: at device 8.0 on pci0 pci1: on pcib1 ... pcib2: at device 30.0 on pci0 pci2: on pcib2 ... drm0: mem 0xdb000000-0xdb7fffff,0xda000000-0xda003fff,0xd8000000-0xd9ffffff irq 10 at device 0.0 on pci2 error: [drm:mga_init] *ERROR* Cannot initialize the agpgart module. device_probe_and_attach: drm0 attach returned 12 ... relevant parts of "pciconf -lv: chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x01e010de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce2 AGP Controller' class = bridge subclass = HOST-PCI pcib2@pci0:30:0: class=0x060400 card=0x00000000 chip=0x01e810de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' device = 'nForce2 AGP Host to PCI Bridge' class = bridge subclass = PCI-PCI none8@pci2:0:0: class=0x030000 card=0x2159102b chip=0x0525102b rev=0x05 hdr=0x00 vendor = 'Matrox Electronic Systems Ltd.' device = 'MGA G450 Dual Head Chip of G450 graphics card' class = display subclass = VGA Ask for more info if necessary ... and keep me on cc, please. TIA, Marc