nvidia-driver troubles on GTX 1070
O. Hartmann
ohartmann at walstatt.org
Tue Dec 26 13:42:16 UTC 2017
Am Tue, 26 Dec 2017 20:22:49 +0700
"Alex V. Petrov" <alexvpetrov at 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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 313 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20171226/b059b11e/attachment.sig>
More information about the freebsd-x11
mailing list