Linux command
intel_error_decode 命令
文本
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Decode GPU error from dmesg
dmesg | intel_error_decode
Decode error file
intel_error_decode < [error_state.txt]
Decode with shader info
intel_error_decode -s [shader.bin]
说明
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.
参数
- -s _FILE_
- Shader binary for context.
- -c
- Color output.
- --help
- Display help information.
FAQ
What is the intel_error_decode command used for?
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.
How do I run a basic intel_error_decode example?
Run `dmesg | intel_error_decode` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s _FILE_ do in intel_error_decode?
Shader binary for context.