CentOS 7 & glxgears & nvidia-settings could not find the registry

Issues related to applications and software problems
Post Reply
miroilias
Posts: 1
Joined: 2017/05/13 07:39:19

CentOS 7 & glxgears & nvidia-settings could not find the registry

Post by miroilias » 2017/05/13 08:00:23

Greetings,

we set up new CentOS 7 server with the nvidia graphics card (Tesla M2070). We provided the driver with version 375.26 from the "http://developer2.download.nvidia.com/c ... _linux.run".

However, glxgears is not working, giving

milias@adf1:~/.glxgears
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 26
Current serial number in output stream: 27

and
milias@adf1:~/.ldd $(which glxinfo)
linux-vdso.so.1 => (0x00007fffdb5ad000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007fd56505c000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007fd564d1e000)
libc.so.6 => /lib64/libc.so.6 (0x00007fd56495c000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fd564758000)
libGLX.so.0 => /lib64/libGLX.so.0 (0x00007fd564528000)
libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007fd564271000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007fd56404f000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd565305000)
libXext.so.6 => /lib64/libXext.so.6 (0x00007fd563e3d000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007fd563c38000)


Any help how to make OpenGL (glxgears) running properly with nvidia driver ?

------------------------------------------------------------------------------------

In addition about the nvidia graphics card:

milias@adf1:~/.nvidia-smi
Sun May 14 18:04:14 2017
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 375.26 Driver Version: 375.26 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla M2070 Off | 0000:1A:00.0 Off | 0 |
| N/A N/A P0 N/A / N/A | 0MiB / 5301MiB | 0% Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+

and nvidia-settings shows non-working gfx card setting:

milias@adf1:~/.nvidia-settings

ERROR: Error querying enabled displays on GPU 0 (Missing Extension).


ERROR: Error querying connected displays on GPU 0 (Missing Extension).


ERROR: nvidia-settings could not find the registry key file. This file should
have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation. The
application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

and concerning CentOS 7, x86_64:

milias@adf1:~/.uname -a
Linux adf1 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Post Reply