Jump to content
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
}

other debug flags: drm.debug=0x1e log_buf_len=1M

image.thumb.png.a41beb5d5b6088d9dc5dd5cc3e580f6c.png

Edited by jalavoui
Link to comment
https://www.insanelymac.com/forum/topic/358213-getting-gpu-logs-from-linux/
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.

×
×
  • Create New...