From owner-freebsd-emulation@freebsd.org Wed Jun 17 18:01:26 2020 Return-Path: Delivered-To: freebsd-emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C2038356086; Wed, 17 Jun 2020 18:01:26 +0000 (UTC) (envelope-from mi+t@aldan.algebra.com) Received: from symbion.zaytman.com (symbion.zaytman.com [64.112.176.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "symbion", Issuer "Narawntapu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49nCYX3Hdyz4BH6; Wed, 17 Jun 2020 18:01:18 +0000 (UTC) (envelope-from mi+t@aldan.algebra.com) Received: from narawntapu.narawntapu (pool-100-1-228-105.nwrknj.fios.verizon.net [100.1.228.105]) by symbion.zaytman.com (8.15.2/8.15.2) with ESMTPS id 05HI1F8d061281 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 17 Jun 2020 14:01:16 -0400 (EDT) (envelope-from mi+t@aldan.algebra.com) X-Authentication-Warning: symbion.zaytman.com: Host pool-100-1-228-105.nwrknj.fios.verizon.net [100.1.228.105] claimed to be narawntapu.narawntapu Received: from aldan.narawntapu (aldan [192.168.3.13]) by narawntapu.narawntapu (8.15.2/8.15.2) with ESMTP id 05HI1A7A024419; Wed, 17 Jun 2020 14:01:10 -0400 (EDT) (envelope-from mi+t@aldan.algebra.com) X-Authentication-Warning: narawntapu.narawntapu: Host aldan [192.168.3.13] claimed to be aldan.narawntapu Subject: Re: glxinfo works, /compat/linux/usr/bin/glxinfo - does not To: =?UTF-8?Q?T=c4=b3l_Coosemans?= Cc: x11@FreeBSD.org, freebsd-emulation@FreeBSD.org, Alexey Dokuchaev References: <20200617141108.2a4f23c9@FreeBSD.org> <20200617175854.21d8a8f2@FreeBSD.org> <5b21ec4b-bfa2-f07a-81c6-cd8831aa5ae8@aldan.algebra.com> <20200617190031.56c2f74a@FreeBSD.org> From: "Mikhail T." Message-ID: Date: Wed, 17 Jun 2020 14:01:10 -0400 MIME-Version: 1.0 In-Reply-To: <20200617190031.56c2f74a@FreeBSD.org> Content-Language: en-US X-DCC-MGTINTERNET-Metrics: narawntapu 1170; bulk rep Body=4 Fuz1=4 Fuz2=4 rep=70% X-Rspamd-Queue-Id: 49nCYX3Hdyz4BH6 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of mi@aldan.algebra.com has no SPF policy when checking 64.112.176.10) smtp.mailfrom=mi@aldan.algebra.com X-Spamd-Result: default: False [2.14 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[algebra.com]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.71)[0.708]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.48)[0.479]; NEURAL_SPAM_LONG(0.05)[0.052]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:394548, ipnet:64.112.176.0/24, country:US]; TAGGED_FROM(0.00)[t]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[100.1.228.105:received] X-Mailman-Approved-At: Thu, 18 Jun 2020 08:02:12 +0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2020 18:01:27 -0000 On 17.06.20 13:42, Tijl Coosemans wrote: > On Wed, 17 Jun 2020 12:26:25 -0400 "Mikhail T." > wrote: >> On 17.06.20 11:58, Tijl Coosemans wrote: >>> Does "glxinfo | grep glvnd" print anything? >> Yes, both of them print the same thing now: >> >> root@macropod:/green/home/mi # glxinfo | grep glvnd >>     GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, >> GLX_EXT_libglvnd, >> root@macropod:/green/home/mi # /compat/linux/usr/bin/glxinfo | grep >> glvnd >>     GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, >> GLX_EXT_libglvnd, > Does everything still work if you install linux-c7-dri but remove > /compat/linux/usr/lib/libGLX_system.so.0 and > /compat/linux/usr/lib64/libGLX_system.so.0? I just installed linux-c7-dri, and things continue to work even without removing GLX_system... I do not understand, why: % env LANG=C ls -l /compat/linux/usr/lib*/libGLX* lrwxr-xr-x  1 root  wheel       15 Jun 16 13:52 /compat/linux/usr/lib/libGLX.so.0 -> libGLX.so.0.0.0 -rwxr-xr-x  1 root  wheel    70016 Oct 30  2018 /compat/linux/usr/lib/libGLX.so.0.0.0 lrwxr-xr-x  1 root  wheel       24 Jun 16 20:39 /compat/linux/usr/lib/libGLX_indirect.so.0 -> libGLX_nvidia.so.390.132 lrwxr-xr-x  1 root  wheel       20 May 12 12:39 /compat/linux/usr/lib/libGLX_mesa.so.0 -> libGLX_mesa.so.0.0.0 -rwxr-xr-x  1 root  wheel   583660 May 12 12:40 /compat/linux/usr/lib/libGLX_mesa.so.0.0.0 lrwxr-xr-x  1 root  wheel       24 Jun 17 13:56 /compat/linux/usr/lib/libGLX_nvidia.so.0 -> libGLX_nvidia.so.390.132 -rw-r--r--  1 root  wheel  1129756 Jun 16 20:39 /compat/linux/usr/lib/libGLX_nvidia.so.390.132 lrwxr-xr-x  1 root  wheel       16 Jun 17 13:56 /compat/linux/usr/lib/libGLX_system.so.0 -> libGLX_mesa.so.0 lrwxr-xr-x  1 root  wheel       15 Jun 16 13:52 /compat/linux/usr/lib64/libGLX.so.0 -> libGLX.so.0.0.0 -rwxr-xr-x  1 root  wheel    75040 Oct 30  2018 /compat/linux/usr/lib64/libGLX.so.0.0.0 lrwxr-xr-x  1 root  wheel       24 Jun 16 20:39 /compat/linux/usr/lib64/libGLX_indirect.so.0 -> libGLX_nvidia.so.390.132 lrwxr-xr-x  1 root  wheel       20 May 12 12:30 /compat/linux/usr/lib64/libGLX_mesa.so.0 -> libGLX_mesa.so.0.0.0 -rwxr-xr-x  1 root  wheel   502120 May 12 12:32 /compat/linux/usr/lib64/libGLX_mesa.so.0.0.0 lrwxr-xr-x  1 root  wheel       24 Jun 17 13:56 /compat/linux/usr/lib64/libGLX_nvidia.so.0 -> libGLX_nvidia.so.390.132 -rw-r--r--  1 root  wheel  1268120 Jun 16 20:39 /compat/linux/usr/lib64/libGLX_nvidia.so.390.132 lrwxr-xr-x  1 root  wheel       16 Jun 17 13:56 /compat/linux/usr/lib64/libGLX_system.so.0 -> libGLX_mesa.so.0 % /compat/linux/usr/bin/glxinfo | grep glvnd     GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd, Yours, -mi