[Bug 291022] x11/nvidia-kmod-devel: 580.105.08.1403000 breaks secondary monitor resolution detection.

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291022

Tomoaki AOKI <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Tomoaki AOKI <[email protected]> ---
As seen in Release Highlits for 580.105.08,
  https://www.nvidia.com/en-us/drivers/details/257494/
several things are changed in this release for display handling.

Maybe something is broken with any of the changes in binary-only part.
So we should wait until upstream (nvidia) fixes the issue on future release.

Until the fix arrives, if you're building nvidia driver things via ports,
you can override version with previous one by something like below
in your /etc/make.conf. This is what I have for testing.


NVIDIA_OVERRIDE_VERSION= 580.95.05

.if ${.CURDIR:M/usr/ports/x11/nvidia-driver*} && defined
(NVIDIA_OVERRIDE_VERSION)
  DISTVERSION=  ${NVIDIA_OVERRIDE_VERSION}
  NO_CHECKSUM=  YES
.endif

.if ${.CURDIR:M/usr/ports/x11/nvidia-kmod*} && defined
(NVIDIA_OVERRIDE_VERSION)
  DISTVERSION=  ${NVIDIA_OVERRIDE_VERSION}
  NO_CHECKSUM=  YES
.endif

.if ${.CURDIR:M/usr/ports/x11/linux-nvidia-libs*} && defined
(NVIDIA_OVERRIDE_VERSION)
  DISTVERSION=  ${NVIDIA_OVERRIDE_VERSION}
  NO_CHECKSUM=  YES
.endif

## graphics/nvidia-drm-*-kmod supports 550 series and above only.
## Don't attempt to override before 550 series!
.if ${.CURDIR:M/usr/ports/graphics/nvidia-drm-*-kmod*} && defined
(NVIDIA_OVERRIDE_VERSION)
  NVIDIA_DISTVERSION=   ${NVIDIA_OVERRIDE_VERSION}
  NO_CHECKSUM=  YES
.endif

.if ${.CURDIR:M/usr/ports/graphics/nvidia-drm-kmod*} && defined
(NVIDIA_OVERRIDE_VERSION)
  DISTVERSION=  ${NVIDIA_OVERRIDE_VERSION}
  NO_CHECKSUM=  YES
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.