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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
nvidia-drm-61-kmod NVIDIA DRM Kernel Module
550.54.14_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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: ashafer@badland.io search for ports maintained by this maintainer
Port Added: 2024-02-20 18:45:04
Last Update: 2024-03-18 15:24:47
Commit Hash: 0d98f3a
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-550.54.14_1/catalog.mk
  5. /usr/local/share/licenses/nvidia-drm-61-kmod-550.54.14_1/LICENSE
  6. /usr/local/share/licenses/nvidia-drm-61-kmod-550.54.14_1/NVIDIA
Collapse this list.
Dependency lines:
  • nvidia-drm-61-kmod>0:graphics/nvidia-drm-61-kmod
Conflicts:
CONFLICTS_INSTALL:
  • nvidia-drm-510-kmod
  • nvidia-drm-515-kmod
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/graphics/nvidia-drm-61-kmod/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/nvidia-drm-61-kmod
  • pkg install nvidia-drm-61-kmod
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
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1710438089 SHA256 (NVIDIA-FreeBSD-x86_64-550.54.14.tar.xz) = 934549ee2e6cf6bc098a0794ad5c84cfa8d55c79396d1d387c37eb91c49de340 SIZE (NVIDIA-FreeBSD-x86_64-550.54.14.tar.xz) = 143184876

Expand this list (2 items)

Collapse this list.

SHA256 (freebsd-drm-kmod-drm_v6.1.69_2_GH0.tar.gz) = 958afa04779720b04bfa593c6e3b01869e3c00254e7fe09ce4f23ca1350a8b05 SIZE (freebsd-drm-kmod-drm_v6.1.69_2_GH0.tar.gz) = 37094835

Collapse this list.


Packages (timestamps in pop-ups are UTC):
nvidia-drm-61-kmod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest-550.54.14_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. drm.ko : graphics/drm-61-kmod
Runtime dependencies:
  1. drm.ko : graphics/drm-61-kmod
  2. nvidia.ko : x11/nvidia-driver
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_nvidia-drm-61-kmod
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 nvdidia-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: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
550.54.14_1
18 Mar 2024 15:24:47
commit hash: 0d98f3a7607fc1fb304cecffbebf94ad889af940commit hash: 0d98f3a7607fc1fb304cecffbebf94ad889af940commit hash: 0d98f3a7607fc1fb304cecffbebf94ad889af940commit hash: 0d98f3a7607fc1fb304cecffbebf94ad889af940 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Austin Shafer
graphics/nvidia-drm-kmod: fix build depends and linuxkpi registration

This fixes an issue where linuxkpi/DRM compatibility was not being
correctly detected, causing sway to not work. The conftest.sh script
checks the installed kernel modules for symbol presence, but on
package builders drm.ko was not being installed due to being in
RUN_DEPENDS instead of BUILD_DEPENDS.

This also fixes a panic in sway when an external monitor is plugged
into a prime laptop. This uses linux_pci_attach_device when possible
to actually register everything needed for the pci dev, instead of
just filling in the bare miniumum.

Differential Revision: https://reviews.freebsd.org/D44308
550.54.14_1
14 Mar 2024 17:42:40
commit hash: 3c7a5bf57d674ad3724b7b695f5a1887230f4f26commit hash: 3c7a5bf57d674ad3724b7b695f5a1887230f4f26commit hash: 3c7a5bf57d674ad3724b7b695f5a1887230f4f26commit hash: 3c7a5bf57d674ad3724b7b695f5a1887230f4f26 files touched by this commit
Emmanuel Vadot (manu) search for other commits by this committer
graphics/drm-kmod: Update to latest source so it builds on current

Update 5.15 and 6.1 to latest source so it builds on latest current
version.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
535.146.02
27 Feb 2024 15:48:19
commit hash: 71e92b26bd43763a7b82208625e628f043858fa7commit hash: 71e92b26bd43763a7b82208625e628f043858fa7commit hash: 71e92b26bd43763a7b82208625e628f043858fa7commit hash: 71e92b26bd43763a7b82208625e628f043858fa7 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Austin Shafer
graphics/nvidia-drm-kmod: Update to 550.54.14

Differential Revision: https://reviews.freebsd.org/D44073
535.146.02_2
25 Feb 2024 04:15:47
commit hash: 4621bcc43fe59e5c326eef137f5dbe01b25484cacommit hash: 4621bcc43fe59e5c326eef137f5dbe01b25484cacommit hash: 4621bcc43fe59e5c326eef137f5dbe01b25484cacommit hash: 4621bcc43fe59e5c326eef137f5dbe01b25484ca files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
graphics/nvidia-drm-61-kmod: bump distinfo after graphics/drm-61-kmod update
535.146.02_2
20 Feb 2024 18:41:57
commit hash: ada1f9a5cfd99523efe39ba49084fc0890653922commit hash: ada1f9a5cfd99523efe39ba49084fc0890653922commit hash: ada1f9a5cfd99523efe39ba49084fc0890653922commit hash: ada1f9a5cfd99523efe39ba49084fc0890653922 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Austin Shafer
graphics/nvidia-drm-61-kmod: new port

Differential Revision: https://reviews.freebsd.org/D43987

Number of commits found: 5