I have a GTX 660 and installed the 390 nvidia driver, nvidia-settings and nvidia-xconfig in OctoPkg
I put kld_list=“nvidia-modeset nvidia” in rc.conf and enabled full force composition pipeline in nvidia-settings / xorg.conf. That removed screen tearing, but 3d acceleration isn’t working for some reason.
LIBGL_DEBUG=verbose glxgears gave this error message:
libGL: screen 0 does not appear to be DRI2 capable
libGL: MESA-LOADER: dlopen(/usr/local/lib/dri/swrast_dri.so)
libGL: Can’t open configuration file /usr/local/etc/drirc: No such file or directory.
libGL: Can’t open configuration file /home/nomad/.drirc: No such file or directory.
libGL: Can’t open configuration file /usr/local/etc/drirc: No such file or directory.
libGL: Can’t open configuration file /home/nomad/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
No it didn’t fail. There are symbolic links in /usr/local/lib/xorg/modules/extensions like libglx.so.1 that point to the /nvidia folder but that only contains folders and no files if that helps?