Comment 44 for bug 114520

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Sorry I forgot, you can also enable the drm debug flag without unloading and reloading it:
echo 1 | sudo tee /sys/module/drm/parameters/debug
And to turn it off again, if the machine hasn't crashed yet :)
echo 0 | sudo tee /sys/module/drm/parameters/debug

(For those interested in debugging, I added this to https://wiki.ubuntu.com/Bugs/AtiDriver)