Custom Query (16363 matches)
Results (541 - 543 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #7154 | wontfix | 64bit Guest on 32 Bit host WITHOUT Hardware virtualization | ||
| Description |
VMware's VMware Player will run 64 bit guests on a 32 bit Host without hardware virtualization. Yet, VirtualBox is much easier to use and has given me a better experience. It would be great if this could be added, but maybe as a feature that is not default. Note: I do have a 64 bit capable processor, but I do NOT have Hardware Assisted Virtualization. System: Total amount of system memory 2.00 GB RAM
|
|||
| #11940 | duplicate | 64bit Linux guest randomly reboot Windows 7 - 32bit host | ||
| Description |
Hello, I tried to use several 64bit linux guests on Windows 7 32bit host. Uptime of 64 bit linux as guest is not longer as 4-5 hours. Host is reliable, no reboot except this issue. The issue is repeating on daily basis. 32 bit linux as guest is running fine. |
|||
| #10151 | fixed | 64bit OpenGL guest libs missing in VBoxSolarisAdditions.pkg => Fixed in SVN | ||
| Description |
There are missing (like /usr/lib/amd64/VBoxOGL.so and other /usr/lib/amd64/VBoxOGL*) files that allow OpenGL guest 3D acceleration for 64bit programs (for example /usr/bin/glxgears in Solaris11 11/11 x86 guest) in VBoxSolarisAdditions.pkg. The package postinstall script is already prepared to replace original mesa libs. Snippet form install/postinstall: # 64-bit crogl opengl library replacement
if test -f "/usr/lib/amd64/VBoxOGL.so"; then
cp -f /usr/X11/lib/mesa/amd64/libGL.so.1 /usr/X11/lib/mesa/amd64/libGL_original_.so.1
ln -sf /usr/lib/amd64/VBoxOGL.so /usr/X11/lib/mesa/amd64/libGL.so.1
fi
|
|||

