View Issue Details

IDProjectCategoryView StatusLast Update
0000802channel: elrepo/el7kmod-nvidiapublic2017-11-29 15:45
ReporterThomas_Obermaier Assigned Topperry  
PrioritynormalSeverityblockReproducibilityalways
Status assignedResolutionopen 
Summary0000802: OpenGL libs are not referenced
DescriptionIt installs the nvidia(64) libs correctly but fails to reference the correct opengl libs. glxinfo still shows Mesa 1.4
Additional InformationI installed ELRepo for CentOS 7.

Then i installed:

yum install nvidia-detect
yum install $(nvidia-detect)

After that i checked the driver and it looked good.

 lspci -k | grep -A 2 -i "VGA"
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
        Subsystem: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti]
        Kernel driver in use: nvidia

But the libs are not referenced and glxinfo shows Mesa 1.4

I thought it might need some xconfigure and typed nvidia-xconfigure, now i'm locked out with no mouse and no keyboard (might be unrelated, still happening even though i putty'd into my box and made yum remove $(nvidia-detect). but nothing else changed)

Forgive me if i forgot something, still new into Linux/CentOS. Feel free to contact me!

Thanks!
TagsNo tags attached.
Reported upstream

Activities

pperry

2017-11-29 13:39

administrator   ~0005623

Rhetorical, but did you reboot the machine after installing the nvidia driver packages?

Other than that, this is probably not the best place for you to obtain help. If you can identify a bug (and preferably provide a fix too), then I'm happy to fix it. If you are looking for support to get things working, then you will reach a far wider audience by posting to the general mailing list.

Thomas_Obermaier

2017-11-29 14:42

reporter   ~0005625

Yes, of course. It was rebooted properly. The bug itself is that the nvidia OpenGL libs are not referenced but the mesa ones. I just described how to reproduce the bug. Everything else is just additional info. I posted this to a CentOS group and they asked me to file this as a bug. But youre right, fixing it in my config is a support thing and unrelated to the initial behavior. Thanks!

pperry

2017-11-29 15:45

administrator   ~0005626

Perhaps you could provide more information.

glxinfo clearly references the nvidia OpenGL libs on my system

$ ldd /usr/bin/glxinfo
    linux-vdso.so.1 => (0x00007ffeaf5e6000)
    libGL.so.1 => /usr/lib64/nvidia/libGL.so.1 (0x00007f32fec76000)
    libX11.so.6 => /lib64/libX11.so.6 (0x00007f32fe938000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f32fe574000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007f32fe370000)
    libGLX.so.0 => /usr/lib64/nvidia/libGLX.so.0 (0x00007f32fe140000)
    libGLdispatch.so.0 => /usr/lib64/nvidia/libGLdispatch.so.0 (0x00007f32fde71000)
    libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f32fdc49000)
    /lib64/ld-linux-x86-64.so.2 (0x000055d397ee8000)
    libXext.so.6 => /lib64/libXext.so.6 (0x00007f32fda37000)
    libXau.so.6 => /lib64/libXau.so.6 (0x00007f32fd832000)

Issue History

Date Modified Username Field Change
2017-11-29 06:21 Thomas_Obermaier New Issue
2017-11-29 06:21 Thomas_Obermaier Status new => assigned
2017-11-29 06:21 Thomas_Obermaier Assigned To => pperry
2017-11-29 13:39 pperry Note Added: 0005623
2017-11-29 14:42 Thomas_Obermaier Note Added: 0005625
2017-11-29 15:45 pperry Note Added: 0005626