| Port details |
- nvidia-kmod NVIDIA graphics driver kernel module
- 580.142 x11
=0 580.82.07Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2025-10-01 06:09:08
- Last Update: 2026-03-14 17:51:59
- Commit Hash: 46aa077
- Also Listed In: kld
- License: NVIDIA
- WWW:
- https://www.nvidia.com/object/unix.html
- Description:
- These are the official NVidia binary drivers for hardware OpenGL rendering
in X11, using the GLX extensions.
This port is the kmods-only part.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- nvidia-kmod>0:x11/nvidia-kmod
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/x11/nvidia-kmod/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/nvidia-kmod
- pkg install nvidia-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nvidia-kmod
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1773187380
SHA256 (NVIDIA-FreeBSD-x86_64-580.142.tar.xz) = 94797e09407062032f5793a68360a35133b4062bcc15490d9f215d9183ac849c
SIZE (NVIDIA-FreeBSD-x86_64-580.142.tar.xz) = 289723464
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- x11/nvidia-kmod-304
- x11/nvidia-kmod-340
- x11/nvidia-kmod-390
- x11/nvidia-kmod-470
- x11/nvidia-kmod-580
- x11/nvidia-kmod-devel
- This port has no dependencies.
- This port is required by:
- for Run
-
- graphics/nvidia-drm-510-kmod
- graphics/nvidia-drm-515-kmod
- graphics/nvidia-drm-61-kmod
- graphics/nvidia-drm-66-kmod
- graphics/nvidia-drm-latest-kmod
- x11/nvidia-driver
Configuration Options:
- ===> The following configuration options are available for nvidia-kmod-580.142.1500068:
ACPI_PM=on: ACPI Power Management support
LINUX=on: Linux compatibility support
WBINVD=off: Flush CPU caches directly with WBINVD
===> Use 'make config' to modify these settings
- Options name:
- x11_nvidia-kmod
- USES:
- kmod uidfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
580.142 14 Mar 2026 17:51:59
    |
Alexander Ziaee (ziaee)  |
nvidia comments: Wordsmith
These days, Nvidia graphics is more platforms than just cards, more
renderers than just OpenGL, and more display protocols than just X.
It's also written in uppercase. This increases consistency, clarity,
and eliminates jarring line wrapping at reference column width 80.
PR: 293473 (graphics/nvidia-texture-tools)
PR: 293474 (sysutils/nvclock)
PR: 293475 (sysutils/py-nvitop)
Reviewed by: amdmi3, ashafer, danfe, kbowling
Reviewed by: Tomoaki Aoki <junchoon_dec.sakura.ne.jp>
Differential Revision: https://reviews.freebsd.org/D55452 |
580.126.09 06 Feb 2026 18:42:49
    |
Kevin Bowling (kbowling)  Author: Tomoaki AOKI |
x11/nvidia-kmod: Fix build with clang 21
PR: 292869
Reported by: dim
Reviewed by: ashafer |
580.126.09 15 Jan 2026 15:16:00
    |
Kevin Bowling (kbowling)  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
580.126.09
Update to latest Production Branch of drivers 580.126.09:
https://www.nvidia.com/en-us/drivers/details/261244/
Linux counterparts for x11/linux-nvidia-libs:
https://www.nvidia.com/en-us/drivers/details/261243/
PR: 292454
Reported by: scf
Differential Revision: https://reviews.freebsd.org/D54700 |
580.119.02_1 03 Jan 2026 10:30:29
    |
Kevin Bowling (kbowling)  Author: Tomoaki AOKI |
x11/nvidia-kmod{-devel}: Export required symbols
When kernel linker disables local symbol resolution, kernel modules
that require local symbols in other kernel modules, which are not
explicitly exported, stops to be loaded.
This behavior was turned on by default on main branch of src
at commit base 9562994a7aacee2baae6ddee1a7b558b48ae39ef.
Export local symbols in nvidia.ko for nvidia-modeset.ko and
in nvidia-modeset.ko for nvidia-drm.ko.
PR: 291212
Reviewed by: adrian (previous version), emaste (previous version, imp
Differential Revision: https://reviews.freebsd.org/D53987 |
580.82.07 01 Oct 2025 06:07:31
    |
Kevin Bowling (kbowling)  Author: Tomoaki AOKI |
x11/nvidia-driver: Split kmod into x11/nvidia-kmod
Split out kmod part of x11/nvidia-driver into x11/nvidia-kmod,
including slave ports, to allow FreeBSD-kmods repo builders building
nvidia-related kmod ports.
In this update,
* split out *.ko from x11/nvidia-driver[-304|-340|-390|470|-devel]
into corresponding x11/nvidia-kmod[-304|-340|-390|470|-devel],
* switch dependency of graphics/nvidia-drm-*-kmod upon
x11/nvidia-driver[-devel] to newly introduced
x11/nvidia-kmod[-devel],
(Only the first 15 lines of the commit message are shown above ) |