Jump to content

getting gpu logs from linux


jalavoui
 Share

3 posts in this topic

Recommended Posts

getting gpu logs from linux requires a special boot flag

 

grub.efi sample config

 

set timeout=0
menuentry "Ubuntu" {
    set gfxpayload=keep
    search --no-floppy --fs-uuid --set=root 60c989ee-b27b-420d-8a17-b541c2605fb3
    linux    /vmlinuz root=UUID=60c989ee-b27b-420d-8a17-b541c2605fb3 ro  quiet splash drm.debug=0x14
    initrd    /initrd.img
}

 

image.thumb.png.a41beb5d5b6088d9dc5dd5cc3e580f6c.png

Edited by jalavoui
Link to comment
Share on other sites

I'd like to add that enabling verbose logging can produce a lot of data, so ensure you have a way to sift through the logs effectively. Tools like 'grep' are really invaluable for filtering through the noise to find the relevant information.

Link to comment
Share on other sites

 Share

×
×
  • Create New...