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
nvidia-drm-61-kmod-580 NVIDIA DRM Kernel Module
580.173.02_1 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.159.04_1Version of this port present on the latest quarterly branch.
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-03-28 01:39:13
Last Update: 2026-07-02 12:46:15
Commit Hash: 87d4e44
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.173.02.1500068_1/catalog.mk
  5. /usr/local/share/licenses/nvidia-drm-61-kmod-580-580.173.02.1500068_1/LICENSE
  6. /usr/local/share/licenses/nvidia-drm-61-kmod-580-580.173.02.1500068_1/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-515-kmod*
  • nvidia-drm-66-kmod*
  • nvidia-drm-612-kmod*
  • nvidia-drm-latest-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 = 1782636351 SHA256 (NVIDIA-FreeBSD-x86_64-580.173.02.tar.xz) = 6d24d2e8cd19a39e935ae7ccf1e52d7770ec4dce09055778a3653a7f3a82620a SIZE (NVIDIA-FreeBSD-x86_64-580.173.02.tar.xz) = 289938560

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.


Packages (timestamps in pop-ups are UTC):
nvidia-drm-61-kmod-580
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-580.159.04.1403000------
FreeBSD:14:quarterly-580.142.1403000_2------
FreeBSD:15:latest-580.159.04.1500068n/a-n/an/a--
FreeBSD:15:quarterly-580.142.1500068_2n/a-n/an/a--
FreeBSD:16:latest-580.159.04.1600019n/a-n/an/a--
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: 8

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.173.02_1
02 Jul 2026 12:46:15
commit hash: 87d4e44a557cb77e9e125831504db262935f5e63commit hash: 87d4e44a557cb77e9e125831504db262935f5e63commit hash: 87d4e44a557cb77e9e125831504db262935f5e63commit hash: 87d4e44a557cb77e9e125831504db262935f5e63 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Tomoaki AOKI
x11/nvidia-kmod-580, x11/nvidia-driver-580, x11/linux-nvidia-libs-580,
graphics/nvidia-drm-*-kmod-580: Update to 580.173.02

Update Legacy version 580 series of drivers to 580.173.02.

Release 580 Entries

    Fixed a bug that caused delayed wakeups when multiple threads wait on the
same Vulkan semaphore, leading to stutter and reduced performance in some
applications
    Fixed a bug that could cause black screens after modesets in X11
applications using the Present extension.
    Fixed an issue where OpenGL buffers allocated with glBufferStorage and no
storage flags were allowed to migrate from GPU memory to host memory.

For Linux counterpart:
Release 580 Entries

    Fixed a bug that could prevent DKMS kernel module builds from succeeding
after installing with nvidia-installer.
    Fixed a bug that caused delayed wakeups when multiple threads wait on the
same Vulkan semaphore, leading to stutter and reduced performance in some
applications
    Fixed a bug that could cause black screens after modesets in X11
applications using the Present extension.
    Fixed an issue where OpenGL buffers allocated with glBufferStorage and no
storage flags were allowed to migrate from GPU memory to host memory.

PR:		296445
Differential Revision:	https://reviews.freebsd.org/D58006
580.159.04_1
01 Jul 2026 23:28:16
commit hash: 1959aaa9de6a660c326fc567bfc650b178f0b63fcommit hash: 1959aaa9de6a660c326fc567bfc650b178f0b63fcommit hash: 1959aaa9de6a660c326fc567bfc650b178f0b63fcommit hash: 1959aaa9de6a660c326fc567bfc650b178f0b63f files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Tomoaki AOKI
graphics/nvidia-drm-*-kmod*: Fix GPF in some configs

Fix General Protection Fault in __nv_drm_gem_nvkms_handle_vma_fault,
lkpi_vmf_insert_pnf_prot_locked, vm_page_busy_acquire in specific
configurations, notably KDE on Wayland.

PR:		296195
Reported by:	keivan@motavalli.me
Reviewed by:	ashafer
Tested by:	keivan@motavalli.me
Differential Revision:	https://reviews.freebsd.org/D57989

