From owner-freebsd-x11@freebsd.org Thu Dec 15 10:38:27 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 9F68AC81F6D for ; Thu, 15 Dec 2016 10:38:27 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay116.isp.belgacom.be (mailrelay116.isp.belgacom.be [195.238.20.143]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 129731D9C for ; Thu, 15 Dec 2016 10:38:25 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BbCAApclJY//s+sVtUCBoBAQEBAgEBA?= =?us-ascii?q?QEIAQEBAYM3AQEBAQEfTIEUjkGVZCYBlmuGIgKBe0QQAQIBAQEBAQEBYiiEaQE?= =?us-ascii?q?FOhwjEAsYCSUPKh4GE4hvrFuLDQEBAQEBAQQBAQEBJIsPhB6GAwWPAYtrkSV0j?= =?us-ascii?q?2SOFIQPNiCBIoV3PTSIOAEBAQ?= X-IPAS-Result: =?us-ascii?q?A2BbCAApclJY//s+sVtUCBoBAQEBAgEBAQEIAQEBAYM3AQE?= =?us-ascii?q?BAQEfTIEUjkGVZCYBlmuGIgKBe0QQAQIBAQEBAQEBYiiEaQEFOhwjEAsYCSUPK?= =?us-ascii?q?h4GE4hvrFuLDQEBAQEBAQQBAQEBJIsPhB6GAwWPAYtrkSV0j2SOFIQPNiCBIoV?= =?us-ascii?q?3PTSIOAEBAQ?= Received: from 251.62-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.62.251]) by relay.skynet.be with ESMTP; 15 Dec 2016 11:38:20 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id uBFAcJlB059562; Thu, 15 Dec 2016 11:38:20 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Thu, 15 Dec 2016 11:38:19 +0100 From: Tijl Coosemans To: Hannes Hauswedell Cc: freebsd-x11@freebsd.org Subject: Re: Linux 3D Games/Ports do not work anymore with Mesa-Drivers Message-ID: <20161215113819.423663cc@kalimero.tijl.coosemans.org> In-Reply-To: <68d4cf64-fd86-2340-88ea-b56c52bcfcb6@fsfe.org> References: <1481636962.12224.0@smtp.gmail.com> <68d4cf64-fd86-2340-88ea-b56c52bcfcb6@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Thu, 15 Dec 2016 10:38:27 -0000 On Thu, 15 Dec 2016 00:13:17 +0100 Hannes Hauswedell wrote: > I've got similar, but different problems. I have set > > DEFAULT_VERSIONS+=linux=c7_64 > > in /etc/make.conf > > And I have rebuilt nvidia-driver, deinstalled all linux packages and > rebuilt all of linux_base-c7 from ports. I have locked the packages to > make sure they don't get replaced. > > But alread glxinfo fails: > > % /compat/linux/usr/bin/glxinfo > name of display: unix:0.0 > X Error: BadValue > Request Major code 153 (GLX) > Request Minor code 24 () > Value 0x0 > Error Serial #42 > Current Serial #43 > > > What am I doing wrong? I suspect glxinfo is a 64 bit program and the nvidia driver does not install 64 bit linux libraries. Try building and installing linux-c7-glx-utils with linux=c7 in DEFAULT_VERSIONS.