From owner-freebsd-current@freebsd.org Mon Apr 23 07:00:59 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27D22F9B5A2; Mon, 23 Apr 2018 07:00:59 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 816D77025D; Mon, 23 Apr 2018 07:00:58 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from freyja.zeit4.iv.bundesimmobilien.de ([87.138.105.249]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LnlmV-1eTlqt0Dl9-00hyyD; Mon, 23 Apr 2018 09:00:44 +0200 Date: Mon, 23 Apr 2018 09:00:33 +0200 From: "O. Hartmann" To: Mariusz Zaborski Cc: Tommi Pernila , FreeBSD Current , freebsd-desktop@freebsd.org Subject: Re: Nvidia issue with CURRENT Message-ID: <20180423090033.70a5ed85@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: References: Organization: Walstatt MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:G/8mzDZ4iJ9xuicti1MRrRhqq2cEYoLGxPRObl4MUHYtZt/YTim ZrivWPNX1S7mwNLrQs5NnCJAI5zvD8cVXeKqCNKj6Bs2ynhJuSt+eeahwgG6g1SCnoR/GjU 4XGfeoyGDV9vknoZ+j7zkioW8y9tHiMH6h1rfOtGPT8GTTMyR/JC+qzgCv8HkjYkjUfWaqf rwT6ugX+iNxquY45RfpbQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:inGzY+k/Zo0=:++4VFHV7GKAFues67FTP+/ kRypgaMEVdbbzA4n1L3aSVrjUfVGtoFGhl0unLDApoSNujScpGnACIrXyc9hSbuDGLiHHL64g gEwmcXs2D0dVkCFeJRSh1hqTkaq/Ns2LQYdCH0qe7OA0zKm4ljl6srHSJB8zyhDZYVJFLpj61 F2G5TxhPgSWk4g0sg4JvLDiUt+wy2eh/9AO4o7RfnBjPVYEXX2f9q2bo3HVId4hMsOIaJuyl4 9jHshYnv8Mc5WFHNP9LkLMmlhmg8NUEiZLmEhGeKoiKeIsoAcf/bdBYkjazx38uynC0mXoiP5 geYGksIKc9w3cAkh49KDG0DQNRy+2J7O3lGe3++7OHW+cKaNBbZ0bM/h5dxupBX086xp0XVEP 1KmQJIMgd1NwlXQzyxj4nniVSWUiXV+Zh4WpWQ4FEQ5enol1caSS34l4oULUiHrHgRXP9jBh6 v/XpZi4DwdEEj38s4j+3dYC85N6IU27wZnEJLk3851KT0da7bDpCjwhhKifw5iUDVMcJKoO3T EDpOGFwLDVGnweVTEVGsM/FeOj37QMUW8Mg6cbn0pBOKXwjHzOXIguTf5tgy42eF8Wdwy1wR9 ix62AYcWUSGAoFRAcgya36UyNvceM/td4h/YSFBtKt+h/qZZlu+5NigUl0tItQ04/+w8ASFri moALq9QoEiPZR3Jb0efLzWvGIkMgy37AukRO9uwvupjgdZhtD4bMjEOfTE7FyYxLUYz6aqGgt Hrpakel7lOAIhCmiree7/WJZ1V/eKpr/TKIxx5ZjvOs5KzLyep6jmRrpS9xLTYcM2sa4g6ZYB XrBmLohABit9wlXzujrM5ESkzU/XSFMRaTWdTHU/nUJH6t2u6o= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 23 Apr 2018 07:00:59 -0000 On Sun, 22 Apr 2018 14:38:55 +0200 Mariusz Zaborski wrote: > Hi, > > Normally I build my CURRENT by myself from Xorg - r332861. > But I also tried latest SNAPSHOT. > > Thanks, > Mariusz All my boxes running with nVidia hardware running most recent CURRENT (compiled this morning on an almost daily basis) and I'm using the lates official driver available from nVidia, 390.48. It happens to be as a natural byproduct of CURRENT that very often the kernel module of the nVidia driver is out of sync so i made it a habit to recompile the module from sources whenever I recompile/install a kernel. In /etc/src.conf , therefore you should add something similar to (like I added to mine): PORTS_MODULES= PORTS_MODULES+= x11/nvidia-driver PORTS_MODULES+= emulators/virtualbox-ose-kmod This is one of the great advantages of having an operating system which you can compile yourself. Regards, oh > > On 22 April 2018 at 14:24, Tommi Pernila wrote: > > Hi, > > > > are you running which version of CURRENT? > > E.g. Some snapshot or did you compile from source? > > > > -Tommi > > > > On Sun, 22 Apr 2018 at 13.47, Mariusz Zaborski > > wrote: > >> > >> Hello, > >> > >> I upgraded my FreeBSD to CURRENT and nvidia-drvier-390.48. But it's > >> stop working. > >> I tried also nvidia-driver-390.25 without luck as well. > >> > >> I have loaded nvidia-modeset.ko . > >> > >> While I'm rebooting my machine its also core dumping: > >> https://people.freebsd.org/~oshogbo/nvidia-mail.png . > >> I'm attaching also Xorg log. > >> > >> Is this a known issue? > >> > >> Thanks, > >> Mariusz > >> _______________________________________________ > >> freebsd-current@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-current > >> To unsubscribe, send any mail to > >> "freebsd-current-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"