Public bug reported: Series: 24.10 Oracular Version: 2.22.0+ds1-1 Bug: In order to run vainfo without a display, users need the --display drm, but the latest builds do not have the option
Solution: Add libdrm-dev as a dependency for the libva-utils package Confirmation steps: # In oracular apt update apt install vainfo # confirm this does not show drm as an option vainfo --display help apt install libdrm-dev meson pkg-config git clone https://github.com/intel/libva-utils cd libva-utils mkdir build && cd build meson .. -Dtests=false ninja # Note that drm is now available ./vainfo/vainfo --display help Additional info Please note that LP:2077645 will affect the success of the command if you're actually trying to get vainfo to work properly ** Affects: libva-utils (Ubuntu) Importance: Undecided Status: New ** Tags: pe-sponsoring-request ** Tags added: pe-sponsoring-request -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083693 Title: libva-utils does not depend on libdrm-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libva-utils/+bug/2083693/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
