Austin Shafer
Austin Shafer
Thanks! Will `thread_view.preferred_html_only = true` send all email as html though? I'd like to keep everything I send as plain text
Updating with some details from offline discussion. It seems that whatever steam runtime I have is calling new things that libc6-shim didn't yet have, specifically `epoll_create`, `localeconv`, and `getcontext`. Adding...
Hi @mvicomoya Thanks for your reply! I have installed the 415.25 driver (didn't try it originally because it has yet to make it in the FreeBSD ports tree, I'll try...
That is unfortunate to hear, though it certainly explains the problems I've had. Although I thought that's what the nvidia-modeset.ko module was supposed to provide? Or does it only support...
Thank you guys for pointing me in the right direction! I'd certainly be interested in giving it a try. I'll have to take a look at the linux nvidia-drm.ko and...
> Is all of nvidia-drm open source? If so I'd rather just port it to FreeBSD than rely on the linuxkpi. I'd need to read up on the FreeBSD DRM...
@mvicomoya Now that I think about it I recall seeing a mailing list post about how the linuxkpi based drm was what they were going to use going forward. I...
# Porting nvidia-drm to FreeBSD Apologies for the long message @mvicomoya @aritger Thanks for your advice from this thread, I have thrown some time into porting the nvidia-drm module using...
Thanks for your reply :) > So, yes, we'll need to find some compromise with the FreeBSD drm developers for access to drm header files. I assume they don't install...
Yup and nvkms_call_rm is called super frequently, so it just seemed like noise when I traced it. Made some progress, turns out I was only tracing the nvkms_open_from_kapi, however `nvkms_open_gpu`...