i’m trying the live cd image of gnome opensuse 12.1 (milestone 5) on a virtual machine but virtualbox (4.1.2) gives me a fallback system instead of gnome 3.
Do you know if i can have a full gnome 3 as expected on a desktop with virtualbox ?
Thanks
Hi
Funnily enough have just been loading virtualbox and the 12.1 M5 GNOME
Live CD to try it out. Had to crank up the video memory, but it’s
running ok. This system needs more memory… http://paste.opensuse.org/11039840
How much ram did you give to the vm ? I gave 1024 gb and it gives a system working but not gnome 3. With 2048 gb the machine is aborted . My desktop host pc has 4 gb available.
i have a geforce 7900 gs from nvidia , let me try with 2gb of ram and 128 mb for display : still the fall back system.
It might be the graphics card then.
The name you give to the script doesn’t matter. Just call it updateVboxExt, put it in /usr/bin or ~/bin and make it executable:
chmod 755 /usr/bin/updateVboxExt
Then run:
sudo updateVboxExt
If the latest version of the Extension pack is already installed, the script will tell you and won’t install it again. As @malcolmlewis said, these extensions are only needed for USB support, but the graphic card and used graphic driver are the most relevant part.
You need the add on to get the VM’s video drivers, You need that for 3D accel. Though VM’s 3D accel is not as good as the host. The host must also support 3D
Yes, it is installed … except that we don’t use the same version of VirtualBox. You seem to have this version:
zypper info VirtualBox
Loading repository data...
Reading installed packages...
Information for package VirtualBox:
Repository: openSUSE:Virtualization
Name: virtualbox
Version: 4.1.2-1.1
Arch: x86_64
Vendor: obs://build.opensuse.org/Virtualization
Installed: No
Status: not installed
Installed Size: 23.7 MiB
Summary: VirtualBox is an Emulator
Description:
VirtualBox is an extremely feature rich, high performance product
for enterprise customers, it is also the only professional solution
that is freely available as Open Source Software under the terms of the
GNU Public License (GPL).
While I’m using the Oracle version:
zypper info VirtualBox-4.0
Loading repository data...
Reading installed packages...
Information for package VirtualBox-4.0:
Repository: @System
Name: VirtualBox-4.0
Version: 4.0.12_72916_openSUSE114-1
Arch: x86_64
Vendor: Oracle Corporation
Installed: Yes
Status: up-to-date
Installed Size: 114.7 MiB
Summary: Oracle VM VirtualBox
Description:
VirtualBox is a powerful PC virtualization solution allowing
you to run a wide range of PC operating systems on your Linux
system. This includes Windows, Linux, FreeBSD, DOS, OpenBSD
and others. VirtualBox comes with a broad feature set and
excellent performance, making it the premier virtualization
software solution on the market.
It might be part of the problem (not sure) since these two versions are different (not just the version number AFAIK).