Solved VM Trouble (2)

djshonrock

Member's Dude
VIP Member
Member
Messages
154
Location
Bahrain
Hi! I recently installed Windows 8 Release Preview on my VirtualBox. It seem to work fine till now. I have an issue with the display adapter of the Guest Addition. My Whole system turns slow when I run guest additions with Video Driver. My Question is, Is there any way to uninstall the WDDM from Virtualbox and then use the rest of the features of the Guest Additions like sharing folders ect?

Thank You
Shon John Xander
 

My Computer

System One

  • OS
    Triple Boot: Windows Xp, Windows 7 and Windows Release Preview, Virtual Machine ( Windows 8 )
    System Manufacturer/Model
    Acer
    Motherboard
    Intel
    Memory
    6 GB
    Graphics Card(s)
    Intel Graphics Controller
    Sound Card
    Realtek HD Audio Hardware
    Monitor(s) Displays
    Sony LED Monitor (2)
    Screen Resolution
    1600 x 1200
    Hard Drives
    500 GB Western HDD (3) 1 TB Buffalo HDD (2)
    Keyboard
    Samsung
    Mouse
    Microsoft
    Internet Speed
    52 Mbps
Yes you can.

Take a snapshot before you do this, just in case.

1. Go into device manager and locate the driver.
2. Uninstall the driver. This will hang the system as you have no screen.
3. Shut down the VM using the x box.
4. You can create extra screen resolutions using the ExtraData trick. Close VBox completely.

You need to edit the .vbox file in a text editor. I use Notepad++ and add the top line beow.

<ExtraData>
<ExtraDataItem name="CustomVideoMode1" value="1366x768x32"/>
<ExtraDataItem name="GUI/Fullscreen" value="on"/>
<ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1024,768"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="8,27,1024,687"/>
<ExtraDataItem name="GUI/LastScaleWindowPosition" value="122,108,1128,608"/>
<ExtraDataItem name="GUI/MiniToolBarAlignment" value="top"/>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
<ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
</ExtraData>

The fields are width,height,color depth. You an add more than one just change the 1 to 2 etc.

5. Restart your VM and the resolutions will be available in screen resolution.
 

My Computer

System One

  • OS
    Windows 7 x64 SP1 Home Premium/Win 8.1 in VBox
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Hewlett-Packard/G62 Notebook
    CPU
    Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz
    Motherboard
    Hewlett-Packard 1425
    Memory
    8 GB DDR3
    Graphics Card(s)
    Intel(R) HD Graphics
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Builtin
    Screen Resolution
    1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
    Hard Drives
    250 GB SATA Hard Disk Drive 7200 rpm
    2TB Seagate GoFlex USB 2 Drive
    1TB Iomega Prestige USB 2 Drive
    1.5TB Iomega Prestige USB 2 Drive (Samsung)
    1TB Iomega NAS.
    Mouse
    Microsoft Bluetooth Notebook Mouse 5000
    Internet Speed
    20Mb/sec
Good workaround kado897:

2. Uninstall the driver. This will hang the system as you have no screen.
3. Shut down the VM using the x box.

