[Bug 277558] graphics/drm-61-kmod: VRR/FreeSync doesn't work correctly

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Mar 2024 00:41:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277558

--- Comment #2 from Alastair Hogge <agh@riseup.net> ---
(In reply to Sérgio Siegrist from comment #1)

Hey Sérgio,

The -STABLE mailing list, or an instant messaging platform may provide greater
support than here for building -STABLE, none-the-less, I will make an attempt.

Please provide commands used to generate the error (including the git commands
to clone the source), and attach the build log to the report, or trim what you
may think is relevant, and post in a message (tho terminal output with long
lines can stuff the formatting/rendering in the browser). You may need to
familiarise yourself with Section 26.6, Updating FreeBSD from Source[1]. What
is the contents of /etc/make.conf? Have you added ${PORT_MODULES} to it? Have a
look in man 7 ports, for PORT_MODULES. I populate it with graphics/drm-61-kmod,
and graphics/gpu-firmware-kmod on my 15-CURRENT host, example:

> PORTS_MODULES+=         graphics/drm-61-kmod
> PORTS_MODULES+=         graphics/gpu-firmware-kmod

I personally would have started with building world and kernel with the src
tarball packaged with the distribution, in other words, the /usr/src that cames
with your current install, then once I have replicated a working system from
the current /usr/src, move on to using Git and updating /usr/src.

1: https://docs.freebsd.org/en/books/handbook/book/#makeworld

-- 
You are receiving this mail because:
You are the assignee for the bug.