You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Nicolas Vazquez (JIRA)" <ji...@apache.org> on 2016/01/05 19:05:39 UTC

[jira] [Created] (CLOUDSTACK-9211) Support passing vRAM size over to Esxi hypervisor to support 3D GPU on Vmware

Nicolas Vazquez created CLOUDSTACK-9211:
-------------------------------------------

             Summary: Support passing vRAM size over to Esxi hypervisor to support 3D GPU on Vmware
                 Key: CLOUDSTACK-9211
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9211
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: VMware
    Affects Versions: 4.8.0
            Reporter: Nicolas Vazquez
             Fix For: 4.8.0


CS support passing hypervisor options by creating entries in vm_teplate_details/user_vm_details. 
To enable software 3D GPU 4 options needs to be added:
•	‘mks.enable3d' 		'true'					
•	'mks.use3dRenderer'		'automatic'			
•	'svga.autodetect' 		'false' 
•	'svga.vramSize'  e.g.		131072

Currently all options except 'svga.vramSize' work, VMs always get configured with default 64Mb videoRAM instead of the one provided on the option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)