모든 VMware 게스트에서 호스트에서 3D 지원이 제공되지 않습니다


10

16.04 호스트에서 VMware Workstation 12 Player를 실행하고 있습니다. 그리고 내가 실행하는 모든 게스트는 "호스트에서 3D 지원을 사용할 수 없음"및 "하드웨어 그래픽 가속을 사용할 수 없음" "플레이어에서 가속 3D 그래픽이 비활성화되어 있습니다. AMD 드라이버가있는 AMD RX480 8gig GPU가 있습니다.

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"

2
호스트에 OpenGL 가속이 glxinfo | grep Direct"직접 렌더링 : 예"로 표시되는지 확인하십시오 . 다른 사이트의 제안에 따라 <br/> ~ / .vmware / preferences 파일을 편집하고 mks.gl.allowBlacklistedDrivers로 시작하는 줄을 찾으십시오 (없는 경우). 파일. mks.gl.allowBlacklistedDrivers = "TRUE"로 변경해야합니다 (TRUE 주위에 큰 따옴표를 사용하십시오).
GrannySez

@GrannySez 편집
meccooll

1
mks.gl.allowBlacklistedDrivers = "TRUE"속임수 thnx를했다!! 당신은 대답로 추가 할 수 있습니다
meccooll

1
그 명령이어야 @GrannySez glxinfo | grep -i Direct때문에 d 출력 소문자 인
안와르

답변:


20

[내 설정 : Ubuntu 16.10 64 비트 호스트 (16.04에서 업그레이드) + VMware Workstation 12.5x + Windows 10 64 비트 게스트]

나는 당신이 인용 한 것과 같은 두 가지 오류가있었습니다. 나를 위해 일한 것은 다음과 같습니다.

vim .vmware/preferences

mks.gl.allowBlacklistedDrivers = "TRUE"

Dizwell Informatics 덕분에


2
감사! 이 정보를 VMware 웹 사이트 나 설명서에서 찾는 대신 여기에 와야했던 것이 믿기지 않습니다.
mzuther

VMWare 15의 매력처럼 작동했습니다!
Sinisa

KDE Neon 18 Host, Ubuntu 및 Windows 게스트에서 VMWare Workstation 15.1과 함께 잘 작동합니다. 고통의 나이 후에 마침내 해결!
Silicomancer

2
감사! 또한 VMware Workstation 15 플레이어와 함께 KDE Neon 5.17에서 저에게 효과적이었습니다. 여기에서 확장 된 솔루션 / 설명을 찾았습니다 : namhuy.net/227/…
Juan Gómez Carrillo

Ubuntu 20.04 LTS, VMWare Workstation 15에서 작동
Jimbo Alba
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.