Search results for query: nvidia kmod

  1. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Now graphics/nvidia-drm-612-kmod-devel on RTX A400 [Minisforum MS-01] and graphics/nvidia-drm-612-kmod-580 on Quadro P1000 (notebook) [ThinkPad P52] are running fine for me on stable/15, amd64. Not tested with Wayland (X11 only).
  2. T

    Can somebody explain what the different components for drm/xorg etc are (in this case for NVidia)?

    At this moment (May 24, 2026 19:40 JST+9) for Production branch of ports: Basic kernel modules: x11/nvidia-kmod Libraries and others: x11/nvidia-driver Metaport for DRM/KMS: graphics/nvidia-drm-kmod DRM / KMS additions for 5.15: graphics/nvidia-drm-515-kmod DRM / KMS additions for 6.1...
  3. cracauer@

    Can somebody explain what the different components for drm/xorg etc are (in this case for NVidia)?

    | grep -iE 'nvidia|kmod|drm' drm-66-kmod libdrm linux-nvidia-libs nvidia-driver nvidia-drm-66-kmod nvidia-drm-kmod nvidia-kmod I am getting very frustrated with DRM/Vulkan/whole-X11 breaking on upgrades (that's OK, I use -current) but then being unable to find out the right incantation to...
  4. fahrenheit

    Ryzen 7 7700 iGPU support

    Well, the crashes and drm soft panics also happen on Linux. The main difference is that the firmware packages get updated more frequently and most distros are on 6.18+. Dumbbell who is porting drm will sometimes backport fixes for amdgpu and intel, so the stability of the drm code should improve...
  5. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Filed 295519 and corresponding review D57206 for adding graphics/nvidia-drm-612-kmod{-580|-devel} and bumping graphics/nvidia-drm-latest-kmod{-580|-devel}. Currently only build and package are tested on stable/15, though.
  6. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    failed to load CTF for ... would be harmless it it's "running" sanely, as ctf is a kind of debugging informations that is stripped. And now graphics/drm-612-kmod landed on latest (aka main) branch of ports tree (unlikely to be MFH to 2026Q2 quarterly branch) and graphics/drm-latest-kmod is also...
  7. drsnx60

    when to use DRM-Latest-KMOD aka version 6.9 ?

    HI, Thank you ! this does works. ( sorry this took a couple of days , but I managed to break the Displayport connector to the PC and had to purchase a replacement. ) Pls see lines 1914 -> 1942 in attached boot log. /boot/loader.conf ...
  8. ZioMario

    general/other Cuda now working on Freebsd with a Rocky Linux Podman container

    Regarding the shim written by shkhln against the UVM ioctl interface of nvidia driver higher than 525/535 : and the nvidia driver starting from 550 series that gives error,the PyTorch version isn't a problem — neither the Python version. Error 304 at cudaGetDeviceCount is the UVM shim failing...
  9. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    If you're NOT updating graphics/drm-latest-kmod and graphics/nvidia-drm-latest-kmod by yourself, the breakage is "promissing". graphics/nvidia-drm-latest-kmod wants: graphics/drm-latest-kmod/Makefile.version to be in sync with actual version graphics/nvidia-drm-latest-kmod/distinfo has proper...
  10. drsnx60

    when to use DRM-Latest-KMOD aka version 6.9 ?

    I can build and install the linuxkpi 6.12 DRM code from https://github.com/freebsd/drm-kmod on 15.1-stable , ( updated on sunday 16/5 ) and then build and install graphics/nvidia-latest-drm-kmod on top of the 6.12 DRM , but the resulting nvidia-drm module fails...
  11. T

    drm-61-kmod needs non-existing system source file?

    My understanding is that the tests are done on main (aka CURRENT) branch of base only. Don't forget that maintainers / developers / committers are basically volunteers (with quite limited exceptions) and usually don't have all combinations of branches, architectures and dGPUs (and all other...
  12. T

    Solved How to switch from X.org to Xlibre?

    NVIDIA does NOT state supports for XLibre (yet). So we (NVIDIA driver ports team) don't test XLibre on upgrading ports at all, and would never switch to XLibre until FreeBSD ports defaults to XLibre instead of Xorg (like when switched default from XFree86 to Xorg before). And Xorg and XLibre...
  13. Alain De Vos

    Building from source problem...

    Yes "reducing packagelist" i have to build is probably solution. Current package list i build, #editors/emacs #java/openjdk25 #security/chkrootkit #security/rkhunter #www/chromium #x11-drivers/xlibre-drivers #x11/waybar #x11/xlibre archivers/gtar archivers/unrar astro/rmap astro/stellarium...
  14. drsnx60

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Hi Yes I first ran " # pkg delete -a " then installed Nvidia-drm-latest-kmod with drm-latest-kmod with nvidia-driver 595-58-03 and Xorg and it results in a Kernel Panic when executing # startx I also knew about the requirement to load the...
  15. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    If you've installed graphics/drm-latest-kmod and want to use it in conjunction with x11/nvidia-driver and x11/nvidia-kmod, you need graphics/nvidia-drm-latest-kmod, not nvidia-drm-{515|61|66}-kmod. On the other hand, if you've installed graphics/drm-66-kmod (defaulf for 15.x), you need...
  16. drsnx60

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Desktop works if i have kld_list="nvidia-modeset" in rc.conf When I put hw.nvidia.modeset=1 in /boot/loader.conf and kld_list="nvidia-drm" in /etc/rc.conf machine kernel crash when attmting to start graphic desktop. so the issue is obviously triggered...
  17. Alain De Vos

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Can you post, kldstat | grep -i nvidia kldstat | grep -i drm There must be some driver ... Maybe you have something like ?, x11/nvidia-driver or graphics/nvidia-drm-kmod
  18. fahrenheit

    when to use DRM-Latest-KMOD aka version 6.9 ?

    The panic should be from the intel igpu, drm 6.12 may address that when it's released, see this https://github.com/freebsd/drm-kmod/pull/418 and this https://github.com/freebsd/drm-kmod/pull/446. Until it's fixed, you can change the framebuffer resolution (see /boot/loader.conf documentation)...
  19. T

    when to use DRM-Latest-KMOD aka version 6.9 ?

    Maybe you mean D56670 and D56888? For main (aka 16-CURRENT), DRM 6.12 is introduced at commit base 1569e2334ab5b2ee1e2b7893cb05c17a27d3eca8 (DRM 6.12.84) and __FreeBSD_version (same as OSVERSION in ports) was bumped to 1600018. For stable/15, the commit above was MFC'ed as commit base...
  20. fahrenheit

    when to use DRM-Latest-KMOD aka version 6.9 ?

    The drm for 15.1 is supposed to be 6.12, there is phabricator review to update drm-latest-kmod to that (eventually drm-kmod should default to that also). It will work on current, stable and 15.1 only. But the when is easy, you use which ever version works best for you. Example, if you have a...
Back
Top