From owner-freebsd-x11@FreeBSD.ORG Mon Jun 5 19:18:35 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A1B16B9B9 for ; Mon, 5 Jun 2006 19:18:35 +0000 (UTC) (envelope-from dannywebster@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08F7143D45 for ; Mon, 5 Jun 2006 19:18:34 +0000 (GMT) (envelope-from dannywebster@googlemail.com) Received: by py-out-1112.google.com with SMTP id m51so1487546pye for ; Mon, 05 Jun 2006 12:18:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TV3dbIu1Cho4DaULhkkdH73YUbCJImFnFAPrKaDTLOpYLTezk9+7dkxofSUaoYMsu8324fCQ/p0XH84Csi8QDriWLpO/etRWOImuLGDpDGYV5Pk3HOVwDdinbJZrxcKUTUmRaBghIM1hzXa2nzZoodECNwXqt92GyaMZ+HK9/zE= Received: by 10.35.15.11 with SMTP id s11mr6979682pyi; Mon, 05 Jun 2006 12:18:34 -0700 (PDT) Received: by 10.35.81.17 with HTTP; Mon, 5 Jun 2006 12:18:34 -0700 (PDT) Message-ID: Date: Mon, 5 Jun 2006 20:18:34 +0100 From: "danny webster" To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Fresh install of 6.1/amd64 - broken Xorg with Nvidia 7600 GT (stock nv driver) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 19:18:49 -0000 Hi all, I recently built a new box, with A8N32-SLI Deluxe mobo, PCI-E geforce 7600 GT. CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2210.07-MHz K8-class CPU) avail memory = 4000612352 (3815 MB) .. and built to 6.1-STABLE (including options SMP). The default Xorg which is installed at install time is broken on my machine. A 'xorgcfg', or testing the xorg.conf.new spews the following error, then sigabrt's. "Fatal server error: Caught signal 8. Server aborting" I have also removed the package Xorg, tried the one built from ports, but same error. Also, I tried xorg-server-snap, but same problem. Here's a backtrace from the core via gdb. #0 0x0000000800ca6c9c in kill () from /lib/libc.so.6 #1 0x0000000800ca5b2d in abort () from /lib/libc.so.6 #2 0x000000000042cb05 in ddxGiveUp () #3 0x00000000004a6df3 in AbortServer () #4 0x00000000004a6f41 in FatalError () #5 0x00000000004442d1 in xf86SigHandler () #6 #7 0x0000000801f825c8 in nvGetClocks () from /usr/X11R6/lib/modules/drivers/nv_drv.so #8 0x0000000801f83588 in NVCalcStateExt () from /usr/X11R6/lib/modules/drivers/nv_drv.so #9 0x0000000801f7d6ba in NVDACInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #10 0x0000000801f7c905 in NVModeInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #11 0x0000000801f7ceb4 in NVScreenInit () from /usr/X11R6/lib/modules/drivers/nv_drv.so #12 0x000000000048e14f in AddScreen () #13 0x000000000042e038 in InitOutput () #14 0x000000000048dae5 in main () .. and here is what is reported from pciconf -lv none11@pci3:0:0: class=0x030000 card=0x22211682 chip=0x039210de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = display subclass = VGA the "none11" part fills me with suspicion - is there a specific kernel config option to use with PCI-E devices? Apart from this, everything else works just fine (apart from nve0 instability, but i don't use the i/f...). The BusID's are correct in the xorg.conf (as per pciconf output). I'd appreciate any pointers in the right direction Thanks for your time. Dan.