From owner-freebsd-ports@freebsd.org Thu Sep 8 22:54:26 2016 Return-Path: Delivered-To: freebsd-ports@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 7C6A4BD1D4F for ; Thu, 8 Sep 2016 22:54:26 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7C2D64 for ; Thu, 8 Sep 2016 22:54:26 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id D00AB145A4; Thu, 8 Sep 2016 15:54:18 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1473375258; bh=rHHDDDAkvyQlB+akpXzjgyS7AhWq/SzpwchkB9JBRlg=; h=To:From:Subject:Date; b=fVQDXRvwAaV286iXnulE9HYWZttwsWnf6c4WsrkpugselHciOH1I9cqDov1d/VHlT WN5tHfEFjC9Nrn2LFOTPtMI9Vk2wMKNlTvhoTUiFQISoU+s3MaX7GCL1qYfN4duwmi CsDaT6woLxHULp0zIM49X3Jl6VGSeCxiSOtvKTFc= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 5F6FE1459E for ; Thu, 8 Sep 2016 15:54:18 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1473375258; bh=rHHDDDAkvyQlB+akpXzjgyS7AhWq/SzpwchkB9JBRlg=; h=To:From:Subject:Date; b=fVQDXRvwAaV286iXnulE9HYWZttwsWnf6c4WsrkpugselHciOH1I9cqDov1d/VHlT WN5tHfEFjC9Nrn2LFOTPtMI9Vk2wMKNlTvhoTUiFQISoU+s3MaX7GCL1qYfN4duwmi CsDaT6woLxHULp0zIM49X3Jl6VGSeCxiSOtvKTFc= To: freebsd-ports@freebsd.org From: "Russell L. Carter" Subject: GeForce GTX 750 Ti upgraded to unsupported Message-ID: <4ddc27f0-2103-3bed-4914-a72bf69d020d@pinyon.org> Date: Thu, 8 Sep 2016 15:54:17 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 22:54:26 -0000 Greetings, Since I upgraded to 11/stable from 10/stable, it appears that my video card is no longer supported by either nvidia-driver or nvidia-driver-340: 77.208] (WW) NV: Ignoring unsupported device 0x10de1380 (GM107 [GeForce GTX 750 Ti]) at 01@00:00:0 The error message is identical for either. Either port provides graphics via the VESA driver. However, a typical error is: rcarter@feyerabend> firefox Xlib: extension "GLX" missing on display ":0" Any ideas? Thanks, Russell