X11 MIT-SHM error on windows xserver using gallium llvmpipe driver

Edson Contreras Cárdenas <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <CAPOUx5Lbx_d6p0OA5=yYORC-1uQ3DaNjT1dHBSJan8LAccOT5Q@mail.gmail.com>
Hello everyone,

I have the following issue trying to run 'glxgears' command in a windows
X11 applications (xming, mobaxterm, etc) from a remote machine:

Xlib:  extension "MIT-SHM" missing on display MY_DISPLAY_IP:0.0

I already noticed that my configured Makefile has the instruction
-DUSE_XSHM. Can I remove it? llvmpipe needs it? Because I perform the same
operation with "Brian Paul" driver and it runs ok, but I don't have shaders
support. This issue happens with Mesa-11.2.2 and git-main also.

Thanks for your support.

My building script is:

OS=RHEL6.6

BASELIBS_PREFIX=/remote/sharedLibs

../mesa-11.2.2/configure                                                   \
    --with-llvm-prefix=${BASELIBS_PREFIX}/llvm-3.8            \
    --enable-opengl --disable-gles1 --disable-gles2                \
    --disable-va --disable-gbm --disable-xvmc --disable-vdpau \

--enable-shared-glapi                                                    \

--disable-texture-float                                                    \
    --disable-dri --with-dri-drivers=
  \
    --enable-gallium-llvm --disable-llvm-shared-libs                \
    --with-gallium-drivers=swrast                                         \
    --disable-egl --disable-gbm --with-egl-platforms=              \
    --enable-gallium-osmesa                                               \
    --enable-glx-xlib
                              \
    --prefix=${BASELIBS_PREFIX}/mesa-11.2.2

[I run following under mobaxterm rsh console]

edsonc@mesa-tests:~> setenv DISPLAY MY_DISPLAY_IP:0.0

edsonc@mesa-tests:~> setenv LD_LIBRARY_PATH
/remote/sharedLibs/mesa-11.2.2/lib:$LD_LIBRARY_PATH

edsonc@mesa-tests:~> glxinfo | grep -i opengl
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
  OpenGL version string: 3.0 Mesa 11.2.2 (git-)
  OpenGL shading language version string: 1.30
  OpenGL extensions:

edsonc@mesa-tests:~> glxgears -info
  GL_RENDERER   = Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
  GL_VERSION    = 3.0 Mesa 11.2.2 (git-)
  GL_VENDOR     = VMware, Inc.
  GL_EXTENSIONS = GL_ARB_multisample ...
  Xlib:  extension "MIT-SHM" missing on display "MY_DISPLAY_IP:0.0"
  Xlib:  extension "MIT-SHM" missing on display "MY_DISPLAY_IP:0.0"
  ... (forever)

And I only have a blank screen.


Regards,
Edson

_______________________________________________
mesa-users mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.