nvidia-driver troubles on GTX 1070

Alex V. Petrov alexvpetrov at gmail.com
Tue Dec 26 22:47:57 UTC 2017


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 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
> 

-- 
-----
Alex.


More information about the freebsd-x11 mailing list