Search results for query: nvidia

  1. loveydovey

    Upgrade 14.4-14.5 requires 4 GBs to be downloaded?

    ...so existing binaries face zero missing library errors. Which Packages Actually Need Reinstallation? Kernel Modules (kmods): Drivers like nvidia-driver, drm-kmod (GPU drivers), or virtualbox-ose-kmod interact directly with internal kernel symbols (KABI). Kernel symbol changes between minor...
  2. NapoleonWils0n

    Technical aspects of running local LLMs on FreeBSD

    ...wheel files which dont exist. The way my freebsd-cuda works is by using the updated version of shkhln dummy-uvm.so to intercept calls to nvidia-uvm which doesnt exist on Freebsd. https://github.com/NapoleonWils0n/freebsd-cuda I mount the Nvidia driver and linuxlator Rocky libraries into...
  3. NapoleonWils0n

    Technical aspects of running local LLMs on FreeBSD

    I did say that the project depended on your work with the dummy-uvm.so in the videos, documentation and notes to get Nvidia working. Without the dummy-uvm.so using Jails and Podman with Cuda wouldnt be possible. The post was just a brief one line description of how the project worked...
  4. Espionage724

    BSD Installation: An Outdated Mess That Nobody Wants to Fix

    My favorite was NVIDIA reversing GPU PhysX physics if an AMD GPU was present :p
  5. G

    Technical aspects of running local LLMs on FreeBSD

    ...I understand it correctly llama-cpp is the engine in Ollama but I'm new to all this ai kerfuffling. I think I saw that you have a thread about finding an x11 guinea pig and I will reply to that since my build-from-ports nvidia drivers forces me to use x11 on this old unbalanced hardware...
  6. NapoleonWils0n

    Technical aspects of running local LLMs on FreeBSD

    You can run Ollama with Cuda on Freebsd using a Rocky Linux Podman container The Nvidia Driver and Linuxulator libraries are mounted from Freebsd into the Podman container, and you can start and stop Ollama with a Makefile by running make to start Ollama and make clean to stop it...
  7. G

    Technical aspects of running local LLMs on FreeBSD

    Great topic for a thread, thanks cracauer@. Here's some technical aspects for running AI models locally on unbalanced crap hardware with llama-cpp, some random AI models from huggingface and aider. The crap Hardware: CPU Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz ~ 2011 16 Gb DD3 RAM @ 1600 ~...
  8. hrsetrdr

    BSD Installation: An Outdated Mess That Nobody Wants to Fix

    ...installation of FreeBSD-15.1-RELEASE-amd64 I found the installer to be user friendly. However, getting a Mate Desktop up and running with an Nvidia graphics card was just "above my pay-grade". Arch-Linux: Arch is an involved by hand installation, requiring your complete attention. Gentoo...
  9. orpheus497

    Show Your FreeBSD Workstation (Specs + Screenshot)

    HP ENVY Laptop Intel i5 with intel iris & nvidia gtx 1650 my own version of hikari on wlroots 0.20 and a layer-shell fork from rofi I made for it
  10. Emrion

    tigervnc and xrdp refuses to work

    I have another machine with a nvidia card and xrdp was working. I didn't test it since ages...
  11. G

    tigervnc and xrdp refuses to work

    the issue that i have nvidia card which not listed in /etc/X11/xrdp/xorg.conf DRMAllowlist freebsd is really bad with nvidia - got alot of headaches getting desktop to work at all with my card
  12. J

    tigervnc and xrdp refuses to work

    I believe this is only needed if you want some sort of hardware acceleration. I don't need that, and don't install those drivers, and it is working well for basic access. I didn't see anything in the xorg log that clued me in on a problem, but I might be missing something. I have found that...
  13. G

    tigervnc and xrdp refuses to work

    ...but now i have another issue i need now to edit to /etc/X11/xrdp/xorg.conf , for my device but i dont know what i need to do drm-kmod is for amd and intel not nvidia so i used (nvidia-drm-kmod) but now how to find my render device and should i keep DRMAllowlist as is or edit it for nvidia
  14. G

    tigervnc and xrdp refuses to work

    hello i am using freebsd on my computer (not headless device and using DE on it and installed display drivers - nvidia) and i wish to be able to connect to it its DE remotely not just ssh but both tigervnc and xrdp refuses to work uname -a FreeBSD freebsd 15.1-RELEASE-p3 FreeBSD...
  15. T

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

    If you already have up-to-date ports tree (for the driver version) and /usr/src/sys/ 100% in sync with your running kernel. My assumption on previous comment was that the only remaining problem is that you cannot fetch NVIDIA driver distfile.
  16. fff2024g

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

    thanks for all . if i download nvidia-xxxxx.tar.xz . can i rebuild the driver without any github,gitlab file ? thanks.
  17. sualbee

    5BSD - a verifiable FreeBSD derivate

    ...which is incomparable to more than 1 million lines of (I suppose) mostly blindly generated code. This sounds familiar... Aha! enabled-the-nvidia-gpu-passthrough-inside-a-linux-virtual-machine-via-qemu-accelerated-with-bhyve.102901/ EDIT: Sadly, I got it wrong. There is also an...
  18. 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
  19. 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
Back
Top