LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

intel_error_decode

decodes Intel GPU error states from kernel logs

TLDR

Decode GPU error from dmesg
$ dmesg | intel_error_decode
copy
Decode error file
$ intel_error_decode < [error_state.txt]
copy
Decode with shader info
$ intel_error_decode -s [shader.bin]
copy

SYNOPSIS

intel_error_decode [options]

DESCRIPTION

intel_error_decode decodes Intel GPU error states from kernel logs. It translates hardware register dumps into human-readable information.The tool parses GPU hang information to identify failing batches and instructions. Essential for debugging graphics driver issues.

PARAMETERS

-s FILE

Shader binary for context.
-c
Color output.
--help
Display help information.

INSTALL

sudo apt install intel-gpu-tools
copy
sudo pacman -S intel-gpu-tools
copy
sudo zypper install intel-gpu-tools
copy
nix profile install nixpkgs#intel-gpu-tools
copy

CAVEATS

Intel graphics only. Requires error state from dmesg. Part of intel-gpu-tools.

HISTORY

intelerrordecode is part of intel-gpu-tools, created for debugging GPU hangs on Intel graphics hardware.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid