From owner-freebsd-questions@freebsd.org Mon Oct 10 22:07:32 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6972CC0CB34 for ; Mon, 10 Oct 2016 22:07:32 +0000 (UTC) (envelope-from antonio.bemfica@gmail.com) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2689F99B for ; Mon, 10 Oct 2016 22:07:32 +0000 (UTC) (envelope-from antonio.bemfica@gmail.com) Received: by mail-qk0-x234.google.com with SMTP id n189so5767062qke.0 for ; Mon, 10 Oct 2016 15:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=Yu6iMkJbMBF7FxkbSfg8XJEoltBmIjstpOUMweZQGUc=; b=jj/p1JEMLwVaoJ4kB4eclB5gInZCPnv/ks49x/ZUIWteCFnw70nacjy4KE4Z5wVE6S SWaiUOhKhrltR1nzUpT5HyLt88GnZX1eREP9yQZoxF8EWJfqjAcEx/fG0f7ootAnMaei 4GLjkMIi7+vy96IXyV9LGz284D846mF57N+hxO/7Ow7s+rEU20KHM71yKeBVydpEsgbq 51H6XWiLFj1YfdkyFYusb+nRnKHbGQlbR2DOhDggyZ09/BsowcP/Fqr+PG1e1BvnsWj7 zKtzzlbiBAuIkQeoEtlp0KNkGXc+2HFJwd25/URr4/CfP0DjtahvggrXwBxp734uyeYr Obcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Yu6iMkJbMBF7FxkbSfg8XJEoltBmIjstpOUMweZQGUc=; b=BvX0v9QE1CG7goEEsI6bW4ikgcN5WJ2PM/+vSTG2s7hpgaFbY5eefNe+vrg4kgUMY/ fyDN26GgTgqpD7kxuFbABr8/Ue3zQ2WBMEUWOXzKquV44hbFntn6aqJ4Ge3bN3H4ufq4 RJS1ym9GK7PU85N8PGaKw0QoN6xCHahrVbKIERV/EmcbZiOkfqkt7UNVbdwpil4srNy6 scgKh/LVx4HhWgzL3azS3iTj0SgxzK1QQ9X31AskzobzaaBmw6jZQYVIepSUrnwTHYCk 8z+19Atu5UANIh+39LpP44VaP4vxI7YyYZiocaEE4MhF3lWltWQQrgo4H74WCOux44f4 YYtg== X-Gm-Message-State: AA6/9RnPGo3PJrT5aMAbh9PIoyc6K47bJ7z633k4f11G024UCrrH17PiWRzWq4WeRlEq/Li4yqWetQXYg2+zLQ== X-Received: by 10.55.26.168 with SMTP id l40mr421420qkh.212.1476137251134; Mon, 10 Oct 2016 15:07:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.237.42.227 with HTTP; Mon, 10 Oct 2016 15:06:50 -0700 (PDT) From: Antonio Bemfica Date: Mon, 10 Oct 2016 18:06:50 -0400 Message-ID: Subject: FIXED - nvidia driver config change overlooked To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 22:07:32 -0000 It took me an hour so to figure out what had broken X on my system, so here it is in case it can be useful to others (the list is archived, no...) Run "pkg upgrade" and upgraded a couple of dozen packages - after a later reboot X would hang. Tried to revert some of the xfce packages (some cryptic xfce messages on the console let me to think that was the cause) but that didn't do it. nvidia-driver had also been upgraded. Changing the entry on /boot/loader.conf from nvidia_load="YES" to nvidia-modeset_load="YES" Fixed the problem. This was of course, noted on the package notes, and you're supposed to read them when upgrading :) A.