From owner-freebsd-questions@freebsd.org Sun Oct 16 20:53:36 2016 Return-Path: Delivered-To: freebsd-questions@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 4FBB0C149C4 for ; Sun, 16 Oct 2016 20:53:36 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (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 0C10F12A0 for ; Sun, 16 Oct 2016 20:53:34 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org. (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id u9GKbY4g063203 for ; Sun, 16 Oct 2016 14:37:54 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org To: FreeBSD Mailing List From: Gary Aitken Subject: nvidia driver conflict with linux compat, 10.3 X-Enigmail-Draft-Status: N1110 Message-ID: <5803E50D.4060109@dreamchaser.org> Date: Sun, 16 Oct 2016 14:37:33 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Sun, 16 Oct 2016 14:37:54 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 20:53:36 -0000 I am in the process of upgrading to 10.3 by reinstalling it on a new disk. When I attempt to install the x11/nvidia-driver, I get the message pkg-static: nvidia-driver-346.96 conflicts with linux-c6-dri-10.4.3 (installs files into the same place). Problematic file: /compat/linux/usr/lib/libGL.so.1 *** Error code 70 What's the right way out of this problem? My Xorg.0.log file contains the entries: [ 66.717] (WW) Warning, couldn't open module fbdev [ 66.717] (II) UnloadModule: "fbdev" [ 66.717] (II) Unloading fbdev [ 66.717] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 66.725] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, ... ... [ 66.792] (WW) NV: Ignoring unsupported device 0x10de104a (GF119 [GeForce GT 610]) at 05@00:00:0 Note: the GF119 / GT 610 is not mentioned in the ignore list above [ 67.930] (II) AIGLX: Screen 0 is not DRI2 capable [ 67.930] (EE) AIGLX: reverting to software rendering Finally, I used the defaults when building xorg-server, which is DEVD and not HAL. If one does not build with HAL, will this cause problems for apps which require it? What is the advantage of DEVD? Thanks, Gary