From owner-freebsd-current@FreeBSD.ORG Sun Mar 8 16:59:59 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 5C97B35C for ; Sun, 8 Mar 2015 16:59:59 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D63A374 for ; Sun, 8 Mar 2015 16:59:59 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t28H1Nr1055770; Sun, 8 Mar 2015 10:01:23 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: freebsd-current@freebsd.org, Boris Samorodov In-Reply-To: <54FC1DEA.5060306@passap.ru> References: <54F8B653.606@bitmail.cc> <20150305203858.GA80059@k8-bsd.hsd1.ga.comcast.net>, <54F9D3B8.9050308@bitmail.cc> <13a7356d67f767eca9f50ad962d12d42@ultimatedns.net> <54FB2248.3080300@bitmail.cc>, <54FC1DEA.5060306@passap.ru> From: "Chris H" Subject: Re: upgrading current -> graphics bug Date: Sun, 08 Mar 2015 10:01:23 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <3d9297b8df00091bb65bbf1b2bab4a56@ultimatedns.net> 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 16:59:59 -0000 On Sun, 08 Mar 2015 13:01:14 +0300 Boris Samorodov wrote > 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 I don't recall. The best I recall is that 1) to remove, or comment the line 2) that it (x11/xfree) version wasn't compatible with the nVidia version I might also note that the port x11/nvidia-xconfig doesn't place dri in the xorg.conf it creates, and comments, or removes it, if it finds a previously created xorg.conf that has that line. --Chris > ----- > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"