Search results for query: nvidia kmod

  1. T

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    graphics/drm-66-kmod is the default for 15.0-RELEASE or before, but for 15.1-RELEASE or later (stable/15 and main), graphics/drm-612-kmod is the default to be picked by graphics/drm-kmod metaport. And note that graphics/drm-latest-kmod uses main (master) branch of upstream, but tagged as 6.12...
  2. T

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    Are you sure you have hw.nvidiadrm.modeset=1 line and hw.nvidia.registry.EnableGpuFirmware=1 line in your /boot/loader.conf? The former is mandatory to make nvidia-drm.ko activated. The latter is basically optional, but GPUs with Blackwell generation of architecture (RTX 5xxx) are known to...
  3. D

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    People say to use drm-66-kmod but I installed drm-latest-kmod and it works but I've pulled my nvidia card (unrelated to this) and it runs fine on Intel i7 processor. I also uninstalled the kmod before upgrading and then reinstalled it after.
  4. mfoacs

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    Hmm, it seems something is missing on drm-66-kmod: nvidia-drm-66-kmod-devel-610.43.02 loads but exposes non-functional DRM device on RTX 5080. Wayland and Xorg both fail when nvidia-drm.ko is loaded. With nvidia-drm.ko loaded (built from ports against running 15.1): - sway: "Found 0 GPUs...
  5. rsronin

    FreeBSD Screen Shots

    Fighting all night with drm-kmod I was finally being able to have 15.1 running on a Thinkpad P53. I disabled hybrid graphics and using nvidia only.
  6. S

    Freebsd 15-1 upgrade total fail on Dell xps 15

    Yes, on my Dell XPS 8700, I ran into Nvidia issues. See my post at https://forums.freebsd.org/threads/good-news-today.102946/post-763983. In my case, (Nvidia GT1030--I don't think it's the original card) was the problem. I fixed it by restarting, booting, then updating ports then installing...
  7. NapoleonWils0n

    Freebsd 15-1 upgrade total fail on Dell xps 15

    I tried upgrading to Freebsd 15-1 on my Dell XPS 15 but it was a total fail :) I seem to remember the last time i had this issue was because the nvidia driver were still built against the previous version could that be the issue or am i just missing something else Thank heavens for bectl i...
  8. S

    Good news today

    ...and I was able to upgrade the main box to 15.1-RELEASE. Now, when I, following instructions, upgraded kmods, nothing happened with the nvidia kmods. So, when I rebooted and tried startx it gave a message that the machine was turning off. It restarted in single user mode as a drive hadn't...
  9. T

    Can't get GUI

    I've been using /etc/X11/xorg.conf until I've switched to graphics/nvidia-drm-*-kmod* for maintaining them. 😁
  10. T

    Can't get GUI

    x11/nvidia-kmod-340 has nvidia.ko only. Even nvidia-modeset.ko is NOT provided. And there are no graphics/nvidia-drm-*-kmod-340, too. Currently nvidia-drm.ko is available only for ones corresponding with x11/nvidia-kmod, x11/nvidia-kmod-devel and x11/nvidia-kmod-580.
  11. drsnx60

    Trying to run KDE 6 Plasma with Wayland....

    Hi I installed one system from scratch with 15.1 -RELEASE Used the REPOS for everything but the graphics drivers Built nvidia-drm-kmod from todays port tree which pulled in nvidia-drm-612 and drm-612-kmod $ pkg info nvidia* drm*...
  12. L

    scrambled screen with nvidia driver

    I build everything from ports and I am now almost back at the point where I started from. The issue persists. As a last thing I will replace the Quadro P2000 by an old Quadro P600 and check if I will run into the same issues. It would not make me happy as I was relying on the P2000...
  13. L

    scrambled screen with nvidia driver

    I build everything from ports and I am now almost back at the point where I started from. The issue persists. As a last thing I will replace the Quadro P2000 by an old Quadro P600 and check if I will run into the same issues. It would not make me happy as I was relying on the P2000...
  14. T

    scrambled screen with nvidia driver

    You're on the right track (580). Build below from ports for 15.0. x11/nvidia-kmod-580 graphics/drm-66-kmod graphics/nvidia-drm-66-kmod-580 Note that if you prefer old-school config (without DRM/KMS), building the first one from ports would be sufficient. Note that supports for pre-Turing...
  15. L

    scrambled screen with nvidia driver

    Which would be the advised packages to build for the Nvidia Quadro P2000 card? I am on FreeBSD 15.0-RELEASE-p9
  16. L

    scrambled screen with nvidia driver

    My machine is a Dell Precision Tower 3620 with a Quadro P2000 graphics card, so no internal monitor. I have an Eizo ColorEdge GS2420 connected on DisplayPort. Here is my .xinitc file export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 export GDK_USE_XFT=1 export QT_XFT=1 export...
  17. T

    scrambled screen with nvidia driver

    Currently, kmods repo is still NOT functioning fine for NVIDIA things. Admins of kmods repo are willing to look into why (we [NVIDIA driver ports team] already finished doing what they requested to us), but they still cannot take enough time to dig into, as far as I've heared. So anyone...
  18. B

    scrambled screen with nvidia driver

    This still not found by "pkg search" with kmods_latest so I guess I will build this locally and see what happens!
  19. T

    scrambled screen with nvidia driver

    For me (working state on ThinkPad P52 with Quadro P1000, stable/15), % kldstat | grep nvidia 33 2 0xffffffff8495f000 1662f8 nvidia-modeset.ko 34 2 0xffffffff84c00000 606e418 nvidia.ko 38 1 0xffffffff84b0c000 14a20 nvidia-drm.ko % % sysrc kld_list kld_list: smbfs.ko filemon.ko...
  20. B

    scrambled screen with nvidia driver

    What do "kldstat | grep nvidia" and "sysrc kld_list" show?
Back
Top