Nenhum suporte 3D está disponível no host, em todos os convidados do VMware

3

Estou executando o VMware Workstation 12 Player no host 16.04. E cada convidado que eu executo reclama que "Nenhum suporte 3D está disponível a partir do host" e "A aceleração de hardware de hardware não está disponível" "Acelerar gráficos 3D é verificado no player. Eu tenho AMD RX480 8gig GPU com drivers amd

sudo lspci -knn | grep -A2 VGA
02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:67df] (rev c7)
    Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e347]
    Kernel driver in use: amdgpu
glxinfo | grep direct
direct rendering: Yes
$ vmplayer &
Gtk-Message: Failed to load module "atk-bridge": /usr/lib/x86_64-linux-gnu/libatspi.so.0: undefined symbol: g_type_class_adjust_private_offset
Gtk-Message: Failed to load module "unity-gtk-module": libunity-gtk-module.so: cannot open shared object file: No such file or directory
(vmware-modconfig:4752): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
...repeats x20 ...
vmware-modconfig:4752): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
(vmware-modconfig:4752): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "atk-bridge": /usr/lib/x86_64-linux-gnu/libatspi.so.0: undefined symbol: g_type_class_adjust_private_offset
Gtk-Message: Failed to load module "unity-gtk-module": libunity-gtk-module.so: cannot open shared object file: No such file or directory
(vmplayer:4747): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
(vmplayer:4747): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
I/O warning : failed to load external entity "/etc/vmware/hostd/proxy.xml"
    
por meccooll 04.10.2016 / 01:00

1 resposta

5

[Minha configuração: Host de 64 bits do Ubuntu 16.10 (atualizado a partir de 16.04) + VMware Workstation 12.5x + Windows 10 convidado de 64 bits]

Eu tive o mesmo erro que você cita. O que funcionou para mim é:

vim .vmware/preferences

mks.gl.allowBlacklistedDrivers = "TRUE"

Agradecimentos a Dizwell Informatics

    
por Ned Burgher 16.04.2017 / 01:39