“VMware: vmw_ioctl_command error Invalid argument.

来源:互联网 发布:大数据时代 维克托 编辑:程序博客网 时间:2024/06/04 17:59

rosrun rviz rviz -d `rospack find rbx1_nav`/amcl.rviz
[ INFO] [1497087341.331029093]: rviz version 1.11.15
[ INFO] [1497087341.331148504]: compiled against Qt version 4.8.6
[ INFO] [1497087341.331169817]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1497087341.728700895]: Stereo is NOT SUPPORTED
[ INFO] [1497087341.728885306]: OpenGl version: 3 (GLSL 1.3).
VMware: vmw_ioctl_command error Invalid argument.
Aborted (core dumped)


解决:

OpenGL support can be disabled by setting the environment variable SVGA_VGPU10=0.

Gazebo starts now and runs compared to the not 3D accelerated way pretty smooth on a T460p if the resolution of the VM guest system is not too high (<< 4K).

To make the change permanent use:

$ echo "export SVGA_VGPU10=0" >> ~/.bashrc


阅读全文
0 0