From owner-freebsd-x11@freebsd.org Tue May 2 20:46:04 2017 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 20E0DD5BB53 for ; Tue, 2 May 2017 20:46:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0FDB71985 for ; Tue, 2 May 2017 20:46:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0C4B1D5BB52; Tue, 2 May 2017 20:46:04 +0000 (UTC) Delivered-To: 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 0BFBED5BB51 for ; Tue, 2 May 2017 20:46:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E315A1984; Tue, 2 May 2017 20:46:03 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 187AB3F2B; Tue, 2 May 2017 20:46:03 +0000 (UTC) From: Jan Beich To: "O. Hartmann" Cc: x11@FreeBSD.org, Claudio Eichenberger Subject: Re: NVIDIA geForce GTX 960 References: <20170502142632.GA20029@yourshop.com> <20170502213152.5ace361e@thor.intern.walstatt.dynvpn.de> Date: Tue, 02 May 2017 22:45:58 +0200 In-Reply-To: <20170502213152.5ace361e@thor.intern.walstatt.dynvpn.de> (O. Hartmann's message of "Tue, 2 May 2017 21:31:52 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Tue, 02 May 2017 20:46:04 -0000 "O. Hartmann" writes: > Am Tue, 02 May 2017 19:57:20 +0200 > Jan Beich schrieb: > >> Claudio Eichenberger writes: >> >> > Dear X11 Team, >> > >> > Your driver xf86-video-nv doesn't support the NVIDIA geForce GTX 960 graphics card. >> >> x11-drivers/xf86-video-nv is deprecated[1], use x11/nvidia-driver* instead. >> If you really need an open source driver try x11-drivers/xf86-video-vesa. >> >> [1] https://lists.freedesktop.org/archives/xorg/2010-March/049560.html > > Where is the nouveau driver? Isn't the nouveau driver the opensource driver for nVidia? > It is missing for along time now. nouveau DDX removed[1] non-DRM support years ago. NetBSD ported[2] it in 7.1 but other BSDs have shown little interest. If you just want KMS (e.g. for UEFI or Wayland) then nvidia-driver supports it since 364.16 but nvidia-drm.ko hasn't been ported. Like missing native libcuda.so.1 NVIDIA is probably not interested unless you buy enough Quadro cards. $$$ spent would be similar to buying AMD GPUs then donating to FreeBSD Foundation to help porting/updating amdgpu. ;) [1] https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=f8ac9e35bd20 [2] https://nouveau.freedesktop.org/wiki/NetBSD/