Dear all,
in the latest opensuse 12.2 I installed the virtual box and the package called virtual box gtk. That gives me access to a simplified version of virtual box. There are no small icons at the right bottom part of the window to allow me attaching usb devices to the guest operating system or their not selection for seamless mode of full screen mode.
IT looks like that what I installed is a limited type of gui that it does not give me all the options I was used to.
Do you understand what is the package I am looking for and if yes where I can download it ?
I am not a VirtualBox user, but I install software now and then. I never saw a package name with white space in it.
I also tried to find a package with a name that looks like “virtual box gtk”, but there is none in the standard repos (though there is “virtualbox-qt”), thus you might have installed it from elsewhere without explaining.
When you provide inprecise and incomplete information, potential helpers might get irritated and go and help elsewhere
Thanks. That is different from what the OP said. And when you look at it, the text that comes with it might explain why the OP is missing things:
VBoxGtk is a simple GTK+ frontend for VirtualBox. Its objective is to support only the basic features of VirtualBox and keep the interface simple and clean.
Hi there,
I think I found it and installed the version from the link provided.
Now I need to install the kernel sources for running
/etc/init.d/vboxdrv setup
do you know which is the right package to download for kernel sources? Can I also use later on the same sources for recompiling the kernel so to speed it up a bit?
On 01/09/2013 05:16 AM, alaios wrote:
>
> Hi there,
> I think I found it and installed the version from the link provided.
>
> Now I need to install the kernel sources for running
> /etc/init.d/vboxdrv setup
>
>
> do you know which is the right package to download for kernel sources?
> Can I also use later on the same sources for recompiling the kernel so
> to speed it up a bit?
I install VB from the RPMs on the Oracle (VirtualBox) web site, and my VB
control panel looks just like the screen shot you posted. I use KDE.
You don’t really need the entire kernel source; however, you do need the kernel
headers.
Changing the configuration of the kernel is unlikely to improve the throughput
of a running system unless you change the CONFIG_HZ_XX parameter. A desktop
kernel usually sets XX to 1000. You can reduce the scheduler overhead by setting
250. That will, however, reduce the responsiveness of the system, and you might
not be happy with that.
What is speeded up with a careful configuration is the time it takes to build
the kernel; however, you need to be careful as you can end up with a kernel that
will not boot.