From owner-freebsd-current Mon Dec 9 12: 8:35 2002 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 7667F37B401 for ; Mon, 9 Dec 2002 12:08:33 -0800 (PST) Received: from yoda.planetinternet.be (anvers-smtp.planetinternet.be [195.95.30.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AA643EC5 for ; Mon, 9 Dec 2002 12:08:32 -0800 (PST) (envelope-from jan.malina@pi.be) Received: from pi.be (u212-239-164-73.adsl.pi.be [212.239.164.73]) by yoda.planetinternet.be (Postfix) with ESMTP id 3F21537290 for ; Mon, 9 Dec 2002 21:08:31 +0100 (CET) Message-ID: <3DF4F83D.8050807@pi.be> Date: Mon, 09 Dec 2002 21:08:29 +0100 From: Jan Malina User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021128 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: Problem with nvidia drivers and current Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 For some reason i can't get the nvidia drivers working with my system (had them working under 4.7-STABLE, but they refuse to wrok with 5.0-RC). Last synced with current this weekend, and nothing worthwile has been added last time i checked. Now the problem is that when I start x, everything seems normal, idesk & waimea pop up, but as soon as i open an application (xchat, gaim, eterm, ...) the system locks up, requiring a hard reset. Works fine with the nv driver, but opengl performance is a bit uhm... sub par. Anyone able to give me a few ideas? Here are a few things that might help: This is all on a 1ghz athlon with a VIA 133a based motherboard (abit kt7a-raid) dmesg | grep nvidia: Preloaded elf module "/boot/kernel/nvidia.ko" at 0xc05f01a4. nvidia0: mem 0xe0000000-0xe7ffffff,0xec000000- 0xecffffff irq 5 at device 0.0 on pci1 dmesg | grep agp: agp0: mem 0xe8000000- 0xebffffff at device 0.0 on pci0 kernel has as much as possible removed (splash and all are removed). make.conf: ... CPUTYPE=i686 CFLAGS= -O2 -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized ... and a part of my XF86Config: Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "type1" Load "freetype" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "NVidia" BoardName "GeForce2 MX/MX 400" BusID "PCI:1:0:0" EndSection I tried alot already (all things in a FAQ i found somewere, but it stays unstable/unusable), any hints are welcome, as this REALLY anoying me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message