From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-115815-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1P8eze-0005sx-By
	for garchives@archives.gentoo.org; Wed, 20 Oct 2010 20:10:38 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F0828E065E
	for <garchives@archives.gentoo.org>; Wed, 20 Oct 2010 20:10:37 +0000 (UTC)
Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id E79E4E0484
	for <gentoo-user@lists.gentoo.org>; Wed, 20 Oct 2010 19:56:52 +0000 (UTC)
Received: by gyg8 with SMTP id 8so3940165gyg.40
        for <gentoo-user@lists.gentoo.org>; Wed, 20 Oct 2010 12:56:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:received:in-reply-to
         :references:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=e2vWfEO52FHkfD+tOm9NIZjmDtoT37dHOHBTeq1Ka0E=;
        b=en6DcVIXBkAj3FgwiKNfv6xvj3TCmxlHRou2p8RR1zohJCq+Rc929BYhm4TRQtBkk5
         y/j/rgsmvXppbsffrTQN725kHhiNth1JhnEKIxAoyAb5a+8sYa1le4o1rIPp04pkz/VC
         HwYjDwH6ZX/J+TOJt62XBvFZhNkJV9n5v3/7U=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=f80qGupS4/zqQCTIkg1zseT2hchK5/aTWMlCQUpJkreR6CQomZWnfYCyi4sNSfwRKc
         QxM8RE0yATn7yknrlhvfhpkA+kg47Tpn/uCpl8MFvLpP/9F92a0wJQ1rzyYhH7YVYSa6
         xW9ZuBVjJ6PIMEhlKCCQQkYwd6bcLGmWdoSlw=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.42.183.203 with SMTP id ch11mr5576798icb.463.1287604612293;
 Wed, 20 Oct 2010 12:56:52 -0700 (PDT)
Received: by 10.42.133.1 with HTTP; Wed, 20 Oct 2010 12:56:52 -0700 (PDT)
In-Reply-To: <i9l86k$9ui$1@dough.gmane.org>
References: <AANLkTi==G-U=V43r58+UJWxQJ0fo+4NXcVLBUV69wzh4@mail.gmail.com>
	<i9l86k$9ui$1@dough.gmane.org>
Date: Wed, 20 Oct 2010 12:56:52 -0700
Message-ID: <AANLkTi=wdSzpsq8q-CM04jujFUDckLEBtmJLpL1YEfDQ@mail.gmail.com>
Subject: Re: [gentoo-user] Re: nouveau loads but freezes later, nvidia won't load
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: a7f903d9-9934-4df9-8b35-f7b053839820
X-Archives-Hash: 610517776de57449704e911e9a7b794f

>> I've been using the nouveau video driver for a while, but lately video
>> has been freezing with X at 100% CPU and the only way out seems to be
>> ssh'ing in and rebooting.
>
> Not that it will help with your bug, but I'm curious to know what video
> hardware you're using. =A0I had the same problem with my ancient nv34 car=
d,
> which got fixed a few weeks ago in Linus's git kernel.

I'm not sure of the actual chip, but I get this from lspci -v:

nVidia Corporation C77 [GeForce 8100 / nForce 720a]

It's an onboard chip on my motherboard.  Can you tell me in what
version of the Linux kernel you found the problem to be solved?

>> I tried to switch to the nvidia driver but X won't load and Xorg.0.log
>> says it can't find a CorePointer device...
>
> Not sure why the nvidia driver would be related to that, unless maybe
> you're using a different xorg.conf for nvidia.
>
> Unless you have some weird pointing devices, you should no longer need
> any input section in xorg.conf for either keyboard or mouse -- delete any
> references to keyboard or mouse, and install the xf86-input-evdev package=
.
> Your X server should find and use the evdev driver automatically, without
> any help from xorg.conf.

I removed nouveau support from the kernel and nvidia loads properly.
Strange that I get CorePointer messages if nouveau is loaded when
nvidia tries to load.  Those messages don't appear in the log after
removing nouveau and loading nvidia.  Weird.

You actually solved this for me when you asked about the video chip.
When I looked in lspci -v, I noticed that it said the nouveau driver
was in use and that is what prompted me to remove it from the kernel.

Thanks,
Grant