Co-authored by: ashafer@FreeBSD.org
580.159.04_1
11 Jun 2026 17:55:07
commit hash: 5939c6e5b2e0fdbf67f1238d2bf3a52dd01dbc89commit hash: 5939c6e5b2e0fdbf67f1238d2bf3a52dd01dbc89commit hash: 5939c6e5b2e0fdbf67f1238d2bf3a52dd01dbc89commit hash: 5939c6e5b2e0fdbf67f1238d2bf3a52dd01dbc89 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>
580.159.04
10 Jun 2026 17:49:44
commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1 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
580.159.04_1
30 May 2026 05:31:42
commit hash: 536352bd7c13b49c985d0e07474d7258ba793fbecommit hash: 536352bd7c13b49c985d0e07474d7258ba793fbecommit hash: 536352bd7c13b49c985d0e07474d7258ba793fbecommit hash: 536352bd7c13b49c985d0e07474d7258ba793fbe files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Tomoaki AOKI
graphics/nvidia-drm-*-kmod: Add drm 6.12

Add new ports

graphics/nvidia-drm-612-kmod,
graphics/nvidia-drm-612-kmod-580 and
graphics/nvidia-drm-612-kmod-devel

and add conflicts to

graphics/nvidia-drm-{515|61|66|latest}-kmod{-580|-devel}

following the addition of graphics/drm-612-kmod.

While here, bump
(Only the first 15 lines of the commit message are shown above View all of this commit message)
580.159.04
22 May 2026 02:06:09
commit hash: a5c3712ee63c07a77a7cfe8524a8a2145a862064commit hash: a5c3712ee63c07a77a7cfe8524a8a2145a862064commit hash: a5c3712ee63c07a77a7cfe8524a8a2145a862064commit hash: a5c3712ee63c07a77a7cfe8524a8a2145a862064 files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Tomoaki AOKI
x11/nvidia-kmod-580, x11/nvidia-driver-580, x11/linux-nvidia-libs-580,
graphics/nvidia-drm*-kmod-580: Security update to 580.159.04

Security update to latest Legacy Branch of drivers 580.159.04:
https://nvidia.custhelp.com/app/answers/detail/a_id/5821/~/security-bulletin%3A-nvidia-gpu-display-drivers---may-2026

Note that 595.71.05 (master port and -devel variant) in-tree are fixed version.
And other legacy branches are already EoL'ed upstream, thus, no information are
provided.

PR:		295475
Differential Revision:	https://reviews.freebsd.org/D57145
580.142_1
29 Apr 2026 08:11:00
commit hash: 8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7commit hash: 8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7commit hash: 8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7commit hash: 8b9c184f66cc034bd6a73cbcd7e0d9eb74a530d7 files touched by this commit
Emmanuel Vadot (manu) search for other commits by this committer
graphics/drm-61-kmod: Update to latest version

This fixes compilation with clang21 (defualt on FreeBSD 16)

Sponsored by:   Beckhoff Automation GmbH & Co. KG
580.142
28 Mar 2026 01:37:47
commit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9bcommit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9bcommit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9bcommit hash: b35026e786a2c761d4b2b7853a989ab23dda5e9b files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
Author: Tomoaki AOKI
x11/nvidia-driver, x11/nvidia-kmod, x11/linux-nvidia-libs,
graphics/nvidia-drm*-kmod, x11/nvidia-settings, x11/nvidia-xconfig: Update to
595.58.03

Update to latest Production Branch of drivers 595.58.03:
https://www.nvidia.com/en-us/drivers/details/265873/

Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/265870/

Also bump -devel variant to match with master ports, as Production
Branch [PB] of drivers have now higher version than New Feature
Branch [NFB] of drivers.

As this update drops a bunch of old (pre-Turing generation of
architectures) GPUs as done in -devel variants updated 20260103,
add -580 variant of legacy branch of driver.

Currently, this is exactly the same version before this update.
(580.142)

PR:		294038
Differential Revision:	https://reviews.freebsd.org/D56077

Number of commits found: 8