Date: Tue, 26 Dec 2017 14:41:37 +0100 From: "O. Hartmann" <ohartmann@walstatt.org> To: "Alex V. Petrov" <alexvpetrov@gmail.com> Cc: freebsd-x11 <freebsd-x11@FreeBSD.org> Subject: Re: nvidia-driver troubles on GTX 1070 Message-ID: <20171226144204.7ea4fe14@thor.intern.walstatt.dynvpn.de> In-Reply-To: <9dfb7c1e-6366-b07c-a7bf-b92695fa7dcd@gmail.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
Am Tue, 26 Dec 2017 20:22:49 +0700
"Alex V. Petrov" <alexvpetrov@gmail.com> schrieb:
> During playback of some video in vlc and kodi (in mplayer with -vo vdpau
> all OK), an error occurs:
>
> Dec 26 19:47:35 alex kernel: NVRM: GPU at PCI:0000:01:00:
> GPU-fc1704ae-8281-622c-2f02-3e8276a5deed
> Dec 26 19:47:35 alex kernel: NVRM: GPU Board Serial Number:
> Dec 26 19:47:35 alex kernel: NVRM: Xid (PCI:0000:01:00): 31, Ch
> 00000031, engmask 00008100, intr 10000000
>
> and Xorg freezes.
>
> In the windows on the same equipment, I play any games without errors.
>
> FreeBSD 12.0-CURRENT #14 r327170M: Mon Dec 25 10:14:43 +07 2017 amd64
> nvidia-driver-384.90
>
> Errors in driver?
>
You could try to use nVidia's lates official FreeBSD driver, 387.34. I'm running this
driver on CURRENT (as of r327200, but my hardware is an outdated GTX960).
To perform such a task, you need to override somehow the default settings for a port,
this is officially done via /etc/make.conf (I use an include clause in /etc/make.conf
pointing to a ports.conf file located in /usr/local/etc/, this just for the record).
I would suggest the following lines added to make.conf:
.if ${.CURDIR:M*/x11/nvidia-driver}
DISTVERSION= 387.34
#DISTVERSION= 384.90
.endif
You need to perform then the command sequence
make -C /usr/ports/x11/nvidia-driver makesum
to create the new checksum file, after that you're ready to portmaster or whatever to the
new driver.
Regards,
oh
--
O. Hartmann
Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCWkJRrAAKCRDS528fyFhY
lHlVAf9CvT+RvAj2v5NsogfIEy0ymq71kKzMXDT73lB3AAejm3hsp7It9L/srejH
QCziEbvAwhAoCsFNapYOC94VFmeUAf9tIeRzDSZBDqsVIlculKBIDXdRm4PZfi+P
dCaX9JZqMwZqGLVLRUAiHcdknbwLXndvWuFckNx/W5HK7lSradAS
=vq5h
-----END PGP SIGNATURE-----
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171226144204.7ea4fe14>
