Custom Query (16363 matches)
Results (1915 - 1917 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3427 | fixed | Windows 7 Display fails -> Fixed in 3.0.0 | ||
| Description |
After having installed Windows Guest Additions 2.1.4 on my Windows 7 Guest (with Windows Vista host) and after rebooting I choosed the option "Adjust Window Size". This should be no problem, but the Display didn't show up correctly. Some parts of the sreen just went black, when other colours where wrong. I don't know how to describe it better, but it just didn't work correctly. I restarted several times with different settings, but the screen still didn't display right. Then I uninstalled the Guest Additions 2.1.4 and everything was normal again. To ensure that is was a bug I tried again installing the Guest Additions 2.1.4 and resizing the Window, which brought up the same problem. Temporary Solution: Uninstall Guest Additions 2.1.4 and install 2.1.2! |
|||
| #3430 | fixed | Disk Read Error Occurred using VHD => Fixed in SVN/next release | ||
| Description |
Using an existing vhd from VPC 2007, created about 4 months ago. Base O/S is Windows Server 2008 and Virtual Instance is XP-SP3. Running VBox 2.1.4 VBox, installed with no errors and mounted XP VHD with no problems. VBox XP instance ran fine, connected fine, all good. Came back from lunch yesterday to find xp instance, black screened with "disk read error occurred" message. Only responds to 'Turn Off' No reboot or shutdown had occurred to the host, just screen saver. VPC was able to open the vhd and boot but would hang on reactivate windows due to hardware changes. Restore backup of VHD, all running fine again unber Vbox and VPC (not at the same time) Start up VBox this morning XP instance runs fine. Go for coffee, come back and XP instance under VBox is black screened with "Disk Read Error has Occurred" message on screen. No host shutdown or restart, screen saver did kick on. XP Instance under VBox only responds to 'turn off'. Restore VHD image again and works under vpc and VBox. Try and reproduce by letting screen saver kick on, but VBox instance is still okay. Once "Disk read error has occured" message comes up, XP instance running under VBox is not bootable and continually shows "disk read error occurred" message. |
|||
| #3435 | fixed | rc.vboxadd-timesync shell script is missing the on begin( ) function for Slackware -> fixed in SVN | ||
| Description |
After installing the Guest Additions from VirtualBox 2.1.4 on Slackware 12.2 the resulting rc.vboxadd-timesync shell script produces an error when run. The error is "begin: command not found". This is caused by the fact that the begin() function is not being defined in the Slackware section of the script. There is thread in the end-user forum, "Slackware 12 Guest no daemon", that had similiar issues with other functions. http://forums.virtualbox.org/viewtopic.php?t=4709 The easy fix is to place a copy of the begin() function at line 197 in /etc/rc.d/rc.vboxadd-timesync Below is the needed code for the begin function: begin() {
echo -n "$1"
}
|
|||

