GitHub user nvazquez opened a pull request:

    https://github.com/apache/cloudstack/pull/1310

    CLOUDSTACK-9211: Support passing vRAM size to support 3D GPU on Vmware

    JIRA TICKET: 
    https://issues.apache.org/jira/browse/CLOUDSTACK-9211 
    
    CS support passing hypervisor options by creating entries in 
<code>vm_template_details</code> or <code>user_vm_details</code>
    
    To enable software 3D GPU 4 options needs to be added:
    
    | name| value |
    |:-------------:|:-------------:|
    |mks.enable3d|true|
    |mks.use3dRenderer|automatic|
    |svga.autodetect|false|
    |svga.vramSize|(size in KB) e.g. 131072|
    
    Currently all options except <code>svga.vramSize</code> works, VMs always 
get configured with default 64Mb videoRAM instead of the one provided on the 
option.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nvazquez/cloudstack 3dgpu

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1310
    
----
commit 656ae109377e7d4400d16f05cbb4096e20a8c05b
Author: nvazquez <nicolas.m.vazq...@gmail.com>
Date:   2016-01-05T18:45:01Z

    CLOUDSTACK-9211: Support passing vRAM size to support 3D GPU on Vmware

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to