2019-10-06, 07:35 PM
(This post was last modified: 2019-10-06, 07:37 PM by mvallevand.)
190fps is quite good for the RPi, does it keep that up?
Martin
Martin
2019-10-06, 07:35 PM
(This post was last modified: 2019-10-06, 07:37 PM by mvallevand.)
190fps is quite good for the RPi, does it keep that up?
Martin
2019-10-06, 07:42 PM
That's what is says in the log file. I can check other log files as well. I'm using the new Pi 4
2019-10-06, 07:44 PM
Checked another show at it was at 205.99.
2019-10-07, 12:27 AM
Crashed again with the latest version. Here are my logs
![]() Let me know if you'd like me to turn off caching. How much of a performance hit will I take by doing that. I'm not the only one who uses the system.
2019-10-07, 12:52 AM
The log is truncated again, so you will need to tun on the verbose logging I discussed earlier.
Martin
2019-10-07, 01:01 AM
OK, let try turning on verbose. Is there a guide on how to turn that on?
2019-10-07, 01:10 AM
If you set an NEXTPVR_VERBOSE=true environment variable, you get more extensive logs, and it force flush ever log message to disk.
2019-10-07, 01:12 AM
(This post was last modified: 2019-10-07, 01:18 AM by flyingsubs.)
Thanks. I'm going to need a little more help. How do I set an environment variable. Is that in a config file? I'm still new to linux but figuring out new things all the time!
2019-10-07, 01:28 AM
There is probably several ways you can do it.
You could edit /etc/profile and add the following line: Code: export NEXTPVR_VERBOSE=true
2019-10-07, 01:29 AM
If you use the deb installer
either sudo echo NEXTPVR_VERBOSE=true >> /etc/nextpvr-server.conf or by editing sudo nano cat /etc/nextpvr-server.conf and adding NEXTPVR_VERBOSE=true then restart the server Martin |
|