[tuto][intel][debug] How to debug an Intel i915 graphics processor crash

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Message
Author
User avatar
K-mik@Z
Posts: 17
Joined: Sat May 19, 2018 10:08 am

[tuto][intel][debug] How to debug an Intel i915 graphics processor crash

#1 Post by K-mik@Z »

If you’re lucky enough to get logs or data written in case of a GPU crash there’s an easy way to gather debug information to file an Intel graphics driver bug.

Code: Select all

sudo mount -t debugfs debug /sys/kernel/debug
sudo cat /sys/kernel/debug/dri/0/i915_error_state > ~/Desktop/i915_error_state
My tutorials
Sorry by advance for my english, I'm french.
Image "They didn't know it was impossible, so they did it." - Mark Twain

Return to “Tips & Tricks by users”