kiro77
Thu Jun 13, 2019 8:27:15 pm
I got real trouble to install Green With Envy NVIDIA overclock software in Zorin OS. I was try it many times with different hard drive installations. First running Zorin together with Windows 10 Pro on diferent hard drives and finally install only Zorin OS without any Windows OS in my PC and the result was the same. I got no any problems to install GreenWithEnvy in Linux Mint for example. And my Nvidia drivers are the newest -430 . When I run the program as root user in the Terminal I got this messages:
root@kiro-To-be-filled-by-O-E-M:~# flatpak run com.leinardi.gwe
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 688, in _LoadNvmlLibrary
nvmlLib = CDLL("libnvidia-ml.so.1")
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 83, in get_status
py3nvml.nvmlInit()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 652, in nvmlInit
_LoadNvmlLibrary()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 690, in _LoadNvmlLibrary
_nvmlCheckReturn(NVML_ERROR_LIBRARY_NOT_FOUND)
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 317, in _nvmlCheckReturn
raise NVMLError(ret)
py3nvml.py3nvml.NVMLError_LibraryNotFound: NVML Shared Library Not Found
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 205, in get_status
py3nvml.nvmlShutdown()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 701, in nvmlShutdown
fn = _nvmlGetFunctionPointer("nvmlShutdown")
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 333, in _nvmlGetFunctionPointer
raise NVMLError(NVML_ERROR_UNINITIALIZED)
py3nvml.py3nvml.NVMLError_Uninitialized: Uninitialized
(gwe:2): Gtk-WARNING **: 14:50:08.914: gtk_window_present_with_time() should not be called with 0, or GDK_CURRENT_TIME as a timestamp, the timestamp should instead be gathered at the time the user initiated the request for the window to be shown
(gwe:2): libappindicator-WARNING **: 14:50:08.918: Unable to get the session bus: Error spawning command line “dbus-launch --autolaunch=2fb7a1f1c6cf4b4eb572dfe9577f919c --binary-syntax --close-stderr”: Child process exited with code 1
(gwe:2): LIBDBUSMENU-GLIB-WARNING **: 14:50:08.918: Unable to get session bus: Error spawning command line “dbus-launch --autolaunch=2fb7a1f1c6cf4b4eb572dfe9577f919c --binary-syntax --close-stderr”: Child process exited with code 1
ERROR: Set cooling error: Can't connect to display ":99.0": b'No protocol specified\n'
NoneType: None
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 688, in _LoadNvmlLibrary
nvmlLib = CDLL("libnvidia-ml.so.1")
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 83, in get_status
py3nvml.nvmlInit()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 652, in nvmlInit
_LoadNvmlLibrary()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 690, in _LoadNvmlLibrary
_nvmlCheckReturn(NVML_ERROR_LIBRARY_NOT_FOUND)
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 317, in _nvmlCheckReturn
raise NVMLError(ret)
py3nvml.py3nvml.NVMLError_LibraryNotFound: NVML Shared Library Not Found
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 205, in get_status
py3nvml.nvmlShutdown()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 701, in nvmlShutdown
fn = _nvmlGetFunctionPointer("nvmlShutdown")
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 333, in _nvmlGetFunctionPointer
raise NVMLError(NVML_ERROR_UNINITIALIZED)
py3nvml.py3nvml.NVMLError_Uninitialized: Uninitialized
ERROR: Set cooling error: Can't connect to display ":99.0": b'No protocol specified\n'
NoneType: None
root@kiro-To-be-filled-by-O-E-M:~#
If anybody can help with the Greenwithenvy installation will be more then happy. Because I like how fast is a Zorin. For example in mostly benchmarks Zorin is way above the other Linux distributions. Even in Blender the Zorin render %10 faster then any other Linux distribution and %20 faster then the Windows 10 ! I don't want to run another Linux Distribution, but if I can't fix the overclock issue with the GreenWithEnvy program I will not have another choise. For me the GPU overclocking is important think. Thank you!
root@kiro-To-be-filled-by-O-E-M:~# flatpak run com.leinardi.gwe
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 688, in _LoadNvmlLibrary
nvmlLib = CDLL("libnvidia-ml.so.1")
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 83, in get_status
py3nvml.nvmlInit()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 652, in nvmlInit
_LoadNvmlLibrary()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 690, in _LoadNvmlLibrary
_nvmlCheckReturn(NVML_ERROR_LIBRARY_NOT_FOUND)
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 317, in _nvmlCheckReturn
raise NVMLError(ret)
py3nvml.py3nvml.NVMLError_LibraryNotFound: NVML Shared Library Not Found
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 205, in get_status
py3nvml.nvmlShutdown()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 701, in nvmlShutdown
fn = _nvmlGetFunctionPointer("nvmlShutdown")
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 333, in _nvmlGetFunctionPointer
raise NVMLError(NVML_ERROR_UNINITIALIZED)
py3nvml.py3nvml.NVMLError_Uninitialized: Uninitialized
(gwe:2): Gtk-WARNING **: 14:50:08.914: gtk_window_present_with_time() should not be called with 0, or GDK_CURRENT_TIME as a timestamp, the timestamp should instead be gathered at the time the user initiated the request for the window to be shown
(gwe:2): libappindicator-WARNING **: 14:50:08.918: Unable to get the session bus: Error spawning command line “dbus-launch --autolaunch=2fb7a1f1c6cf4b4eb572dfe9577f919c --binary-syntax --close-stderr”: Child process exited with code 1
(gwe:2): LIBDBUSMENU-GLIB-WARNING **: 14:50:08.918: Unable to get session bus: Error spawning command line “dbus-launch --autolaunch=2fb7a1f1c6cf4b4eb572dfe9577f919c --binary-syntax --close-stderr”: Child process exited with code 1
ERROR: Set cooling error: Can't connect to display ":99.0": b'No protocol specified\n'
NoneType: None
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 688, in _LoadNvmlLibrary
nvmlLib = CDLL("libnvidia-ml.so.1")
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 83, in get_status
py3nvml.nvmlInit()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 652, in nvmlInit
_LoadNvmlLibrary()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 690, in _LoadNvmlLibrary
_nvmlCheckReturn(NVML_ERROR_LIBRARY_NOT_FOUND)
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 317, in _nvmlCheckReturn
raise NVMLError(ret)
py3nvml.py3nvml.NVMLError_LibraryNotFound: NVML Shared Library Not Found
ERROR: Error while getting status
Traceback (most recent call last):
File "/app/lib/python3.7/site-packages/gwe/repository.py", line 205, in get_status
py3nvml.nvmlShutdown()
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 701, in nvmlShutdown
fn = _nvmlGetFunctionPointer("nvmlShutdown")
File "/app/lib/python3.7/site-packages/py3nvml/py3nvml.py", line 333, in _nvmlGetFunctionPointer
raise NVMLError(NVML_ERROR_UNINITIALIZED)
py3nvml.py3nvml.NVMLError_Uninitialized: Uninitialized
ERROR: Set cooling error: Can't connect to display ":99.0": b'No protocol specified\n'
NoneType: None
root@kiro-To-be-filled-by-O-E-M:~#
If anybody can help with the Greenwithenvy installation will be more then happy. Because I like how fast is a Zorin. For example in mostly benchmarks Zorin is way above the other Linux distributions. Even in Blender the Zorin render %10 faster then any other Linux distribution and %20 faster then the Windows 10 ! I don't want to run another Linux Distribution, but if I can't fix the overclock issue with the GreenWithEnvy program I will not have another choise. For me the GPU overclocking is important think. Thank you!