[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GLX and nouveau



On 2016-02-12 18:44 +0100, Lucio Crusca wrote:

> Il 12/02/2016 18:37, Sven Joachim ha scritto:
>> On 2016-02-12 18:02 +0100, Lucio Crusca wrote:
>>
>>> $ ldd /usr/lib/xorg/modules/extensions/libglx.so
>>>      linux-vdso.so.1 (0x00007ffda3181000)
>>>      libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f135aa80000)
>> Where does that file ultimately point to?  Use readlink -f to find out.
> # readlink -f /usr/lib/x86_64-linux-gnu/libGL.so.1
> /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.352.79

That's your problem, the link needs to point to
/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 instead.

>> That's bad, most likely libGL.so.1 and/or libglx.so itself are
>> NVidia files. Cheers, Sven 
>
> And what should I do to fix it?

Try "update-glx --config glx" and select the mesa implementation
(untested, I don't use those packages).  See
/usr/share/doc/glx-diversions/README.Debian.gz for more information.

Cheers,
       Sven


Reply to: