mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #238] Modify video (monitor) data #187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DEK4 on GitHub (Feb 15, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/238
Hello!
I can't find any way to change my video adapter and increment the RAM, if I edit directly the XML i lost my changes.
@lub commented on GitHub (Feb 16, 2014):
There is a copy of every XML in the RAM for faster access. To edit a XML properly you need to use virsh edit NAME or workaround this problem with manual copying.
@DEK4 commented on GitHub (Feb 20, 2014):
Ok...I edit the configuration with virsh but the problem persist...this under windows; I can't increment the RAM and the vmvideo (with vmware video driver) it doesn't work... any idea? :/
@lub commented on GitHub (Feb 20, 2014):
Did you reboot your guest?
@DEK4 commented on GitHub (Feb 20, 2014):
Of course but nothing ... always the same generic vga video monitor with 6mb of RAM
I install Windows 7 professional 64bit
@lub commented on GitHub (Feb 20, 2014):
Can you upload your XML (with and without the changes you made) so I may reproduce this issue?
@DEK4 commented on GitHub (Feb 20, 2014):
This is the actual XML config file: http://pastebin.com/Pu49BUaD
I try to change the line 71 putting ram='130000' and for video='vmvga' but nothing, virsh replace my 'vmvga' with vga
And this is my grapfhic card on win7
I try to follow this guide: http://www.linux-kvm.com/content/using-vmware-vga-kvm-windows-guests but i don't know how to put the "qemu-kvm -vga vmware ..." parameter so i try to change my XML configuration.
Thanks