Category: Server
Burst open the VM resolution limit
Feb 16, 2009 at 02:20:07 pm | By michaelburger | Category: Howto | Send feedback »
I have been working on a VM as a desktop replacement for over a year now and I am quite satisfied with the experience. This is not a full-blown VDI, it's more like my personal virtual client, which I find very convenient compared to classic desktop computers.
Anyway, today I got a new monitor with a screen resolution of 1920x1200 pixels and I realized there is a limitation to the screen resolution of VMs. Here is how you can get beyond the standards, but you have to add a few lines to the relevant VMX file:
svga.maxWidth = "1920"
svga.maxHeight = "1200"
svga.vramSize = "9216000"
Width and height are pretty obvious but you also have to increase the RAM of your virtual video adapter, otherwise it cannot display the desired resolution. Here is how you get the value for this entry:
Width (pixels) * Height (pixels) * ColorDepths (bits) / 8
In case your Windows does not show you the right results in your desktop configuration, you can do it manually by editing the registry. Use regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO\{FEDC7ADF-34C8-4BAF-B872-48C92671D7D5}\0000
The adapter string might be different, but there should not be too many adapters on a VM here anyway. Now modify the following entries to suite your needs:
DefaultSettings.XResolution
DefaultSettings.YResolution
DefaultSettings.BitsPerPel
This might require a reboot to work. The new resolution will also be usable on the VMware console. Please be aware that not all RDP clients are the same, e.g. I learned that my favorite tool from visionApp has a built-in limitation of 1600 pixels width. The original Microsoft RDP client had no problems showing the larger resolution.
Neuerungen im VMware Server 2.0
Jan 22, 2009 at 10:07:35 | By michaelburger | Category: Server | Sende Feedback »
Link: http://www.vmware.com/products/server/
Der kostenlose Virtualisierer VMware Server steht nun in der Version 2.0 zur Verfügung und bringt einige Neuerungen und Erweiterungen mit:
- maximal 8GB RAM pro VM
- maximal 10 vNICs pro VM
- 64bit Guest OS Support
- Windows Vista Guest OS Support
- Host & Guest Support für Windows Server 2008, RHEL 4.5 - 5.1 und SLES 10.1
- unter 64bit Linux Hosts jetzt auch als 64bit-Anwendung verfügbar
- USB 2.0 Guest Support
- neues Netzwerkkonfigurationstool
- CIFS/NFS-Shares können als Speicherort für VMs verwendet werden
- Microsoft VSS-Unterstützung
- verbessertes Web-Interface
Trotz aller Verbesserungen bleiben ein bis zwei Wehrmutstropfen, denn es wurde auch etwas gestrichen: Ab der Version 2.0 keine Einbindung mehr in vCenter Server möglich. Wer die Management-Konsole der Vorgängerversion kannte, wird vermutlich auch das überarbeitete Web-Interface nicht unbedingt als Fortschritt empfinden. So ist die Netzwerkkonfiguration beispielsweise nicht integriert, sondern als separates Tool zu starten.
Fazit: Wer eine entsprechende Hardware zur Verfügung hat, sollte lieber auf den ebenfalls kostenlosen ESXi-Server setzen. Skalierbarkeit, Performance und Features sprechen einfach dafür. Der VMware Server bleibt jedoch eine gute Wahl, wenn man VMs auf jeder beliebigen Hardware betreiben können muss.





