video memory in virtual machine

This is a multi-part message in MIME format. ------=_001_NextPart577251741428_=---- Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 SSBoYXZlIGZvdW5kIHRoYXQgcGxheWluZyB2aWRlbyBpcyBub3QgZmx1ZW50IGluIHRoZSB2aXJ0 dWFsIG1hY2hpbmUuIFNvIEkgdGhvdWdodCBtYXliZSB0b28gc21hbGwgdmlkZW8gbWVtb3J5IGlu IHZpcnR1YWwgbWFjaGluZXMgbGVkIHRvIHRoaXMuIFNvbWUgcGFyYW1ldGVycyBoYXZlIGJlZW4g Zm91bmQgd2hlbiBJIHdhcyB0cnlpbmcgdG8gY2hlY2sgc29tZSBpbmZvcm1hdGlvbi4gU28gSSB3 b25kZXIgd2hlcmUgdG8gbW9kaWZ5IHRoZW0gYW5kIGlmIGl0IHdvcmtzIHRvIGRvIHRoaXMuDQoN Ci1kZXZpY2UgcXhsLXZnYSxpZD12aWRlbzAscmFtX3NpemU9NjcxMDg4NjQsdnJhbV9zaXplPTgz ODg2MDgsdmdhbWVtX21iPTE2DQoNCkFueW9uZSBjYW4gaGVscD8NCg0KDQoNCg== ------=_001_NextPart577251741428_=---- Content-Type: text/html; charset="GB2312" Content-Transfer-Encoding: quoted-printable <html><head><meta http-equiv=3D"content-type" content=3D"text/html; charse= t=3DGB2312"><style>body { line-height: 1.5; }body { font-size: 10.5pt; fon= t-family: =CE=A2=C8=ED=D1=C5=BA=DA; color: rgb(0, 0, 0); line-height: 1.5;= }</style></head><body>=0A<div><span></span>I have found that playing = ;video is not fluent in the virtual mac= hine. So I thought maybe too small <span style=3D"font-size: 10.5pt; = line-height: 1.5; background-color: window;">video memory in&nbs= p;virtual machines led to this. Some </span><span style=3D"font-= size: 10.5pt; line-height: 1.5; background-color: window;">parameters have= been found when I was trying to c</span><span style=3D"font-size: 10.5pt;= line-height: 1.5; background-color: window;">heck some information. = So I wonder where to modify them and if it works to do this.</span></div><= div><span style=3D"font-size: 10.5pt; line-height: 1.5; background-color: = window;"><br></span></div><div>-device qxl-vga,id=3Dvideo0,ram_size= =3D67108864,vram_size=3D8388608,vgamem_mb=3D16</div><div><br></div><div>An= yone can help?</div><hr style=3D"width: 210px; height: 1px;" color=3D"#b5c= 4df" size=3D"1" align=3D"left">=0A<div><br></div>=0A</body></html> ------=_001_NextPart577251741428_=------

On 08/06/16 09:55 +0800, qinglong.dong@horebdata.cn wrote:
I have found that playing video is not fluent in the virtual machine. So I thought maybe too small video memory in virtual machines led to this. Some parameters have been found when I was trying to check some information. So I wonder where to modify them and if it works to do this.
-device qxl-vga,id=video0,ram_size=67108864,vram_size=8388608,vgamem_mb=16
Anyone can help?
You cannot directly set ram and vgamem, but you can modify vram size through vram multiplier. The defaults are as follows: vram_size = 8192 * vram multiplier (2) ram_size = 16384 * 4 vgamem = 16384 * 1 (hopefully got them right) Modifying osinfo[1] property vramMultiplier allows you to change vram size. [1] http://www.ovirt.org/develop/release-management/features/virt/os-info/
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (2)
-
Martin Polednik
-
qinglong.dong@horebdata.cn