----- Original Message ----- > From: "Andreas Beckmann" <a...@debian.org> > To: "Christophe Trophime" <christophe.troph...@lncmi.cnrs.fr> > Cc: "1008245" <1008...@bugs.debian.org> > Sent: Friday, March 25, 2022 3:25:48 PM > Subject: Re: Bug#1008245: update-glx config for nvidia but libegl point to > mesa-diverted
> On 25/03/2022 12.56, Christophe Trophime wrote: >>> update-glx --display nvidia > > Thanks. > > I'm not sure whether this will yield helpful debug information, but you > could run > > strace --trace=/open eglinfo I attached the output as eglinfo.log > > to get a list of all files opened when running eglinfo. This should at > least show whether nvidia libraries are being tried ... > Indeed it seems that it tried some nvidia libs > > Andreas
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libEGL.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d/10_nvidia.json", O_RDONLY) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.470.103.01", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/egl/egl_external_platform.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/egl/egl_external_platform.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 openat(AT_FDCWD, "/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json", O_RDONLY) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwayland-server.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libffi.so.8", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.470.103.01", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-470.103.01-rc", O_RDONLY) = 3 openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/proc/self/comm", O_RDONLY) = 3 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d/50_mesa.json", O_RDONLY) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgbm.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libglapi.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-present.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxshmfence.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libbsd.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libmd.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/dev/dri/card0", O_RDWR|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gbm/tls/nvidia-drm_gbm.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gbm/nvidia-drm_gbm.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 4 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 5 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/tls/nouveau_dri.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libLLVM-13.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libsensors.so.5", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libelf.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libvulkan.so.1", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/glibc-hwcaps/x86-64-v3/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/glibc-hwcaps/x86-64-v2/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/tls/haswell/x86_64/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/tls/haswell/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/tls/x86_64/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/tls/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/haswell/x86_64/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/haswell/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/x86_64/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/../lib/libedit.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libedit.so.2", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libz3.so.4", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxml2.so.2", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libicuuc.so.67", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libicudata.so.67", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 4 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 6 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 5 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device", O_RDONLY) = 6 openat(AT_FDCWD, "/sys/devices/system/cpu", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 5 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/tls/kms_swrast_dri.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 4 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/glibc-hwcaps/x86-64-v3/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/glibc-hwcaps/x86-64-v2/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/tls/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/glibc-hwcaps/x86-64-v3/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/glibc-hwcaps/x86-64-v2/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/tls/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/glibc-hwcaps/x86-64-v3/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/glibc-hwcaps/x86-64-v2/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/tls/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/tls/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/tls/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/tls/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/glibc-hwcaps/x86-64-v3/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/glibc-hwcaps/x86-64-v2/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/tls/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/tls/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/tls/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/tls/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/haswell/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/haswell/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/libdxcore.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 5 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/dri/tls/kms_swrast_dri.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/sys/dev/char/226:0/uevent", O_RDONLY) = 5 EGL client extensions string: EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_KHR_platform_x11 EGL_EXT_platform_x11 EGL_EXT_platform_device EGL_KHR_platform_wayland EGL_EXT_platform_wayland EGL_MESA_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless GBM platform: EGL API version: 1.4 EGL vendor string: Mesa Project EGL version string: 1.4 EGL client APIs: OpenGL OpenGL_ES EGL extensions string: EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_image_dma_buf_export EGL_MESA_query_driver Configurations: bf lv colorbuffer dp st ms vis cav bi renderable supported id sz l r g b a th cl ns b id eat nd gl es es2 vg surfaces --------------------------------------------------------------------- 0x01 32 0 10 10 10 2 0 0 0 0 0x30335241-- y y y win 0x02 32 0 10 10 10 2 16 0 0 0 0x30335241-- y y y win 0x03 32 0 10 10 10 2 24 0 0 0 0x30335241-- y y y win 0x04 32 0 10 10 10 2 24 8 0 0 0x30335241-- y y y win 0x05 32 0 10 10 10 2 32 0 0 0 0x30335241-- y y y win 0x06 32 0 10 10 10 2 0 0 4 1 0x30335241-- y y y win 0x07 32 0 10 10 10 2 16 0 4 1 0x30335241-- y y y win 0x08 32 0 10 10 10 2 24 0 4 1 0x30335241-- y y y win 0x09 32 0 10 10 10 2 24 8 4 1 0x30335241-- y y y win 0x0a 32 0 10 10 10 2 32 0 4 1 0x30335241-- y y y win 0x0b 30 0 10 10 10 0 0 0 0 0 0x30335258-- y y y win 0x0c 30 0 10 10 10 0 16 0 0 0 0x30335258-- y y y win 0x0d 30 0 10 10 10 0 24 0 0 0 0x30335258-- y y y win 0x0e 30 0 10 10 10 0 24 8 0 0 0x30335258-- y y y win 0x0f 30 0 10 10 10 0 32 0 0 0 0x30335258-- y y y win 0x10 30 0 10 10 10 0 0 0 4 1 0x30335258-- y y y win 0x11 30 0 10 10 10 0 16 0 4 1 0x30335258-- y y y win 0x12 30 0 10 10 10 0 24 0 4 1 0x30335258-- y y y win 0x13 30 0 10 10 10 0 24 8 4 1 0x30335258-- y y y win 0x14 30 0 10 10 10 0 32 0 4 1 0x30335258-- y y y win 0x15 32 0 8 8 8 8 0 0 0 0 0x34325241-- y y y win 0x16 32 0 8 8 8 8 16 0 0 0 0x34325241-- y y y win 0x17 32 0 8 8 8 8 24 0 0 0 0x34325241-- y y y win 0x18 32 0 8 8 8 8 24 8 0 0 0x34325241-- y y y win 0x19 32 0 8 8 8 8 32 0 0 0 0x34325241-- y y y win 0x1a 32 0 8 8 8 8 0 0 4 1 0x34325241-- y y y win 0x1b 32 0 8 8 8 8 16 0 4 1 0x34325241-- y y y win 0x1c 32 0 8 8 8 8 24 0 4 1 0x34325241-- y y y win 0x1d 32 0 8 8 8 8 24 8 4 1 0x34325241-- y y y win 0x1e 32 0 8 8 8 8 32 0 4 1 0x34325241-- y y y win 0x1f 24 0 8 8 8 0 0 0 0 0 0x34325258-- y y y win 0x20 24 0 8 8 8 0 16 0 0 0 0x34325258-- y y y win 0x21 24 0 8 8 8 0 24 0 0 0 0x34325258-- y y y win 0x22 24 0 8 8 8 0 24 8 0 0 0x34325258-- y y y win 0x23 24 0 8 8 8 0 32 0 0 0 0x34325258-- y y y win 0x24 24 0 8 8 8 0 0 0 4 1 0x34325258-- y y y win 0x25 24 0 8 8 8 0 16 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/run/user/11164/gdm/Xauthority", O_RDONLY) = 4 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnvtegrahv.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnvtegrahv.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/lib/libnvtegrahv.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/libnvtegrahv.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 3 openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 3 openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 3 openat(AT_FDCWD, "/sys/devices/system/memory/block_size_bytes", O_RDONLY) = 4 openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profile-globals-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/LNCMI-G/trophime/.nv/nvidia-application-profiles-rc.d", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/nvidia/nvidia-application-profiles-rc.d/", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-470.103.01-rc", O_RDONLY) = 4 openat(AT_FDCWD, "/usr/share/nvidia/nvidia-application-profiles-rc", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/proc/self/comm", O_RDONLY) = 4 openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4 openat(AT_FDCWD, "/dev/nvidia0", O_RDWR|O_CLOEXEC) = 4 openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 5 openat(AT_FDCWD, "/dev/nvidia0", O_RDWR|O_CLOEXEC) = 5 openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6 openat(AT_FDCWD, "/dev/nvidia0", O_RDWR|O_CLOEXEC) = 6 openat(AT_FDCWD, "/run/user/11164/gdm/Xauthority", O_RDONLY) = 7 0 4 1 0x34325258-- y y y win 0x26 24 0 8 8 8 0 24 0 4 1 0x34325258-- y y y win 0x27 24 0 8 8 8 0 24 8 4 1 0x34325258-- y y y win 0x28 24 0 8 8 8 0 32 0 4 1 0x34325258-- y y y win 0x29 16 0 5 6 5 0 0 0 0 0 0x36314752-- y y y win 0x2a 16 0 5 6 5 0 16 0 0 0 0x36314752-- y y y win 0x2b 16 0 5 6 5 0 24 0 0 0 0x36314752-- y y y win 0x2c 16 0 5 6 5 0 24 8 0 0 0x36314752-- y y y win 0x2d 16 0 5 6 5 0 32 0 0 0 0x36314752-- y y y win 0x2e 16 0 5 6 5 0 0 0 4 1 0x36314752-- y y y win 0x2f 16 0 5 6 5 0 16 0 4 1 0x36314752-- y y y win 0x30 16 0 5 6 5 0 24 0 4 1 0x36314752-- y y y win 0x31 16 0 5 6 5 0 24 8 4 1 0x36314752-- y y y win 0x32 16 0 5 6 5 0 32 0 4 1 0x36314752-- y y y win 0x33 64 0 16 16 16 16 0 0 0 0 0x48344241-- y y y win 0x34 64 0 16 16 16 16 16 0 0 0 0x48344241-- y y y win 0x35 64 0 16 16 16 16 24 0 0 0 0x48344241-- y y y win 0x36 64 0 16 16 16 16 24 8 0 0 0x48344241-- y y y win 0x37 64 0 16 16 16 16 32 0 0 0 0x48344241-- y y y win 0x38 64 0 16 16 16 16 0 0 4 1 0x48344241-- y y y win 0x39 64 0 16 16 16 16 16 0 4 1 0x48344241-- y y y win 0x3a 64 0 16 16 16 16 24 0 4 1 0x48344241-- y y y win 0x3b 64 0 16 16 16 16 24 8 4 1 0x48344241-- y y y win 0x3c 64 0 16 16 16 16 32 0 4 1 0x48344241-- y y y win 0x3d 48 0 16 16 16 0 0 0 0 0 0x48344258-- y y y win 0x3e 48 0 16 16 16 0 16 0 0 0 0x48344258-- y y y win 0x3f 48 0 16 16 16 0 24 0 0 0 0x48344258-- y y y win 0x40 48 0 16 16 16 0 24 8 0 0 0x48344258-- y y y win 0x41 48 0 16 16 16 0 32 0 0 0 0x48344258-- y y y win 0x42 48 0 16 16 16 0 0 0 4 1 0x48344258-- y y y win 0x43 48 0 16 16 16 0 16 0 4 1 0x48344258-- y y y win 0x44 48 0 16 16 16 0 24 0 4 1 0x48344258-- y y y win 0x45 48 0 16 16 16 0 24 8 4 1 0x48344258-- y y y win 0x46 48 0 16 16 16 0 32 0 4 1 0x48344258-- y y y win Wayland platform: eglinfo: eglInitialize failed X11 platform: EGL API version: 1.5 EGL vendor string: NVIDIA EGL version string: 1.5 EGL client APIs: OpenGL_ES OpenGL EGL extensions string: EGL_EXT_buffer_age EGL_EXT_client_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_MESA_image_dma_buf_export EGL_EXT_output_base EGL_EXT_stream_acquire_mode EGL_EXT_sync_reuse EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context_no_error EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_partial_update EGL_KHR_swap_buffers_with_damage EGL_KHR_no_config_context EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_reusable_sync EGL_KHR_stream EGL_KHR_stream_attrib EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_NV_nvrm_fence_sync EGL_NV_post_sub_buffer EGL_NV_quadruple_buffer EGL_NV_stream_consumer_eglimage EGL_NV_stream_cross_display EGL_NV_stream_cross_object EGL_NV_stream_cross_process EGL_NV_stream_cross_system EGL_NV_stream_dma EGL_NV_stream_flush EGL_NV_stream_metadata EGL_NV_stream_remote EGL_NV_stream_reset EGL_NV_stream_socket EGL_NV_stream_socket_inet EGL_NV_stream_socket_unix EGL_NV_stream_sync EGL_NV_stream_fifo_next EGL_NV_stream_fifo_synchronous EGL_NV_stream_consumer_gltexture_yuv EGL_NV_stream_attrib EGL_NV_stream_origin EGL_NV_system_time EGL_NV_output_drm_flip_event EGL_NV_triple_buffer EGL_NV_robustness_video_memory_purge EGL_WL_bind_wayland_display EGL_WL_wayland_eglstream Configurations: bf lv colorbuffer dp st ms vis cav bi renderable supported id sz l r g b a th cl ns b id eat nd gl es es2 vg surfaces --------------------------------------------------------------------- 0x01 32 0 8 8 8 8 24 8 0 0 0x24-- y y y win,pb,pix,str 0x02 32 0 8 8 8 8 24 8 0 0 0x9a-- y y y win,pb,pix,str 0x03 32 0 8 8 8 8 24 8 0 0 0x5f-- y y y win,pb,pix,str 0x04 32 0 8 8 8 8 24 0 0 0 0x28-- y y y win,pb,pix,str 0x05 32 0 8 8 8 8 24 0 0 0 0x9e-- y y y win,pb,pix,str 0x06 32 0 8 8 8 8 24 0 0 0 0x63-- y y y win,pb,pix,str 0x07 32 0 8 8 8 8 0 0 0 0 0x2c-- y y y win,pb,pix,str 0x08 32 0 8 8 8 8 0 0 0 0 0xa2-- y y y win,pb,pix,str 0x09 32 0 8 8 8 8 0 0 0 0 0x67-- y y y win,pb,pix,str 0x0a 32 0 8 8 8 8 24 8 2 1 0x38-- y y y win,pb,str 0x0b 32 0 8 8 8 8 24 8 2 1 0xae-- y y y win,pb,str 0x0c 32 0 8 8 8 8 24 8 2 1 0x73-- y y y win,pb,str 0x0d 32 0 8 8 8 8 24 0 2 1 0x30-- y y y win,pb,str 0x0e 32 0 8 8 8 8 24 0 2 1 0xa6-- y y y win,pb,str 0x0f 32 0 8 8 8 8 24 0 2 1 0x6b-- y y y win,pb,str 0x10 32 0 8 8 8 8 24 8 4 1 0x3a-- y y y win,pb,str 0x11 32 0 8 8 8 8 24 8 4 1 0xb0-- y y y win,pb,str 0x12 32 0 8 8 8 8 24 8 4 1 0x75-- y y y win,pb,str 0x13 32 0 8 8 8 8 24 0 4 1 0x32-- y y y win,pb,str 0x14 32 0 8 8 8 8 24 0 4 1 0xa8-- y y y win,pb,str 0x15 32 0 8 8 8 8 24 0 4 1 0x6d-- y y y win,pb,str 0x16 32 0 8 8 8 8 24 8 8 1 0x44-- y y y win,pb,str 0x17 32 0 8 8 8 8 24 8 8 1 0xba-- y y y win,pb,str 0x18 32 0 8 8 8 8 24 8 8 1 0x7f-- y y y win,pb,str 0x19 32 0 8 8 8 8 24 0 8 1 0x40-- y y y win,pb,str 0x1a 32 0 8 8 8 8 24 0 8 1 0xb6-- y y y win,pb,str 0x1b 32 0 8 8 8 8 24 0 8 1 0x7b-- y y y win,pb,str 0x1c 32 0 8 8 8 8 24 8 16 1 0x4c-- y y y win,pb,str 0x1d 32 0 8 8 8 8 24 8 16 1 0xc2-- y y y win,pb,str 0x1e 32 0 8 8 8 8 24 8 16 1 0x87-- y y y win,pb,str 0x1f 32 0 8 8 8 8 24 0 16 1 0x48-- y y y win,pb,str 0x20 32 0 8 8 8 8 24 0 16 1 0xbe-- y y y win,pb,str 0x21 32 0 8 8 8 8 24 0 16 1 0x83-- y y y win,pb,str 0x22 32 0 8 8 8 8 24 8 32 1 0x54-- y y y win,pb,str 0x23 32 0 8 8 8 8 24 8 32 1 0xca-- y y y win,pb,str 0x24 32 0 8 8 8 8 24 8 32 1 0x8f-- y y y win,pb,str 0x25 32 0 8 8 8 8 24 0 32 1 0x50-- y y y win,pb,str 0x26 32 0 8 8 8 8 24 0 32 1 0xc6-- y y y win,pb,str 0x27 32 0 8 8 8 8 24 0 32 1 0x8b-- y y y win,pb,str 0x28 32 0 8 8 8 8 24 8 64 1 0x5c-- y y y win,pb,str 0x29 32 0 8 8 8 8 24 8 64 1 0xd2-- y y y win,pb,str 0x2a 32 0 8 8 8 8 24 8 64 1 0x97-- y y y win,pb,str 0x2b 32 0 8 8 8 8 24 0 64 1 0x58-- y y y win,pb,str 0x2c 32 0 8 8 8 8 24 0 64 1 0xce-- y y y win,pb,str 0x2d 32 0 8 8 8 8 24 0 64 1 0x93-- y y y win,pb,str 0x2e 24 0 8 8 8 0 24 8 0 0 0x21-- y y y win,pb,pix,str 0x2f 24 0 8 8 8 0 24 8 0 0 0x23-- y y y win,pb,pix,str 0x30 24 0 8 8 8 0 24 8 0 0 0x22-- y y y win,pb,pix,str 0x31 24 0 8 8 8 0 24 0 0 0 0x27-- y y y win,pb,pix,str 0x32 24 0 8 8 8 0 24 0 0 0 0x9d-- y y y winopenat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 6 openat(AT_FDCWD, "/dev/nvidia0", O_RDWR|O_CLOEXEC) = 6 openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 7 openat(AT_FDCWD, "/dev/nvidia0", O_RDWR|O_CLOEXEC) = 7 ,pb,pix,str 0x33 24 0 8 8 8 0 24 0 0 0 0x62-- y y y win,pb,pix,str 0x34 24 0 8 8 8 0 0 0 0 0 0x2b-- y y y win,pb,pix,str 0x35 24 0 8 8 8 0 0 0 0 0 0xa1-- y y y win,pb,pix,str 0x36 24 0 8 8 8 0 0 0 0 0 0x66-- y y y win,pb,pix,str 0x37 24 0 8 8 8 0 24 8 2 1 0x37-- y y y win,pb,str 0x38 24 0 8 8 8 0 24 8 2 1 0xad-- y y y win,pb,str 0x39 24 0 8 8 8 0 24 8 2 1 0x72-- y y y win,pb,str 0x3a 24 0 8 8 8 0 24 0 2 1 0x2f-- y y y win,pb,str 0x3b 24 0 8 8 8 0 24 0 2 1 0xa5-- y y y win,pb,str 0x3c 24 0 8 8 8 0 24 0 2 1 0x6a-- y y y win,pb,str 0x3d 24 0 8 8 8 0 24 8 4 1 0x39-- y y y win,pb,str 0x3e 24 0 8 8 8 0 24 8 4 1 0xaf-- y y y win,pb,str 0x3f 24 0 8 8 8 0 24 8 4 1 0x74-- y y y win,pb,str 0x40 24 0 8 8 8 0 24 0 4 1 0x31-- y y y win,pb,str 0x41 24 0 8 8 8 0 24 0 4 1 0xa7-- y y y win,pb,str 0x42 24 0 8 8 8 0 24 0 4 1 0x6c-- y y y win,pb,str 0x43 24 0 8 8 8 0 24 8 8 1 0x43-- y y y win,pb,str 0x44 24 0 8 8 8 0 24 8 8 1 0xb9-- y y y win,pb,str 0x45 24 0 8 8 8 0 24 8 8 1 0x7e-- y y y win,pb,str 0x46 24 0 8 8 8 0 24 0 8 1 0x3f-- y y y win,pb,str 0x47 24 0 8 8 8 0 24 0 8 1 0xb5-- y y y win,pb,str 0x48 24 0 8 8 8 0 24 0 8 1 0x7a-- y y y win,pb,str 0x49 24 0 8 8 8 0 24 8 16 1 0x4b-- y y y win,pb,str 0x4a 24 0 8 8 8 0 24 8 16 1 0xc1-- y y y win,pb,str 0x4b 24 0 8 8 8 0 24 8 16 1 0x86-- y y y win,pb,str 0x4c 24 0 8 8 8 0 24 0 16 1 0x47-- y y y win,pb,str 0x4d 24 0 8 8 8 0 24 0 16 1 0xbd-- y y y win,pb,str 0x4e 24 0 8 8 8 0 24 0 16 1 0x82-- y y y win,pb,str 0x4f 24 0 8 8 8 0 24 8 32 1 0x53-- y y y win,pb,str 0x50 24 0 8 8 8 0 24 8 32 1 0xc9-- y y y win,pb,str 0x51 24 0 8 8 8 0 24 8 32 1 0x8e-- y y y win,pb,str 0x52 24 0 8 8 8 0 24 0 32 1 0x4f-- y y y win,pb,str 0x53 24 0 8 8 8 0 24 0 32 1 0xc5-- y y y win,pb,str 0x54 24 0 8 8 8 0 24 0 32 1 0x8a-- y y y win,pb,str 0x55 24 0 8 8 8 0 24 8 64 1 0x5b-- y y y win,pb,str 0x56 24 0 8 8 8 0 24 8 64 1 0xd1-- y y y win,pb,str 0x57 24 0 8 8 8 0 24 8 64 1 0x96-- y y y win,pb,str 0x58 24 0 8 8 8 0 24 0 64 1 0x57-- y y y win,pb,str 0x59 24 0 8 8 8 0 24 0 64 1 0xcd-- y y y win,pb,str 0x5a 24 0 8 8 8 0 24 0 64 1 0x92-- y y y win,pb,str 0x5b 16 0 5 6 5 0 24 8 0 0 0x00-- y y y pb,str 0x5c 16 0 5 6 5 0 24 0 0 0 0x00-- y y y pb,str 0x5d 16 0 5 6 5 0 16 0 0 0 0x00-- y y y pb,str 0x5e 16 0 5 6 5 0 0 0 0 0 0x00-- y y y pb,str Device platform: EGL API version: 1.5 EGL vendor string: NVIDIA EGL version string: 1.5 EGL client APIs: OpenGL_ES OpenGL EGL extensions string: EGL_EXT_buffer_age EGL_EXT_client_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_MESA_image_dma_buf_export EGL_EXT_output_base EGL_EXT_output_drm EGL_EXT_protected_content EGL_EXT_stream_consumer_egloutput EGL_EXT_stream_acquire_mode EGL_EXT_sync_reuse EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context_no_error EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_partial_update EGL_KHR_swap_buffers_with_damage EGL_KHR_no_config_context EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_reusable_sync EGL_KHR_stream EGL_KHR_stream_attrib EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_NV_nvrm_fence_sync EGL_NV_quadruple_buffer EGL_NV_stream_consumer_eglimage EGL_NV_stream_cross_display EGL_NV_stream_cross_object EGL_NV_stream_cross_process EGL_NV_stream_cross_system EGL_NV_stream_dma EGL_NV_stream_flush EGL_NV_stream_metadata EGL_NV_stream_remote EGL_NV_stream_reset EGL_NV_stream_socket EGL_NV_stream_socket_inet EGL_NV_stream_socket_unix EGL_NV_stream_sync EGL_NV_stream_fifo_next EGL_NV_stream_fifo_synchronous EGL_NV_stream_consumer_gltexture_yuv EGL_NV_stream_attrib EGL_NV_stream_origin EGL_NV_system_time EGL_NV_output_drm_flip_event EGL_NV_triple_buffer EGL_NV_robustness_video_memory_purge EGL_WL_bind_wayland_display EGL_WL_wayland_eglstream Configurations: bf lv colorbuffer dp st ms vis cav bi renderable supported id sz l r g b a th cl ns b id eat nd gl es es2 vg surfaces --------------------------------------------------------------------- 0x01 32 0 8 8 8 8 24 8 0 0 0x00-- y y y pb,str 0x02 32 0 8 8 8 8 24 0 0 0 0x00-- y y y pb,str 0x03 32 0 8 8 8 8 0 0 0 0 0x00-- y y y pb,str 0x04 32 0 8 8 8 8 24 8 2 1 0x00-- y y y pb,str 0x05 32 0 8 8 8 8 24 0 2 1 0x00-- y y y pb,str 0x06 32 0 8 8 8 8 0 0 2 1 0x00-- y y y pb,str 0x07 32 0 8 8 8 8 24 8 4 1 0x00-- y y y pb,str 0x08 32 0 8 8 8 8 24 8 4 1 0x00-- y y y pb,str 0x09 32 0 8 8 8 8 24 8 4 1 0x00-- y y y pb,str 0x0a 32 0 8 8 8 8 24 0 4 1 0x00-- y y y pb,str 0x0b 32 0 8 8 8 8 24 0 4 1 0x00-- y y y pb,str 0x0c 32 0 8 8 8 8 24 0 4 1 0x00-- y y y pb,str 0x0d 32 0 8 8 8 8 0 0 4 1 0x00-- y y y pb,str 0x0e 32 0 8 8 8 8 0 0 4 1 0x00-- y y y pb,str 0x0f 32 0 8 8 8 8 0 0 4 1 0x00-- y y y pb,str 0x10 32 0 8 8 8 8 24 8 8 1 0x00-- y y y pb,str 0x11 32 0 8 8 8 8 24 8 8 1 0x00-- y y y pb,str 0x12 32 0 8 8 8 8 24 0 8 1 0x00-- y y y pb,str 0x13 32 0 8 8 8 8 24 0 8 1 0x00-- y y y pb,str 0x14 32 0 8 8 8 8 0 0 8 1 0x00-- y y y pb,str 0x15 32 0 8 8 8 8 0 0 8 1 0x00-- y y y pb,str 0x16 24 0 8 8 8 0 24 8 0 0 0x00-- y y y pb,str 0x17 24 0 8 8 8 0 24 0 0 0 0x00-- y y y pb,str 0x18 24 0 8 8 8 0 0 0 0 0 0x00-- y y y pb,str 0x19 24 0 8 8 8 0 24 8 2 1 0x00-- y y y pb,str 0x1a 24 0 8 8 8 0 24 0 2 1 0x00-- y y y pb,str 0x1b 24 0 8 8 8 0 0 0 2 1 0x00-- y y y pb,str 0x1c 24 0 8 8 8 0 24 8 4 1 0x00-- y y y pb,str 0x1d 24 0 8 8 8 0 24 8 4 1 0x00-- y y y pb,str 0x1e 24 0 8 8 8 0 24 8 4 1 0x00-- y y y pb,str 0x1f 24 0 8 8 8 0 24 0 4 1 0x00-- y y y pb,str 0x20 24 0 8 8 8 0 24 0 4 1 0x00-- y y y pb,str 0x21 24 0 8 8 8 0 24 0 4 1 0x00-- y y y pb,str 0x22 24 0 8 8 8 0 0 0 4 1 0x00-- y y y pb,str 0x23 24 0 8 8 8 0 0 0 4 1 0x00-- y y y pb,str 0x24 24 0 8 8 8 0 0 0 4 1 0x00-- y y y pb,str 0x25 24 0 8 8 8 0 24 8 8 1 0x00-- y y y pb,str 0x26 24 0 8 8 8 0 24 8 8 1 0x00-- y y y pb,str 0x27 24 0 8 8 8 0 24 0 8 1 0x00-- y y y pb,str 0x28 24 0 8 8 8 0 24 0 8 1 0x00-- y y y pb,str 0x29 24 0 8 8 8 0 0 0 8 1 0x00-- y y y pb,str 0x2a 24 0 8 8 8 0 0 0 8 1 0x00-- y y y pb,str 0x2b 16 0 5 6 5 0 24 8 0 0 0x00-- y y y pb,str 0x2c 16 0 5 6 5 0 24 0 0 0 0x00-- y y y pb,str 0x2d 16 0 5 6 5 0 16 0 0 0 0x00-- y y y pb,str 0x2e 16 0 5 6 5 0 0 0 0 0 0x00-- y y y pb,str 0x2f 16 0 5 6 5 0 24 8 2 1 0x00-- y y y pb,str 0x30 16 0 5 6 5 0 24 0 2 1 0x00-- y y y pb,str 0x31 16 0 5 6 5 0 16 0 2 1 0x00-- y y y pb,str 0x32 16 0 5 6 5 0 0 0 2 1 0x00-- y y y pb,str 0x33 16 0 5 6 5 0 24 8 4 1 0x00-- y y y pb,str 0x34 16 0 5 6 5 0 24 8 4 1 0x00-- y y y pb,str 0x35 16 0 5 6 5 0 24 8 4 1 0x00-- y y y pb,str 0x36 16 0 5 6 5 0 24 0 4 1 0x00-- y y y pb,str 0x37 16 0 5 6 5 0 24 0 4 1 0x00-- y y y pb,str 0x38 16 0 5 6 5 0 24 0 4 1 0x00-- y y y pb,str 0x39 16 0 5 6 5 0 16 0 4 1 0x00-- y y y pb,str 0x3a 16 0 5 6 5 0 16 0 4 1 0x00-- y y y pb,str 0x3b 16 0 5 6 5 0 16 0 4 1 0x00-- y y y pb,str 0x3c 16 0 5 6 5 0 0 0 4 1 0x00-- y y y pb,str 0x3d 16 0 5 6 5 0 0 0 4 1 0x00-- y y y pb,str 0x3e 16 0 5 6 5 0 0 0 4 1 0x00-- y y y pb,str 0x3f 16 0 5 6 5 0 24 8 8 1 0x00-- y y y pb,str 0x40 16 0 5 6 5 0 24 8 8 1 0x00-- y y y pb,str 0x41 16 0 5 6 5 0 24 0 8 1 0x00-- y y y pb,str 0x42 16 0 5 6 5 0 24 0 8 1 0x00-- y y y pb,str 0x43 16 0 5 6 5 0 16 0 8 1 0x00-- y y y pb,str 0x44 16 0 5 6 5 0 16 0 8 1 0x00-- y y y pb,str 0x45 16 0 5 6 5 0 0 0 8 1 0x00-- y y y pb,str 0x46 16 0 5 6 5 0 0 0 8 1 0x00-- y y y pb,str +++ exited with 1 +++
smime.p7s
Description: S/MIME Cryptographic Signature