Date: Wed, 27 Dec 2017 05:47:51 +0700 From: "Alex V. Petrov" <alexvpetrov@gmail.com> To: "O. Hartmann" <ohartmann@walstatt.org> Cc: freebsd-x11 <freebsd-x11@FreeBSD.org> Subject: Re: nvidia-driver troubles on GTX 1070 Message-ID: <b6cd7050-fac0-5251-3113-e8001aaf8b2e@gmail.com> In-Reply-To: <20171226144204.7ea4fe14@thor.intern.walstatt.dynvpn.de> References: <9dfb7c1e-6366-b07c-a7bf-b92695fa7dcd@gmail.com> <20171226144204.7ea4fe14@thor.intern.walstatt.dynvpn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
kodi with new driver (387.34): Dec 27 01:18:41 alex kernel: NVRM: GPU at PCI:0000:01:00: GPU-fc1704ae-8281-622c-2f02-3e8276a5deed Dec 27 01:18:41 alex kernel: NVRM: GPU Board Serial Number: Dec 27 01:18:41 alex kernel: NVRM: Xid (PCI:0000:01:00): 68, CCMDs 0000001f 0000c2b0 The error is different, Xid 68, it was Xid 31. I found the same error here: https://devtalk.nvidia.com/default/topic/1024285/linux/-vdpau-bug-certain-h-264-videos-cause-hardware-errors-nvrm-xid-pci-0000-01-00-68-ccmds/ 26.12.2017 20:41, O. Hartmann пишет: > 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 > -- ----- Alex.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b6cd7050-fac0-5251-3113-e8001aaf8b2e>