From owner-freebsd-x11@freebsd.org Sun Sep 25 22:02:11 2016 Return-Path: Delivered-To: freebsd-x11@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 9D7DABEA3EE for ; Sun, 25 Sep 2016 22:02:11 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 32A85219 for ; Sun, 25 Sep 2016 22:02:10 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com ([10.70.1.1]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u8PM28Ot004158 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 25 Sep 2016 22:02:09 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host [10.70.1.1] claimed to be ultrabook.yoonka.com Subject: Re: X11 stopped working after upgrading ports References: From: Grzegorz Junka To: x11-list freebsd Message-ID: Date: Sun, 25 Sep 2016 22:02:08 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 22:02:11 -0000 Thank you very much, that helped. I was looking into the package itself but couldn't find anything useful, and pkg info nvidia-driver wasn't showing anything interesting either. I thought that pkg-message shows what's in pkg-descr, not files/pkg-message.in. And I forgot about the UPDATING file. Best Grzegorz On 25/09/2016 20:45, Conrad Meyer wrote: > You want nvidia-modeset.ko now, as documented in nvidia-driver > pkg-message and UPDATING. > > Best, > Conrad > > On Sun, Sep 25, 2016 at 1:43 PM, Grzegorz Junka wrote: >> Not sure which port broke it. All was working fine. I was usually starting >> X11 with 'startx'. My .xinitrc is pretty standard: >> >> exec /usr/local/bin/lumina-desktop >> >> The problem is that after upgrading some packages the X windows stopped >> displaying properly. When I issue 'startx' I see logs from applications >> being started when I switch back to the console in which I issued 'startx' >> (Ctrl+Alt+1). However, nothing is happening on the X11 screen (Alt+9). The >> screen remains black, the mouse cursors stays where it was before issuing >> 'startx' but doesn't move. And there is the big white text cursor in the >> left upper corner. And that's it. >> >> I compiled packages with poudriere. One of the upgraded packages was >> nvidia-driver which is now at version 367.44 (before it was 35x something, >> don't remember). I wasn't changing anything in /etc/X11/xorg.conf but I >> re-run nvidia-xconfig just in case. It didn't help. >> >> Was there any special script that I supposed to run after upgrading nvidia >> driver? I remember having to run something but I don't remember from where >> and in what conditions. Anything else that might have broken it? I tried >> with fluxbox instead of lumina-desktop but it doesn't make any difference. >> How to debug this problem? >> >> Grzegorz >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"