On 01/ 4/10 02:52 PM, John Martin wrote:
>
>> I looked at the bug 6912450, and the workaround for OpenSolaris is:
>>
>> $ pfexec /usr/sbin/unlink /usr/lib/xorg/modules/extensions/GL
>> $ pfexec ln -s ../../../../../var/run/opengl/server
>> /usr/lib/xorg/modules/extensions/GL
>>
>> I did this, then rebooted and tried to log in and it hung again.
>> Latest Xorg.0.log attached.
>
>
> The workaround is in place as it is now selecting the NVIDIA GLX module:
>
> (II) LoadModule: "glx"
> (II) Loading /usr/lib/xorg/modules/extensions/GL/amd64/libglx.so
> (II) Module glx: vendor="NVIDIA Corporation"
>
I tried the workaround but no joy. can you help?
colnago% uname -a
SunOS colnago 5.11 snv_130 i86pc i386 i86pc
colnago% ls -last /usr/lib/xorg/modules/extensions/GL
1 lrwxrwxrwx 1 root root 36 Jan 4 13:37
/usr/lib/xorg/modules/extensions/GL -> ../../../../../var/run/opengl/server/
colnago% /usr/bin/glxgears -info
Error: glXCreateContext failed
colnago%
> (II) LoadModule: "glx"
> (II) Loading /usr/lib/xorg/modules/extensions/mesa/amd64/libglx.so
> (II) Module glx: vendor="X.Org Foundation"
> compiled for 1.7.3, module version = 1.0.0
> ABI class: X.Org Server Extension, version 2.0
Shouldn't it be Loading
/usr/lib/xorg/modules/extensions/GL/amd64/libglx.so and letting the
symlinks find the right file?
Stuart