https://bugs.freedesktop.org/show_bug.cgi?id=92962

--- Comment #4 from Pierre Moreau <[email protected]> ---
(In reply to stakanov from comment #3)
> A bit embarrassing but I do not really know what to ask there. 
> 
> I think I know how to blacklist nouveau:
> 
> # echo "blacklist nouveau" >> /etc/modprobe.d/50-blacklist.conf && mkinitrd
> && reboot

That should do it.

(In reply to stakanov from comment #3)
> Then, if I do understand rightly: 
> 
> cat /dev/kmsg > kmsgresult.txt 
> 
> Then 
> 
> modprobe nouveau 
> 
> (from the  CLI) and then again?
> 
> cat /dev/kmsg > kmsgresult2.txt 

    cat /dev/kmsg > kmsgresult.txt&
    modprobe nouveau
    startx

would be one way to go, as `cat` will continue its job until it get killed. And
then when you reboot, you can access the file (which hopefully didn't end up
corrupted). Maybe `journalctl -k -b -1` will contain all the information as
well (given that the previous boot, was one that froze)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to