Search results for query: nvidia

  1. G

    general/other Cuda working on Freebsd using Podman - support thread

    ...the github page but also how the configuration files are commented. apart from me being silly and not realizing that the linux-drivers for nvidia needs to be installed it basically worked right away. Unfortunately modifying the ollama container to instead run llama-cpp is tad tricker. It...
  2. ZioMario

    general/other Cuda working on Freebsd using Podman - support thread

    It was all needed to make it work on my specific configuration. What you are waging a crusade over is horrifying. It isn't horrorific for my FreeBSD where I'm running a kernel 16.0 that allows me to run qemu + bhyve. I validated all the code there, and getting it to work required some exotic...
  3. NapoleonWils0n

    general/other Cuda working on Freebsd using Podman - support thread

    ...1000 lines with regular expressions and completely un needed code so much abuse of cat i should call the rscpa downloading and building the nvidia driver adding in a dockerfile and compose.yaml into a script defeats the whole point of podman building a frankenstein os in a container with...
  4. NapoleonWils0n

    general/other Cuda working on Freebsd using Podman - support thread

    The uvm_ioctl_override.c / dummy-uvm.so stopped working after the Nvidia 535 diver I see it was updated on the Dec 4, 2024. I had to switched back to linux just before that, and only came back to Freebsd a couple of months ago Someone on reddit messaged me about my Davinci Resolve project...
  5. G

    The old computers thread

    my first pc was not vintage to be honest but i love it and still own it to this day but sadly it shows its age :( Dell Precision T3400 Core 2 quad 4 GB of DRR2 RAM 128MB nvidia card ( i do NOT miss this card at all) 600 GB western digital hdd i used it as my only and main machine till 2025
  6. ZioMario

    general/other Cuda working on Freebsd using Podman - support thread

    [marietto@marietto /mnt/linuxulator2/freebsd-radxa-src]./devuan-ollama.sh verify --- host: /dev/nvidia* crw-rw-rw- 1 root wheel 0x2fa Sep 11 11:40 /dev/nvidia0 crw-rw-rw- 1 root wheel 0x2fb Sep 11 11:40 /dev/nvidiactl --- host: sysctl hw.nvidia hw.nvidia.gpus.0.type: PCIe...
  7. arnoldoree

    Setting up a FreeBSD instance bootable from baremetal and KVM

    Thanks for this, honestly brings a smile :) I personally don't find many greater complements than those relating to workflow and process, be they technical or business. Moreover, as well as continuity of operations it increases productivity a great deal, especially in a new context, when you can...
  8. T

    Nvidia 595.99.02 is better !

    Glad to hear it!
  9. ali-tek

    Setting up a FreeBSD instance bootable from baremetal and KVM

    ...vs baremetal: 1. For KVM VirtIO graphics: On FreeBSD 14/15, the standard KMS driver stack (drm-kmod) is primarily for physical GPUs (Intel/AMD/Nvidia). Inside KVM with VirtIO-GPU, FreeBSD typically uses the EFI GOP framebuffer via the vt(4) driver (vt_vga). Make sure you have kern.vty=vt in...
  10. SirDice

    Nvidia 595.99.02 is better !

    2026Q3 has 595.84, latest has 595.99.02. In case you were wondering where the difference came from. https://cgit.freebsd.org/ports/tree/x11/nvidia-driver/Makefile.version?h=2026Q3 https://cgit.freebsd.org/ports/tree/x11/nvidia-driver/Makefile.version?h=main
  11. drsnx60

    Nvidia 595.99.02 is better !

    ...Alain for showing that I had older libdrm installed , now updated to version 2.4.134.1 ------------------- pkg info | egrep "nvidia|drm" drm-612-kmod-6.12.85.1501502_1 Direct Rendering Manager (DRM) GPU drivers drm-kmod-20260508 Direct Rendering Manager (DRM) GPU...
  12. Alain De Vos

    Nvidia 595.99.02 is better !

    For me, x@myfreebsd:/SSD/home/x $ pkg info |egrep "nvidia|drm" drm-612-kmod-6.12.85.1501000_1 Direct Rendering Manager (DRM) GPU drivers libdrm-2.4.133,1 Direct Rendering Manager library and headers nvidia-driver-595.84 NVIDIA graphics driver userland...
  13. drsnx60

    Nvidia 595.99.02 is better !

    Status-Report : Nvidia driver 595:99.02.150102 appears to be more stable than its predessesor 595.91 . With 595.91 I had kernel panics when trying to use DRM-612. With 595.99 DRM-612 starts and works again. ( using a desktop based on i7-11700K...
  14. T

    nvidia and GeForce 3060 on FreeBSD 14.4 - not a happy experience

    I finally got around to rebuild the relevant *kmods from ports Sep 9 20:43:46 kg-core2 pkg-static[36888]: nvidia-kmod-595.84.1404000 deinstalled Sep 9 20:43:48 kg-core2 pkg-static[36988]: nvidia-kmod-595.84.1404000 installed Sep 9 20:48:01 kg-core2 pkg-static[38415]...
  15. G

    general/other Cuda working on Freebsd using Podman - support thread

    nvidia-smi Wed Sep 9 20:07:50 2026 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 595.84 Driver Version: 595.99.02 CUDA Version: 13.2 |...
  16. G

    general/other Cuda working on Freebsd using Podman - support thread

    Well, I figured the easiest way would be to upgrade the linux-nvidia-libs to 595.99.02 since FreeBSD Ports Search lists it. However after doing the below I am confused. git pull git status On branch main Your branch is up to date with 'origin/main'. ls x11/linux-nvidia-libs*...
  17. NapoleonWils0n

    general/other Cuda working on Freebsd using Podman - support thread

    looks like you have a mismatch between the driver version and the libraries you could try updating and reinstalling the drivers maybe something like this sudo pkg update sudo pkg upgrade linux-nvidia-libs nvidia-driver and rebooting
  18. G

    general/other Cuda working on Freebsd using Podman - support thread

    Now it gets interesting. pkg info | grep nvidia linux-nvidia-libs-595.84 NVIDIA graphics libraries and programs (Linux) nvidia-driver-595.99.02 NVIDIA graphics driver userland nvidia-drm-612-kmod-595.99.02.1501000 NVIDIA DRM Kernel Module nvidia-drm-kmod-595.99.02 NVIDIA DRM...
  19. G

    general/other Cuda working on Freebsd using Podman - support thread

    No, it's in the container. I have rebuilt base x11 and ollama but still same. Logs now say this: sudo podman-compose logs -f chmod: changing permissions of '/run/user/1001-writeable': Operation not permitted chown: cannot read directory '/run/user/1001-writeable': Permission denied /grandpa
Back
Top