From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 16:52:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10548106564A for ; Tue, 20 Jan 2009 16:52:33 +0000 (UTC) (envelope-from jakub.tlck@gmail.com) Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF8A8FC13 for ; Tue, 20 Jan 2009 16:52:32 +0000 (UTC) (envelope-from jakub.tlck@gmail.com) Received: by bwz3 with SMTP id 3so535146bwz.19 for ; Tue, 20 Jan 2009 08:52:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ljavq3Km8WywEtJMbdv3ECQRVTyJ0xFkWo0bVqqGndc=; b=blMkr2cQFsiRQnvdYbDwx0l6etIKrlfQNlJGLHYILxzFE4GN11UFEquaJQU/xl4OTg pcUOLfq6o1rEXK9VcdrDvhF7tjTsgHMw219r9Ld7duSPPZ36P5nL9D+Hto6RcjglE3nU /U/MwH7q5dYrol6Mmn/hu7J42iAyRRDp+/J4c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fKTs7LWQCyTtwBXEDpk9w+RdDTzscuiXoweo8n7dKfadEBg2rNSDlSOsHks+cVtpZv FI+Q3QQoWh+6frXTavP3OIA0oDuw+aQMMh7ZcZs8GJyIjAIUN62EF5VCP1dctO5T9VYQ QbC8KoNk11gxiY1wMo29dlk5RADr1JffJJovg= MIME-Version: 1.0 Received: by 10.103.2.14 with SMTP id e14mr908743mui.94.1232468602198; Tue, 20 Jan 2009 08:23:22 -0800 (PST) Date: Tue, 20 Jan 2009 17:23:22 +0100 Message-ID: <42b840be0901200823je4afa44hd7c68e4e828da815@mail.gmail.com> From: Jakub T To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Strange nvidia GeForce 9800GT--harddrive conflict? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 16:52:33 -0000 Hi, I'm trying to start X on FreeBSD-7.1-RELEASE (i386) with up-to-date ports tree with this graphics card: nvidia0: on vgapci0 vgapci0: child nvidia0 requested pci_enable_busmaster vgapci0: child nvidia0 requested pci_enable_io nvidia0: [GIANT-LOCKED] nvidia0: [ITHREAD] When I try to start X, with or without xorg.conf generated either by Xorg or by nvidia-xconfig, with or without kernel nvidia module loaded, I get a lot of errors like this: (EE) end of block range 0xfb < begin 0xfffffffc Then, my hard drive detaches, like this (not copy-pasted text): ad7: FAILURE - device detached subdisk7: detached ... g_vfs_done(): ad7s1f [WRITE(offset=... length=...)]error = 6 ... vnode_pager_getpages: I/O read error panic: vinvalbuf: dirty bufs ... What is interesting is that I succeeded to start xinit once, without visible problems. The problem is similar to what was reported here: http://www.nvnews.net/vbulletin/archive/index.php/t-81983.html Does anybody know a solution? If more information about my system is needed, I'll post them. Jakub