Closed probonopd closed 3 years ago
I think I'll have to look at the changes upstream.
Strangely, nomadbsd-1.4.img.lzma
(also based on 12.2) does load the NVIDIA kernel module and puts NVIDIA configuration into /usr/local/etc/X11/xorg.conf.d/10-video-initgfx.conf
correctly.
Fixed in pull request #184.
Unfortunately the issue persists in helloSystem build: 0E31 for commit: e66c914, FreeBSD 12.1 (did not test 12.2, let me know in case you think it makes a difference).
You are showing me the nvidia audio controller with your lspci output.
# pciconf -lv | grep -A3 ^vgapci${unit} | grep device
What does this show?
Also, please would you boot with muting off and grep /var/log/messages for initgfx?
FreeBSD% pciconf -lv | grep -A3 ^vgapci${unit} | grep device
device = 'GM107 [GeForce GTX 750]'
FreeBSD% sudo grep -i initgfx /var/log/messages
FreeBSD%
But:
Mar 15 07:48:48 FreeBSD kernel: KLD nvidia.ko: depends on kernel - not available or version mismatch
Mar 15 07:48:48 FreeBSD kernel: linker_load_file: /usr/local/nvidia/440/boot/modules/nvidia.ko - unsupported file type
Mar 15 07:48:48 FreeBSD kernel: KLD nvidia-modeset.ko: depends on kernel - not available or version mismatch
Mar 15 07:48:48 FreeBSD kernel: linker_load_file: /usr/local/nvidia/440/boot/modules/nvidia-modeset.ko - unsupported file type
FreeBSD% uname -v
FreeBSD 12.1-RELEASE r354233 GENERIC
Gonna retry with the 12.2 based ISO.
Gonna retry with the 12.2 based ISO.
Did the trick. Thank you very much @crees.
12.2 based helloSystem build: 0E27 for commit: 4f4d8b0
NVIDIA GPU is (somewhat?) detected but not used by Xorg.
10-video-initgfx.conf
?/tmp/initgfx.335/
and the wrong (fallback) one in/usr/local/etc/X11/xorg.conf.d/
?The same ISO did autoconfigure an Intel GPU properly (on a different system).
cc @crees