07-06-2016, 02:57 AM
These are still the recommended settings right? I am having issues with the nvidia-settings portion. First part works fine. When I run nvidia-settings, I get the below error message on Ubuntu 16.04.
If I try to explicitly reference these libraries using the "-I" trigger, it then tells me:
The above file is actually listed here: /usr/lib/x86_64-linux-gnu/libnvidia-gtk3.so.367.27
Looks like nvidia-settings is checking the wrong directly for all of its gtk library files. Is there an easy way to adjust this without explicitly listing out every single one and its correct location?
Code:
ERROR: libgtk-3.so.0: cannot open shared object file: No such file or directory
libnvidia-gtk3.so: cannot open shared object file: No such file or directory
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
libnvidia-gtk2.so: cannot open shared object file: No such file or directory
If I try to explicitly reference these libraries using the "-I" trigger, it then tells me:
Code:
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0/libnvidia-gtk3.so.367.27: cannot open shared object file: No such file or directory
The above file is actually listed here: /usr/lib/x86_64-linux-gnu/libnvidia-gtk3.so.367.27
Looks like nvidia-settings is checking the wrong directly for all of its gtk library files. Is there an easy way to adjust this without explicitly listing out every single one and its correct location?