VMware Communities
colegui
Contributor
Contributor

Not acceleration 3D in Ubuntu 14.04 LTS in the latest VM (10.0.2)

Hi,

I installed the latest version of vmware workstation (10.0.2) in ubuntu 14.04 LTS and I have the following problem:


http://i273.photobucket.com/albums/jj229/hectorsales/Ubuntu_LTS_Gnome-VMwareWorkstation_001_zpsb6da9...


My graphic Card


glxinfo | grep OpenGL


OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RS780
OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.1.0
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 10.1.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:

lspci -nnk | grep -iA3 VGA


01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS780D [Radeon HD 3300] [1002:9614]
    Subsystem: ASUSTeK Computer Inc. Device [1043:834d]
    Kernel driver in use: radeon
01:05.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RS780 HDMI Audio [Radeon (HD) 3000 Series] [1002:960f]

glxinfo | grep -i render

direct rendering: Yes
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Gallium 0.4 on AMD RS780
    GL_MESA_texture_signed_rgba, GL_NV_conditional_render, GL_NV_depth_clamp,
    GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp,

Any help would be greatly appreciated

Reply
0 Kudos
5 Replies
derekcentrico
Contributor
Contributor

I manually add the following to my .vmx files for the VMs I want 3D to work on:

mks.enable3d = "TRUE"

Reply
0 Kudos
colegui
Contributor
Contributor

Thanks to the help, When i try edit ".vmx" file, the line "mks.enable3d = "TRUE"  also exist in the file "vmx".

Best Regards.

Reply
0 Kudos
derekcentrico
Contributor
Contributor

I think I recall reading that the popup will remain and so I ignored it in the future. 

Popup is related to the default detection against 3D whereas the added line to the vmx file overrides the default detection so it runs w/ 3D.

This was +1 year ago so may have changed in 10.x but I haven't noticed.

Reply
0 Kudos
naonux
Contributor
Contributor

I  cant  install 64bt vm 10.0.2 on ubuntu 14.04 success.how can you do that

I install  64bit vmware workstation 10.0.2 in ubuntu 14.04 lts  report

I have   create

soso@server:~/soft$ locate libpk-gtk-module.so

/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libpk-gtk-module.so

/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libpk-gtk-module.so

soso@server:~/soft$ locate libcanberra-gtk-module.so

/usr/lib/i386-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so

/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so

/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libcanberra-gtk-module.so

I set /etc/ld.so.conf.d/gtk-2.0.conf content  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules


sudo  ldconfig

sudo updatedb

then sudo ./VMware-Workstation-Full-10.0.2-1744117.x86_64.bundle

report

(vmware-installer.py:14275): Gtk-WARNING **: 无法在模块路径中找到主题引擎:“murrine”,

(vmware-installer.py:14275): Gtk-WARNING **: 无法在模块路径中找到主题引擎:“murrine”,

I change /etc/ld.so.conf.d/gtk-2.0.conf content form /usr/lib/x86_64-linux-gnu/gtk-2.0/modules to /usr/lib/i386-linux-gnu/gtk-2.0/modules

sudo  ldconfig

sudo updatedb

then sudo ./VMware-Workstation-Full-10.0.2-1744117.x86_64.bundle

report

(vmware-installer.py:14275): Gtk-WARNING **: 无法在模块路径中找到主题引擎:“murrine”,

(vmware-installer.py:14275): Gtk-WARNING **: 无法在模块路径中找到主题引擎:“murrine”,

(vmware-installer.py:14275): Gtk-WARNING **: 无法在模块路径中找到主题引擎:“murrine”,

Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: 无法打开共享对象文件: 没有那个文件或目录

wen I install over ,the program cant startup

I cant install the vmware 10.0.2 success.

help !!!!!!

Reply
0 Kudos
skitheo
Enthusiast
Enthusiast

Did you try the following?

sudo apt-get install libgtkmm-2.4-1c2

Reply
0 Kudos