Thus one should patch the Rocky Linux code to use the FreeBSD driver?the issue is there isnt a i915 driver present on rocky linux
as its supposed to be a kernel module
but the directory where it should be is empty
and lsmod doesnt show any kernel modules loaded
taking another look at ubuntu mantic
and going to see if changing editing the group file makes any difference
ubuntu group file
Code:vi /etc/group
i comment out the root entry
and add a new entry for the wheel group which doesnt exist on ubuntu
Code:wheel:*:0:root,username #root:x:0:
that fixes the permissions on the dri, drm and nvidia devices
the issue i was having on ubuntu is not beening able to render ( export ) the footage
Why don't just hack the nvidia driver to give SR-IOV and pass thorough the vGPU to a bhyve VM?
It certainly sound much easier than cross-platform driver compatibility hell.