For this steps you can also roll back the driver, or uninstall without rebooting. (should work on all pc's)
In Windows 8 the display driver refreshes automatically (applying the standard one) and no reboot is necessary:

3. Locate the (vbox) display driver and right click on it => roll back driver => wait for refresh, and check the name: it should be the standard or basic display adapter.

So then it will switch directly to Standard Basic Display Adapter (the one before the additions were installed).

But then you still have to shut down if you want to add custom resolutions.
 

My Computer

System One

  • OS
    Windows 10 x64
    Computer type
    Laptop
    System Manufacturer/Model
    HP Envy DV6 7250
    CPU
    Intel i7-3630QM
    Motherboard
    HP, Intel HM77 Express Chipset
    Memory
    16GB
    Graphics Card(s)
    Intel HD4000 + Nvidia Geforce 630M
    Sound Card
    IDT HD Audio
    Monitor(s) Displays
    15.6' built-in + Samsung S22D300 + 17.3' LG Phillips
    Screen Resolution
    multiple resolutions
    Hard Drives
    Samsung SSD 250GB + Hitachi HDD 750GB
    PSU
    120W adapter
    Case
    small
    Cooling
    laptop cooling pad
    Keyboard
    Backlit built-in + big one in USB
    Mouse
    SteelSeries Sensei
    Internet Speed
    slow and steady
    Browser
    Chromium, Pale Moon, Firefox Developer Edition
    Antivirus
    Windows Defender
    Other Info
    That's basically it.
Good workaround kado897:

2. Uninstall the driver. This will hang the system as you have no screen.
3. Shut down the VM using the x box.

For this steps you can also roll back the driver, or uninstall without rebooting. (should work on all pc's)
In Windows 8 the display driver refreshes automatically (applying the standard one) and no reboot is necessary:

3. Locate the (vbox) display driver and right click on it => roll back driver => wait for refresh, and check the name: it should be the standard or basic display adapter.

So then it will switch directly to Standard Basic Display Adapter (the one before the additions were installed).

But then you still have to shut down if you want to add custom resolutions.

I knew there must be a better way. :eek:
 

My Computer

System One

  • OS
    Windows 7 x64 SP1 Home Premium/Win 8.1 in VBox
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Hewlett-Packard/G62 Notebook
    CPU
    Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz
    Motherboard
    Hewlett-Packard 1425
    Memory
    8 GB DDR3
    Graphics Card(s)
    Intel(R) HD Graphics
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Builtin
    Screen Resolution
    1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
    Hard Drives
    250 GB SATA Hard Disk Drive 7200 rpm
    2TB Seagate GoFlex USB 2 Drive
    1TB Iomega Prestige USB 2 Drive
    1.5TB Iomega Prestige USB 2 Drive (Samsung)
    1TB Iomega NAS.
    Mouse
    Microsoft Bluetooth Notebook Mouse 5000
    Internet Speed
    20Mb/sec
2. Uninstall the driver. This will hang the system as you have no screen.
I Guess Pressing Host + Delete to Open Task Manager.. Then "Task manager > File > Run New Task" Then in Run, Opening Explorer.exe will do the trick without restarting..

Any Way, Thanks To you Guys... My Question in Answered.. +1 Rep for both of You..

Thank You
Shon John Xander
 

My Computer

System One

  • OS
    Triple Boot: Windows Xp, Windows 7 and Windows Release Preview, Virtual Machine ( Windows 8 )
    System Manufacturer/Model
    Acer
    Motherboard
    Intel
    Memory
    6 GB
    Graphics Card(s)
    Intel Graphics Controller
    Sound Card
    Realtek HD Audio Hardware
    Monitor(s) Displays
    Sony LED Monitor (2)
    Screen Resolution
    1600 x 1200
    Hard Drives
    500 GB Western HDD (3) 1 TB Buffalo HDD (2)
    Keyboard
    Samsung
    Mouse
    Microsoft
    Internet Speed
    52 Mbps
Hopachi's post above shows a better way. Just right click an roll back the driver.
 

My Computer

System One

  • OS
    Windows 7 x64 SP1 Home Premium/Win 8.1 in VBox
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Hewlett-Packard/G62 Notebook
    CPU
    Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz
    Motherboard
    Hewlett-Packard 1425
    Memory
    8 GB DDR3
    Graphics Card(s)
    Intel(R) HD Graphics
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Builtin
    Screen Resolution
    1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
    Hard Drives
    250 GB SATA Hard Disk Drive 7200 rpm
    2TB Seagate GoFlex USB 2 Drive
    1TB Iomega Prestige USB 2 Drive
    1.5TB Iomega Prestige USB 2 Drive (Samsung)
    1TB Iomega NAS.
    Mouse
    Microsoft Bluetooth Notebook Mouse 5000
    Internet Speed
    20Mb/sec
Yep! that's Right..
 

My Computer

System One

  • OS
    Triple Boot: Windows Xp, Windows 7 and Windows Release Preview, Virtual Machine ( Windows 8 )
    System Manufacturer/Model
    Acer
    Motherboard
    Intel
    Memory
    6 GB
    Graphics Card(s)
    Intel Graphics Controller
    Sound Card
    Realtek HD Audio Hardware
    Monitor(s) Displays
    Sony LED Monitor (2)
    Screen Resolution
    1600 x 1200
    Hard Drives
    500 GB Western HDD (3) 1 TB Buffalo HDD (2)
    Keyboard
    Samsung
    Mouse
    Microsoft
    Internet Speed
    52 Mbps
Back
Top