GL clients never show up in VMware [VMWare: No 3D enabled (0, Success).]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Confirmed
|
Undecided
|
Unassigned | ||
mir (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
* install vmware workstation player
* setup an ubuntu image with the zesty iso image for amd64
* apt install mir-demos
* run sudo miral-shell --arw-file --vt 2 -f /tmp/mir_socket
* mir_demo_
The client application exits and in the terminal output you should see:
VMWare: No 3D enabled (0, Success).
That message is from the mesa vmware driver:
https:/
The ioctl seems to complete successfully but yields the wrong result.
The same can be experienced with miral-shell running in X11.
GL clients within X11 work. EGL on DRM seems to work - since mir_proving_server on DRM works too.
Update: The problem seems to be related to dmabuf fds. The error message mentioned above does not seem to stop the egl initialization. So later in the process when mirclient receives the buffers the driver fails to import the dmabuf fds. So maybe the interrupted initialization leaves the egl structures in a state incapable to perform the dmabuf fd to drm handle mapping.
tags: | added: vm |
description: | updated |
description: | updated |
Changed in mir: | |
status: | New → Confirmed |
summary: |
- vmwares mesa driver fails on mir platform during init + GL clients never show up in VMware [VMWare: No 3D enabled (0, Success).] |
On VMWare running on Windows 10, using zesty iso image (make sure to blacklist intel_powerclamp as specified here: http:// pubs.vmware. com/Release_ Notes/en/ workstation/ 12pro/workstati on-1251- release- notes.html)
I get a crash with egl clients:
http:// pastebin. ubuntu. com/23584267/