Hello,
Can I helping me? I have this error in load driver nvidia.
Don't worked sysctl.
rc.config
nvidia-driver-550.120
trying file package or compiled ports no success.
Compiled driver 565.57.01, no success.
in rc.conf kld_list="nvidia-modeset", but trying nvidia-drm, only nvidia and no works.
I used linux_enable="YES" no /boot/loader.conf and no worked.
I tested in FreeBSD 14/15 - CURRENT, now i am with FreeBSD 15:
I used this wiki:
https://wiki.freebsd.org/Graphics
https://badland.io/prime-configuration.md
I tried all options. but I don't think it's the driver. Exists something tunable in kernel to alloc mem card device?
ps. why FreeBSD 15, support integrate graphics, 13 and 14 no worked.
Can I helping me? I have this error in load driver nvidia.
Don't worked sysctl.
Code:
/boot/loader.conf
hw.pci.allow_unsupported_io_range=1
Code:
/etc/rc.conf
hostname="legion5"
keymap="br.kbd"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
sshd_enable="YES"
moused_enable="YES"
powerd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
kld_list="nvidia-modeset i915kms"
linux_enable="YES"
dbus_enable="YES"
Code:
pciconf -lv | grep -B3 VGA
vendor = 'Intel Corporation'
device = 'Raptor Lake-P [UHD Graphics]'
class = display
subclass = VGA
--
vendor = 'NVIDIA Corporation'
device = 'GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU]'
class = display
subclass = VGA
trying file package or compiled ports no success.
Compiled driver 565.57.01, no success.
in rc.conf kld_list="nvidia-modeset", but trying nvidia-drm, only nvidia and no works.
Code:
# sysctl hw.pci.allow_unsupported_io_range=1
sysctl: unknown oid 'hw.pci.allow_unsupported_io_range'
I tested in FreeBSD 14/15 - CURRENT, now i am with FreeBSD 15:
Code:
FreeBSD legion5 15.0-CURRENT FreeBSD 15.0-CURRENT #0 main-n272752-d5e9faf1f329: Thu Oct 10 03:53:59 UTC 2024 [email]root@releng3.nyi.freebsd.org[/email]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
https://wiki.freebsd.org/Graphics
https://badland.io/prime-configuration.md
I tried all options. but I don't think it's the driver. Exists something tunable in kernel to alloc mem card device?
ps. why FreeBSD 15, support integrate graphics, 13 and 14 no worked.