01:44martian67: is nouveau dead?
01:44martian67: seems like there hasn't been any commits for 6 months
01:45martian67: unless im looking in the wrong place
01:46HdkR: Smells like you're looking in the wrong place
01:47HdkR: https://gitlab.freedesktop.org/mesa/mesa/-/tree/master/src/gallium/drivers/nouveau
01:47martian67: 5 months...
01:47martian67: ah subdirs
01:48HdkR: Yea, that top bit is just derpy
01:58imirkin: martian67: maybe it has just achieved perfection in every way
01:58martian67: it hasn't
02:08viashimo: how do you all handle switching between nouveau and nvidia drivers (if you do so) during development? I've poked through the wiki a bit, and maybe it's my newbishness, but it doesn't really seem to covered
02:09martian67: kill x11, rmmod one, modprobe the other
02:10martian67: make sure you arent running in anything except vga console
02:10martian67: to avoid issues
02:10martian67: may or may not actually work
02:10martian67: otherwise, blacklist/reboot
02:12viashimo: ok. thanks
02:14imirkin: viashimo: yeah, it's a little tricky to remove nouveau actually
02:14imirkin: there's a wiki page that covers the precise steps
02:15imirkin: viashimo: https://nouveau.freedesktop.org/wiki/KernelModeSetting/
02:15imirkin: look towards the end, "Deactivating KMS and unloading Nouveau"
02:16imirkin: if you have an accelerator-only gpu (i.e. no outputs) then it's a bit simpler
02:20viashimo: interesting, thank you