Closed andrewschott closed 8 years ago
hi Perfect continues like this. Thanks for new package. New monitor is not ready for production.
For this bug give me return of
nvidia-settings --query [gpu:0]/GPUUtilization
Running it gets me different results for the graphics and memory values. Not sure if it is supposed to or not, but here is my terminal output of several successive runs:
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=4, memory=7, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=2, memory=5, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=0, memory=4, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=0, memory=4, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=2, memory=5, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=1, memory=4, video=0, PCIe=0
andrew ~ nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=0, memory=4, video=0, PCIe=0
andrew ~
Your different results are normal. This command return current graphic -video engine - pcie - and memory use in percent.
But it's still a problem there is no "anomaly" with this result. I don't understand why nvidiux crash here... I make some test with your result in python command line interpret and no crash :( First line of return is blank ? or github had a line for readability ?
Another test
nvidia-settings --query [gpu:0]/GPUUtilization | head 1
This test returns nothing ? ;)
Sorry been very busy this last week. I should have time when I get off work to run the test for you.
Indeed there is an empty line in there:
[root@big-red-wireless andrew]# nvidia-settings --query [gpu:0]/GPUUtilization | head -n1
[root@big-red-wireless andrew]# nvidia-settings --query [gpu:0]/GPUUtilization
Attribute 'GPUUtilization' (big-red-wireless.schotty.com:0[gpu:0]): graphics=0, memory=4, video=0, PCIe=0
[root@big-red-wireless andrew]#
Hi Ok Fix Released :)
http://schotty.com/yum/el/7/repoview/nvidiux.html
I also have on my repo all the deps (main dep : http://schotty.com/yum/el/7/repoview/python2-pyqtgraph.html) for your experimental monitor, although I am having issues getting it to work.
I get alot of this spammed to the terminal when launched there:
If you have my repo enabled, a " yum install nvidiux python2-pyqtgraph" will do the trick. Otherwise update, and install python2-pyqtgraph. python2-numpy python2-pyopengl python2-pyopengl-tk are the others that are needed as dependencies. As for now, I left the explicit requirement out, since this is still flagged as experimental. But the packages are there and ready for whenever the code is ready.