From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 11:41:24 2003 Return-Path: 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 4213316A4BF for ; Thu, 28 Aug 2003 11:41:24 -0700 (PDT) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361D143FB1 for ; Thu, 28 Aug 2003 11:41:23 -0700 (PDT) (envelope-from nakal@web.de) Received: from [217.81.253.112] (helo=[192.168.0.1]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #448) id 19sRhx-0002iO-00 for freebsd-current@freebsd.org; Thu, 28 Aug 2003 20:41:21 +0200 From: Martin To: FreeBSD Current In-Reply-To: <200308281540.h7SFeUV22668@accms33.physik.rwth-aachen.de> References: <200308281540.h7SFeUV22668@accms33.physik.rwth-aachen.de> Content-Type: text/plain Message-Id: <1062096067.810.17.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 28 Aug 2003 18:41:07 +0000 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Re: nvidia.ko freezes system in -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 18:41:24 -0000 On Thu, 2003-08-28 at 15:40, Christoph Kukulies wrote: > I cvsuped world and kernel today, built world, installed world, > did a reinstall (with compilation) of the nvidia module 1.0-4365 > and the kernel module loads fine but when I startx I get > a few screen flashes and the reboot. > > I have agp_load="YES" in loader.conf (as I had before). > I did not choose WITH_FREBSD_AGP as the port makefile > gives as option. I had this effect earlier. XFree was "trying" to change to graphics mode a few times and then fell back to text-mode. I could only see some weird characters on my display. Then the PC was in an unusable state, but if I holded down ++ long enough it rebooted, so it was not frozen. I wanted to confirm your problem today, because I recognized the symptoms, but I failed :) I have: FreeBSD xxx.local 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Jul 30 20:38:47 CEST XFree-ports: XFree86-4.3.0,1 XFree86-FontServer-4.3.0_1 XFree86-Server-4.3.0_8 XFree86-clients-4.3.0_2 XFree86-documents-4.3.0 XFree86-font100dpi-4.3.0 XFree86-font75dpi-4.3.0 XFree86-fontCyrillic-4.3.0 XFree86-fontDefaultBitmaps-4.3.0 XFree86-fontEncodings-4.3.0 XFree86-fontScalable-4.3.0 XFree86-libraries-4.3.0_5 nvidia-driver-1.0.4365 was compiled today with: make install WITH_FREEBSD_AGP=yes My /boot/loader.conf is: agp_load="YES" nvidia_load="YES" linux_load="YES" linprocfs_load="YES" It works again! :) Perhaps I could help. Martin PS.: Don't set option "RenderAccel" in the device section it has weird effects on rendering smaller images.