Inxi -G: Unable to show advanced data. Required tool glxinfo missing

% inxi -G
Graphics:
  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel
  Device-2: NVIDIA TU117M [GeForce MX450] driver: nvidia v: 470.94
  Device-3: IMC Networks USB2.0 HD UVC WebCam type: USB driver: uvcvideo
  Display: x11 server: X.Org 1.21.1.2 driver: loaded: modesetting
    unloaded: nvidia resolution: 1: 1920x1080~60Hz 2: 1920x515~60Hz
  Message: Unable to show advanced data. Required tool glxinfo missing.

Why would pkgfile say that glxinfo is in extra/mesa-demos when it isn’t?

% pkgfile glxinfo
extra/mesa-demos
% pac -Ql mesa-demos | grep info
mesa-demos /usr/bin/es2_info
mesa-demos /usr/bin/glinfo
mesa-demos /usr/bin/pbinfo
%

pacman -Fy glxinfo provides the answer:

extra/mesa-utils 8.4.0-6
    usr/bin/glxinfo
1 Like

and pkgfile does, too
after updating it’s database
sudo pkgfile -u

1 Like

During update you may have also noticed:

upgraded mesa-demos (8.4.0-4 -> 8.4.0-6)
glxinfo, eglinfo and glxgears are now part of the new "mesa-utils" package.
3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.