I don't appear to have an inxi command. Should I try running something else instead?
Signed,
Matthew Campbell
Just in relation to the question of finding information on the graphics hardware, the following programs may be able to provide some relevant info. There's a bit of overlap in the outputs but each does have it's own uniqueness. It's a non-exhaustive listing.
Make, model, kernel driver, kernel modules, vendor product code.
Code:
lspci -nnk |grep -A3 -i vga
Product, vendor, capabilities, configuration. (Use root for optimal output).
Make, model, driver, chip ID, API info, etc.
Code:
inxi -Gxxx
inxi -v 8 | awk '/Graphics:/,/Audio:/'
For xorg, timings, clocks, modes, horizontal and vertical refresh rates.
Graphics card memory, dedicated and available.
Code:
dmesg | grep -i vram
glxinfo -B | grep -i "video memory"
OpenGL and GLX implementation info:
Resolution, vertical refresh rate, brightness, gamma, socket connections.
Temperature, voltages.
Cpu% and memory% usage is available as it's updated in glances.
Lists codecs that card can decode.
Firmware, and parameters of graphics module.
E.g.: modinfo nouveau
Apps for proprietary drivers:
nvidia-smi
nvtop
radeontop
gpustat (for nvidia)
intel-gpu-tools
lact (
https://github.com/ilya-zlobintsev/LACT)