<div dir="ltr">I'm trying to install and run ParaViewWeb. I've tried: Fedora 21, Debian Jessie, & Ubuntu 14.0.4 and ParaView 4.1 (pvw-setup, stock pkgs, bin/src download) and 5.0 on each. None work, and they fail for different reasons. Here's one failure on Ubuntu 14.0.4 with ParaView-5.0.0-Qt4-OpenGL2-MPI-Linux-64bit.tar.gz:<div><br></div><div><div>$ ./bin/pvpython lib/paraview-5.0/site-packages/paraview/web/pv_web_visualizer.py --content ./share/paraview-5.0/www --data-dir ~/tmp --port 8080</div><div>2016-03-20 15:28:46+0000 [-] Log opened.</div><div>libGL error: failed to load driver: swrast</div><div>X Error of failed request:  GLXBadFBConfig</div><div>  Major opcode of failed request:  150 (GLX)</div><div>  Minor opcode of failed request:  34 ()</div><div>  Serial number of failed request:  29</div></div><div><br></div><div>The swrast driver seems to be there:</div><div><br></div><div><div>$ find /usr -name \*swrast\*</div><div>/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so</div><div>/usr/lib/x86_64-linux-gnu/gallium-pipe/pipe_swrast.so</div></div><div><br></div><div>Running strace shows that it does load /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so and fails later with this, I think:</div><div><br></div><div><div>close(4)                                = 0</div><div>open("/home/vagrant/.drirc", O_RDONLY)  = -1 ENOENT (No such file or directory)</div><div>munmap(0x7f0439de2000, 5648480)         = 0</div><div>write(2, "libGL error: ", 13libGL error: )           = 13</div><div>write(2, "failed to load driver: swrast\n", 30failed to load driver: swrast</div></div><div><br></div><div>More of the strace found here: <a href="http://pastebin.com/krQ5ZR4J">http://pastebin.com/krQ5ZR4J</a><br></div><div><br></div><div>Even if I create ~/.drirc it still gets the same error without any clear reason why.</div><div><br></div><div>Thanks,<br></div><div>Rob</div></div>