This prize numpty has installed:
And in /boot/loader.conf:
And at the end of /etc/rc.conf:
But I keep seeing console errors about nvidia-modeset not being found, and startx fails to start Openbox.
But the strange thing is I can simply do:
And then use startx and run Openbox as normal.
I have tried without the full filepath in rc.conf. I see no difference. Really confused here.
All comments appreciated.
Code:
$ pkg info -a | grep nvidia
nvidia-driver-580.95.05 NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-kmod-580.95.05.1403000 kmod part of NVidia graphics card binary drivers for hardware OpenGL rendering
nvidia-settings-580.95.05 Display Control Panel for X NVidia driver
nvidia-xconfig-580.95.05 Tool to manipulate X configuration files for the NVidia driver
And in /boot/loader.conf:
Code:
hw.nvidiadrm.modeset="1"
And at the end of /etc/rc.conf:
Code:
kldlist+="/boot/modules/nvidia-modeset"
But I keep seeing console errors about nvidia-modeset not being found, and startx fails to start Openbox.
Code:
$ locate nvidia-modeset
/boot/modules/nvidia-modeset.ko
/usr/ports/x11/nvidia-driver/files/460-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c
/usr/ports/x11/nvidia-driver/files/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c
/usr/ports/x11/nvidia-driver/files/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c.in
But the strange thing is I can simply do:
doas kldload nvidia-modeset And then use startx and run Openbox as normal.
I have tried without the full filepath in rc.conf. I see no difference. Really confused here.
All comments appreciated.