From owner-freebsd-current@FreeBSD.ORG Sun Mar 8 10:01:26 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EEBA840 for ; Sun, 8 Mar 2015 10:01:26 +0000 (UTC) Received: from forward8l.mail.yandex.net (forward8l.mail.yandex.net [84.201.143.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0975E919 for ; Sun, 8 Mar 2015 10:01:25 +0000 (UTC) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [77.88.61.132]) by forward8l.mail.yandex.net (Yandex) with ESMTP id C65351A40564 for ; Sun, 8 Mar 2015 13:01:15 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id 6D3E46740194 for ; Sun, 8 Mar 2015 13:01:15 +0300 (MSK) Received: from 46.38.38.94.tel.ru (46.38.38.94.tel.ru [46.38.38.94]) by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ygPAmpHQsO-1EWOcDJ6; Sun, 8 Mar 2015 13:01:14 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-ID: <54FC1DEA.5060306@passap.ru> Date: Sun, 08 Mar 2015 13:01:14 +0300 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: upgrading current -> graphics bug References: <54F8B653.606@bitmail.cc> <20150305203858.GA80059@k8-bsd.hsd1.ga.comcast.net>, <54F9D3B8.9050308@bitmail.cc> <13a7356d67f767eca9f50ad962d12d42@ultimatedns.net> <54FB2248.3080300@bitmail.cc> In-Reply-To: <54FB2248.3080300@bitmail.cc> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-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: Sun, 08 Mar 2015 10:01:26 -0000 07.03.2015 19:07, David S пишет: >> FWIW the nVidia driver docs indicate that you should >> comment, or remove the reference to dri in xorg.conf >> # Load "dri" >> but that dri2 is fine. Don't know that that has anything to >> do with your issue. But thought I'd mention it FWIW. > > thanks, i missed that part. i took it out of xorg.conf and will see > next time i upgrade if it helps. I'm not sure why this step is recommended, because dri is auto-loaded anyway: ----- [ 41.540] (II) LoadModule: "dri" [ 41.541] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri.so [ 41.569] (II) Module dri: vendor="X.Org Foundation" [ 41.569] compiled for 1.12.4, module version = 1.0.0 [ 41.569] ABI class: X.Org Server Extension, version 6.0 [ 41.569] (II) Loading extension XFree86-DRI [ 41.569] (II) LoadModule: "dri2" [ 41.570] (II) Loading /usr/local/lib/xorg/modules/extensions/libdri2.so [ 41.582] (II) Module dri2: vendor="X.Org Foundation" [ 41.582] compiled for 1.12.4, module version = 1.2.0 [ 41.582] ABI class: X.Org Server Extension, version 6.0 [ 41.582] (II) Loading extension DRI2 [ 41.582] (II) LoadModule: "nvidia" [ 41.582] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so [ 41.720] (II) Module nvidia: vendor="NVIDIA Corporation" [ 41.720] compiled for 4.0.2, module version = 1.0.0 [ 41.720] Module class: X.Org Video Driver [ 41.818] (II) NVIDIA dlloader X Driver 304.123 Wed Jul 2 10:50:21 PDT 2014 ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve