notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2026Q2
nvidia-drm-61-kmod-580 NVIDIA DRM Kernel Module
580.142_2 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 580.142_1Version of this port present on the latest quarterly branch.
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-06-11 20:09:29
Last Update: 2026-06-11 20:06:39
Commit Hash: e3b840f
Also Listed In: kld
License: NVIDIA
WWW:
https://www.nvidia.com/object/unix.html
Description:
FreeBSD port of Linux's nvidia-drm.ko Kernel module. This version is compatible with drm.ko 6.1.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. /boot/modules/nvidia-drm.ko
  2. share/X11/xorg.conf.d/20-nvidia-drm-outputclass.conf
  3. @kld /boot/modules
  4. /usr/local/share/licenses/nvidia-drm-61-kmod-580-580.142.1500068_2/catalog.mk
  5. /usr/local/share/licenses/nvidia-drm-61-kmod-580-580.142.1500068_2/LICENSE
  6. /usr/local/share/licenses/nvidia-drm-61-kmod-580-580.142.1500068_2/NVIDIA
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • nvidia-drm-61-kmod-580>0:graphics/nvidia-drm-61-kmod-580
Conflicts:
CONFLICTS_INSTALL:
  • nvidia-drm-510-kmod*
  • nvidia-drm-515-kmod*
  • nvidia-drm-66-kmod*
To install the port:
cd /usr/ports/graphics/nvidia-drm-61-kmod-580/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/nvidia-drm-61-kmod-580
  • pkg install nvidia-drm-61-kmod-580
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nvidia-drm-61-kmod-580
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1781203102 SHA256 (NVIDIA-FreeBSD-x86_64-580.142.tar.xz) = 94797e09407062032f5793a68360a35133b4062bcc15490d9f215d9183ac849c SIZE (NVIDIA-FreeBSD-x86_64-580.142.tar.xz) = 289723464

Expand this list (2 items)

Collapse this list.

SHA256 (freebsd-drm-kmod-drm_v6.1.128_11_GH0.tar.gz) = bbe913b9d3c8cb1ae4f397e1d9a3e52324efa117aef58953df1ef5032cae7546 SIZE (freebsd-drm-kmod-drm_v6.1.128_11_GH0.tar.gz) = 37111640

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Master port: graphics/nvidia-drm-61-kmod
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. drm.ko : graphics/drm-61-kmod
  2. nvidia.ko : x11/nvidia-kmod-580
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_nvidia-drm-61-kmod-580
USES:
kmod uidfix tar:xz
pkg-message:
Modesetting must be enabled to use nvidia-drm.ko for graphics. This can be done by setting the modeset sysctl, the equivalent of the modeset kernel parameter on Linux. hw.nvidiadrm.modeset=1 This must be set before loading nvidia-drm.ko, most easily done by placing the above in /boot/loader.conf.

Master Sites:
  1. There is no master site for this port.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: graphics/nvidia-drm-61-kmod
CommitCreditsLog message
580.142_2
11 Jun 2026 20:06:39
commit hash: e3b840fedf547e5ae9435697e9401e80aecd74cfcommit hash: e3b840fedf547e5ae9435697e9401e80aecd74cfcommit hash: e3b840fedf547e5ae9435697e9401e80aecd74cfcommit hash: e3b840fedf547e5ae9435697e9401e80aecd74cf files touched by this commit
Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
graphics/nvidia-drm-*-kmod*: Bump PORTREVISION after
e50c876e295af951485b605b8cb9bf567b6c23e1

I should have done it as part of the update.

Reported by:	Tomoaki Aoki <junchoon_dec.sakura.ne.jp>

(cherry picked from commit 5939c6e5b2e0fdbf67f1238d2bf3a52dd01dbc89)
580.142_1
11 Jun 2026 20:06:39
commit hash: 265b8b5f5f810a82165a48559b98213265f027f1commit hash: 265b8b5f5f810a82165a48559b98213265f027f1commit hash: 265b8b5f5f810a82165a48559b98213265f027f1commit hash: 265b8b5f5f810a82165a48559b98213265f027f1 files touched by this commit
Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
graphics/drm-*-kmod, graphics/nvidia-drm-*-kmod: Update DRM drivers

Several changes were made to all LTS drm-kmod branches:
1. All branches were updated with Makefile cleanups and fixes.
2. The addition of the `DMA_BUF_IOCTL_EXPORT_SYNC_FILE` and
   `DMA_BUF_IOCTL_IMPORT_SYNC_FILE` ioctls was backported to the 6.1 and
   6.6 branches.
3. A couple fixes to amdgpu and i915 drivers were committed to the 6.12
   branch.

The corresponding `graphics/nvidia-drm-*-kmod` ports were updated to
reference the latest `graphics/drm-*-kmod` ports.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit e50c876e295af951485b605b8cb9bf567b6c23e1)
580.142_1
11 Jun 2026 20:06:39
commit hash: a538ec1909d1706a84cc4251baa93ffdb7abba2fcommit hash: a538ec1909d1706a84cc4251baa93ffdb7abba2fcommit hash: a538ec1909d1706a84cc4251baa93ffdb7abba2fcommit hash: a538ec1909d1706a84cc4251baa93ffdb7abba2f files touched by this commit
Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
Author: Emmanuel Vadot
graphics/drm-61-kmod: Update to latest version

This fixes compilation with clang21 (defualt on FreeBSD 16)

Sponsored by:   Beckhoff Automation GmbH & Co. KG

(cherry picked from commit 8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7)

Number of commits found: 3