libGL error
Hello all,
I have recently installed latest FFTW from RHEL repositories. Unfortunately, after the FFTW installation, many software failed to open their display window. The glxinfo shows following error,
$ glxinfo
name of display: :0.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 46
Current serial number in output stream: 45
I have an nividia card and the following driver are installed,
$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 352.93 Tue Apr 5 18:18:24 PDT 2016
GCC version: gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
$ rpm -qa | grep nvidia
xorg-x11-drv-nvidia-352.93-1.el7.x86_64
nvidia-uvm-kmod-352.93-3.el7.x86_64
yum-plugin-nvidia-1.0.2-1.el7.elrepo.noarch
xorg-x11-drv-nvidia-gl-352.93-1.el7.x86_64
xorg-x11-drv-nvidia-libs-352.93-1.el7.x86_64
xorg-x11-drv-nvidia-devel-352.93-1.el7.x86_64
nvidia-detect-367.27-1.el7.elrepo.x86_64
nvidia-kmod-352.93-2.el7.x86_64
$ uname -r
3.10.0-327.22.2.el7.x86_64
I just wonder what went wrong here. Any help would be highly appreciated
Thanks in advance
Aneesh
Responses