Index: /trunk/src/VBox/Main/src-client/DisplayImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/DisplayImpl.cpp	(revision 42248)
+++ /trunk/src/VBox/Main/src-client/DisplayImpl.cpp	(revision 42249)
@@ -2168,10 +2168,8 @@
         return E_INVALIDARG;
 
-// sunlover 20070614: It is up to the guest to decide whether the hint is valid.
-//    ULONG vramSize;
-//    mParent->machine()->COMGETTER(VRAMSize)(&vramSize);
-//    /* enough VRAM? */
-//    if ((width * height * (bpp / 8)) > (vramSize * 1024 * 1024))
-//        return setError(E_FAIL, tr("Not enough VRAM for the selected video mode"));
+   /*
+    * sunlover 20070614: It is up to the guest to decide whether the hint is
+    * valid. Therefore don't do any VRAM sanity checks here!
+    */
 
     /* Have to release the lock because the pfnRequestDisplayChange
