Search results for query: nvidia

  1. sualbee

    5BSD - a verifiable FreeBSD derivate

    ...about 4 very small and fairly trivial commits that were reviewed by humans, which is incomparable to more than 1 million lines of (I suppose) mostly generated code. Sounds familiar... Aha! enabled-the-nvidia-gpu-passthrough-inside-a-linux-virtual-machine-via-qemu-accelerated-with-bhyve.102901/
  2. C

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    distcache.FreeBSD.org is also available. http://distcache.freebsd.org/ports-distfiles/NVIDIA-FreeBSD-x86_64-595.99.02.tar.xz
  3. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    If the issue is about distfile of x11/nvidia-{kmod|driver} on latest branch, can't you download it here? Both uses exactly the same distfile to build. https://us.download.nvidia.com/XFree86/FreeBSD-x86_64/595.99.02/NVIDIA-FreeBSD-x86_64-595.99.02.tar.xz
  4. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    ...ports tree is also mirrored there. You don't have to get it from git.freebsd.org. https://github.com/freebsd/freebsd-ports https://gitlab.com/FreeBSD/freebsd-ports Although I suspect it's downloading the distfiles from the NVidia website that's problematic, not so much the ports tree itself.
  5. T

    Solved Intel i915 rc6 power saving enabled?

    If the variable is tunable and readonly, /etc/sysctl.conf or sysctl command cannot take effect. Readonly tunables (like hw.nvidiadrm.modeset for nvidia-drm.ko) needs to be set BEFORE the variable is actually needed (i.e., on loading nvidia-drm.ko for hw.nvidiadrm.modeset tunable), so needed to...
  6. C

    Is drm-612-kmod ready to be used on FreeBSD 15.1p2?

    ...old gpu RTX2080. My pkg repository for port is pointing to latest. I did port upgrade and freebsd-fetch install. The port provided me with nvidia-drm-66-kmod-595.91.07. It crashed my display manager sddm and dropped me to the console. I tried to start my window manager on console and...
  7. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    jesus 😁, please give me power , let me can access freebsd ports to fast build x11/nvidia-kmod ..... the ccp block me to build anything from ports. do you have some proxy ? or other way to go ? most time i have installed app from binary .....
  8. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    To be safe, if anyone want to unload kernel modules after load, don't rely on autoloading. Confirm relationship (depend on / depended upon) first, and carefully specify the order NOT to cause autoloads (all that needed are already loaded). This COULD allow unloading later. But some modules are...
  9. T

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    More precisely: nvidia-modeset.ko pulls in nvidia.ko as its dependency. nvidia.ko pulls in linux.ko as its dependency for Linux compatibility support. linux.ko pulls in mqueuefs.ko and linux_common.ko as its dependency. Build x11/nvidia-kmod locally via ports with LINUX option disabled...
  10. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    You're going to need to build x11/nvidia-kmod with LINUX turned off. You cannot unload them because technically they're "in use" (there's a module depending on them, namely nvidia; which is autoloaded by nvidia-modeset)
  11. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    thanks for your god voice ... but i cannot kldunload linux.ko and linux_common.ko .....what way i can go to turn off linux.ko and linx_common.ko autoload when system boot. thanks.
  12. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    Yes, it's due to the LINUX option of x11/nvidia-kmod. Note that the driver doesn't require linux to function, it works fine without it. It's merely there so the driver can be used with the Linux Compatibility layer. If you don't use the Linux compatibility you can turn the option off.
  13. fff2024g

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    thanks. you mean the nvidia-modeset autoload the linux.ko and linux_common.ko ?
  14. SirDice

    how to know which one load the linux.ko and linux_common.ko in freebsd15.1 ?

    sysrc linux_enable="YES" The /etc/rc.d/linux rc script will load whatever is appropriate. Don't need to add anything to /boot/loader.conf. And the default nvidia-modeset kernel module will automagically pull in any dependent linux kernel modules if needed.
  15. toddg

    PF NAT isn't re-writing my jail network addresses as expected, causing ping to fail b/c no response

    ...rpc_statd_enable=YES rpc_lockd_enable=YES autofs_enable=YES devd_enable=YES devfs_system_ruleset="system" dbus_enable=YES kld_list="fusefs nvidia-drm" ifconfig_wlan0="WPA DHCP" LAPTOP: ifconfig re0: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500...
  16. drsnx60

    What do I do now?

    ...stamped 150100 or higher. Note that if your kmods are stamped 150068 they are for freebsd 15.0 and is probably not compatible with 15.1 pkg info | egrep "drm|nvidia|amd" will show if your installed drivers are for the expected version of the...
  17. fahrenheit

    Offtopic rants (was: Why is nVidia So Problematic?)

    I agree with this, i.e. also start supporting nouveau and nvk, it would mean a more consistent support starting with g80 cards (point at which modesetting works fine). NVK is also progressing nicely. The performance is not on par with the official drivers but at least post maxwell it's no longer...
  18. K

    Offtopic rants (was: Why is nVidia So Problematic?)

    ...Otherwise I would agree this is the way forward. In light of this, I'd recommend give up and go full in with nouveau until we're tier 1 for Nvidia. The blob from Nvidia is lacking cuda, lacks support for older hardware compared to nouveau and requires a shed load of patches and compromises...
  19. msplsh

    Offtopic rants (was: Why is nVidia So Problematic?)

    Give up and perfect the shim until we're Tier 1 for them 🤷‍♀️ Wireless was important enough to do this.
  20. D

    Offtopic rants (was: Why is nVidia So Problematic?)

    It's been stated twice, and now a third time,
Back
Top