From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6D87F13800E for ; Thu, 2 Aug 2012 21:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A487E080A; Thu, 2 Aug 2012 21:40:53 +0000 (UTC) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B519E076C for ; Thu, 2 Aug 2012 21:39:14 +0000 (UTC) Received: by qcpx40 with SMTP id x40so2872qcp.40 for ; Thu, 02 Aug 2012 14:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=v+i8pNlFFXHvyWhhQaqDHbGqG0Ypq+9LTMvijMq23ZM=; b=Sg7l2JIH6SQFw3jgx/AKGwGytMyKRON/lLxbqne2TMt4yGUf+hp1DTclnssdHw6zBT 1aBkCbgTEM1MQZ8BTDVAqb+odkiwsT8DVV2DpLWsPaxaNmjpvDalekSwD1AG9YcmiBCa 2cY3Lf4GzVS8mM3rRuA3D50/w8WrylenjK/kXNVcxwyI3061VVQhY6+67puPvLJMzjwC iODl9Q+vjvi+gkkmbPMMa7v+Wnpb4pRp2PEq8G4rJnG2X2OZZiUdnyZF+2z3PaZtm4ji AzXM1iJBY8dC13mXV41HsIjaoOCoOyTwGuMDkbOjpxj9fnEVMDoP7lZAcIQewisNc3vn Cbtg== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.224.175.6 with SMTP id v6mr21253230qaz.36.1343943553629; Thu, 02 Aug 2012 14:39:13 -0700 (PDT) Received: by 10.229.190.196 with HTTP; Thu, 2 Aug 2012 14:39:13 -0700 (PDT) In-Reply-To: <501AF122.20107@gmail.com> References: <501ADE89.7010901@gmail.com> <501AF122.20107@gmail.com> Date: Thu, 2 Aug 2012 14:39:13 -0700 Message-ID: Subject: Re: [gentoo-user] I am tired of this one. From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 5d25931d-847f-401b-ab78-2ad2071dc17f X-Archives-Hash: d6a889f7bed53830a7daed7e3b953e39 On Thu, Aug 2, 2012 at 2:29 PM, Willie Matthews wrote: > Hey Mark, > > What technical information would you like me to post? I am not to good > with troubleshooting. > > Driver Version is x11-drivers/nvidia-drivers-302.17:0 > > -- > > Willie Matthews > matthews.willie@gmail.com If you're gonna be a Gentoo user you will develop more of those traits over time. That's the newest driver. As per Paul's suggestion you might try an older one. Other than that post the contents of /etc/X11/xorg.conf as well as your current xorg log file, most like /var/log/Xorg.0.log, but it might have a different name. As the 6150 seems to be an on-board GPU only used in specific nvidia laptop chipsets I have no idea about it's specs. As you say it's not CUDA-based I'm suspicious about mixing CUDA & non-CUDA and getting good results. You might query the nouveau driver guys to see if they support it. The 8400 is probably well supported there and likely someone will know if they support old & new NVidia chips running together. Also, if you can get it to crash and are still able to ssh in then I'd look closely at the X11 log file and see if it says anything, as well as dmesg, etc. Maybe you're up against a kernel bug or something. (You didn't tell us much about your setup...) ;-) HTH, Mark