OpenSUSE :: Screen Resolution With VBox Guest Additions?

Feb 22, 2010

I run openSUSE 11.2 on my notebook using VirtualBox 3.0.6_OSE r52128. Recently, I installed the guest additions on my Windows XP guest system (VBoxGuestAdditions_3.0.6.iso).
Before this installation I was able to use a screen resolution of 1024x768 in the guest system. Having installed the guest additions the best result I get is 800x600.
The resolution I'd like to get is 1280x800 which is the default setting of the host system. The graphic device used in my system is an Intel 965 GME/GLE.

View 8 Replies


ADVERTISEMENT

Fedora :: Installing VBox Guest Additions On F11

Oct 20, 2009

Getting this error message and can't get by it........

Problems were found which would prevent the Guest Additions from installing.

View 2 Replies View Related

Slackware :: Vbox Guest Additions - Proprietary Version - Fail With - Currents New Kernel Config

Mar 11, 2010

Experienced that building the vbox guest additions (on the binary/non-free vbox) on a slackware --current guest (with windows *and* linux as a host) fails now with the new kernel's just released in --current?

View 7 Replies View Related

General :: Set A Higher Resolution Than 800x600 In VirtualBox Without Using Guest Additions?

Nov 25, 2010

There is no shortage of questions about increasing the VirtualBox resolution to more than 800x600 with a Linux guest OS, but every time the proposed solution was "install Guest additions".I want the VM to be as simple and as portable as possible, so I would prefer not to install "Guest additions" which seem to fail after each kernel upgrade, which have to be uninstalled before a VBox upgrade etc.Is there a way to increase the resolution to something greater than 800x600 without Guest additions? Why can WinXP set 1024x768 without guest additions?

View 2 Replies View Related

Slackware :: Install 64-bit Virtualbox Guest Additions Or Change Resolution In XFCE4?

Jul 1, 2011

When I try to change the resolution, it only shows 800X600 and 640X480 or something similar, nothing regarding a custom resolution. When I use the "Install Guest Additions" it won't mount because of some error, and so I can't open it, and even if I could mount and open it *I've tried it in other distros that don't automatically install it for you* I have no idea what to use. I've tried all of the .sh, even the autorun.sh and giving it executable permissions, and it STILL doesn't work. Perhaps I'm missing something, or there's a documentation out there that I can't find, but I can never get them to work. How can I fix this problem? I know in sbopkg, there's 32-bit Virtualbox Guest Additions but that doesn't work. The reason why I installed the 64-bit one is because I don't have 6 CDs to spare and I'm almost out of bandwidth and it has to last me a week. *I think around 200GBs out of 250GBs taken up so far, or more*

View 14 Replies View Related

OpenSUSE :: Virtualbox Guest Additions: Set A Shared Folder In 11.2 Guest

Mar 4, 2010

OpenSUSE installed in a Virtualbox Virtual Machine and I want to set a shared folder.

1 - Set up a Virtual Machine and install OpenSUSE 11.2

2 - Create a shared folder on host (HostFolder)

3 - Setup the shared folder in Virtualbox Via the Virtual Machine details or via Devices > Shared Folders...

4 - Install dependencies for running the Virtualbox installer You need to install the right development kernelpackage for your machinetype (use 'zypper search -i kernel' to see what's installed) sudo zypper make gcc kernel-source kernel-hosttype/default-devel

5 - Run the Virtual Machine and go to Devices > Guest Additions This mounts an iso image in your OpenSUSE guest.

6 - Open a root terminal and run

cd /usr/src/linux
make oldconfig && make prepare && make scripts && make dep
cp ../linux-obj/$HOSTTYPE/default/Module.symvers .
make prepare

* A commenter on previously mentioned thread says this step is unnecessary but it doesn't work without on my system. I suggest trying step 7 first and returning to step 6 if that fails. *

7 - Run ./VirtualboxLinux yourhosttype .run from the mounted iso image.

8 - Create shared folder in OpenSUSE (GuestFolder)

9 - Test with sudo mount -t vboxsf HostFolder /home/user/GuestFolder It works? Great! Let's set up the system so it automounts for your regular useraccount instead of root-only access.

10 - Add this line to /etc/fstab HostFolder /home/user/GuestFolder vboxsf defaults,uid=1000,gid=1000 0 0

11 - It works for me but if it still doesn't automount after a reboot; sudo mount -a

View 1 Replies View Related

Ubuntu Installation :: No Full Screen For VirtualBox - Guest Additions Fail ?

Jul 11, 2010

I'm trying to test 10.04 Lucid 32-bit within 9.10 using VirtualBox. Guest additions aren't working fully--I can copy and paste text, but my mouse pointer still gets captured. No indications of any problems during installation. Also, I get the "Ubuntu is running in low-graphics mode" error message starting up, indicating Ubuntu can't detect the hardware properly. Screen size is stuck at 800x600.

I've tried reinstalling Guest Additions, increasing Video Ram to 128MB, and putting screen resolution and vbox device data into xorg.conf. Nothing changes. Actually, there is no xorg.conf on the system, only an xorg.conf.failsafe. I modified that, no effect--though the file gets overwritten on boot up to be what it was originally. I also tried adding my own xorg.conf. That doesn't get overwritten, but also has no effect.

View 1 Replies View Related

OpenSUSE :: Can't Make Guest OS In Currect Screen Resolution

Jun 12, 2011

i installed virtual box one week ago.i downloaded a rpm package named virtualbox-4.0.4-1.2.3.i586.rpm and installed it via yast and i have some problems with it.my problem is i can't make a guest os in currect screen resolution and i can't connect any device(flash drives) in virtual box.

View 8 Replies View Related

OpenSUSE :: Installing VirtualBox Guest Additions In 11.3 VM

Feb 28, 2011

I'm trying to install the Virtual Box Guest Addition for my openSUSE 11.3 VM, but I'm having some problems. The Virtual Box manual says I need to install the kernel-default-devel package, so I did that, but it also says :

Make sure that your running kernel (uname -a) and the kernel packages you have installed (rpm -qa kernel*) have the exact same version number. Proceed with the installation as described above.So I ran both commands and here is the output :

edgar@linux-t7uc:/> uname -a
Linux linux-t7uc 2.6.34-12-default #1 SMP 2010-06-29 02:39:08 +0200 i686 athlon i386 GNU/Linux
edgar@linux-t7uc:/> rpm -qa kernel*

[code]...

the devel packages are version 2.6.34.7-0.7.1 and the kernel is version 2.6.34-12. How do I install the correct version of the kernel-default-devel and kernel-devel package with zypper? I thought maybe the versions could be compatible somehow, so I tried to install the Guest Addition and here's the result :

edgar@linux-t7uc:/media/VBOXADDITIONS_4.0.4_70112> sudo sh ./VBoxLinuxAdditions.run
root's password:
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.0.4 Guest Additions for Linux.........

[code]....

View 3 Replies View Related

Ubuntu Servers :: Install The Guest Additions For A VM Running A Guest Lucid Lynx?

May 11, 2010

I'm trying to install the Guest Additions for a VM running a guest Lucid Lynx Server. The problem I'm encountering is this: The vboxadd-install.log for vbox says it "couldn't find the sources of your current Linux kernel" and to "Specify KERN_DIR=<directory> and run Make again."

View 4 Replies View Related

General :: Install VirtualBox Guest Additions On Fedora 14 Guest?

Apr 3, 2011

I installed a Fedora 14 guest on a Fedora 14 host with Virtualbox, then i run these commands on the guest:yum install kernel-devel kernel-headersbut if i try to install the virtualbox-guest additions on the guest, is still complains about that it's unable to find the kernel source directory?Ha anyone succeded installing the guest additions on a guest Fedora 14?

View 2 Replies View Related

Fedora :: Installing Guest Additions Virtualbox 13 Guest?

Jun 3, 2010

I had a lot of trouble installing Guest Additions within the Fedora 13 Guest on a Linux host. I had to mount the vboxGuestadditions.iso from the Device --> CD/DVD Devices menu. Then I located the appropriate package for my system. In my case it was the AMD64 Linux version.I ran this as administrator in Terminal. I used the "bash" command followed by the package name. This was after CDing the the appropriate directory. The packaged installed, I then rebooted and it worked fine. (Something that would make this easier is to load a script into nautilus that would allow me to open a locatation as administartor at the open window. I'm sure there is something in Fedora to do this but I couldn't find it in a hurry so I used the command line way).

View 5 Replies View Related

Ubuntu :: Installing Guest Additions To Kubuntu Guest?

May 24, 2010

i've installed kubuntu 10.04 on a sun virtualbox , and when i tried to install the guest additions i got this error in the terminal:

Building the VirtualBox Guest Additions kernel modules. fail ! (Your system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong) i'am running windows 7 as a host operating system .

View 1 Replies View Related

OpenSUSE :: Use Vbox To Mount Installed XP As Guest - Dual Boot

Jan 27, 2010

I have a dual boot set with XP Pro and 11.2 Is there a way to boot the already installed XP Pro as a guest in VBox? There are many occasions when I would like to jump into XP from 11.2 with the VM. Searches can't seem to find any link to this specifically but this may just be me and the terminology involved.

Found info on mounting an image here but not sure this is what I want.

HOWTO: Mount any VBox-compatible disk image on the host (View topic) - virtualbox.org

View 9 Replies View Related

OpenSUSE Install :: Vbox Guest Failed Startup/shutdown?

Jan 24, 2011

on startup/shutdown i get following message "vbox guest (something) failed

what does that mean ?

opensuse 11.3 gnome

View 3 Replies View Related

General :: Can't Install New Additions In Ubuntu 10.04 (in VBox)

Jun 17, 2010

I am running Ubuntu 10.04 (the guest) in VBox 3.2.4 which is running in Vista (in a dual core AMD Athlon). Ubuntu works okay except the screen size is one-quarter of the space available on the 22" widescreen monitor. I read that installing BoxAdditions_3.2.4_62467 can solve the problem. When I run the terminal command (using the appropriate file) sudo sh ./VBoxLinuxAdditions-amd64.run I get an error message --> sh: Can't open .VBoxLinuxAdditions-amd64.run

View 7 Replies View Related

OpenSUSE :: Kernel Module / Building VirtualBox Guest Additions Kernel Modules - Failed?

Feb 10, 2010

I installed openSUSE 11.2 on virtualbox. My host is windows 7. I tried to install the guest additions, but i get an error saying

Code:
Building VirtualBox Guest Additions Kernel Modules...Failed
(Your system does not seem to be set up to build kernel modules)

How should i go about to let my system build kernel modules?

View 7 Replies View Related

OpenSUSE Install :: Can't Install Virtualbox Guest Additions On 11.3

Mar 8, 2011

I am have some issues getting VboxAddtions installed. I try to mount a shared folder and I get... FATAL: Module vboxvfs not found. When I try to install the additions I get...

Code:

jgleaso@linux-s7o8:/media/VBOXADDITIONS_4.0.4_70112> sudo ./VBoxLinuxAdditions.run
root's password:
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.0.4 Guest Additions for Linux.........

[code]....

View 4 Replies View Related

Ubuntu :: Lubuntu As Guest In VMWare - Screen Resolution

Sep 26, 2010

I am trying Lubuntu 10.04 as a guest in VMWare Workstation 6.5.4. My host is a Windows XP SP3 PC (soon to move to Ubuntu 10.04). The installation went fine and the vm seems to be working perfectly - all latest updates were applied and all the supplied software works.

However, the only item that is annoying is that Lubuntu always start up with 800x600 screen resolution. I can set the resolution to the one I want (1152x864) using Preference -> Monitor Setting but when I restart the vm again, Lubuntu always defaults to 800x600. BTW, my LCD monitor has a native resolution of 1920x1080 - a screen resolution of 800x600 is simply too small for my needs.

I note that there is no xorg.conf in the /etc/X11 directory and after researching the internet, I also found out that this is normal for the version of X that Lubuntu uses. I also tried out the 'xrandr' command on a console - this also works in setting the screen resolution to 1152x864 but it also is NOT persistent across restarts.how do I make the vm always start up in the resolution I want - 1152x864? I don't want to fiddle around in xorg.conf if this can be avoided.

View 3 Replies View Related

Debian :: How To Install VirtualBox Guest Additions

May 22, 2011

I am a very beginner Debian user, Debian is installed in VirtualBox, which is hosted on Windows. I try to install VirtualBox Guest Additions without success.

First method: in VirtualBox menu, Devices->Install Guest Additions I receive a message: Cannot find the autorun program. Screenshot here: [url]

Second method: in shell I do su and then navigate to the cd rom and run the script /media/cdrom/VBoxLinuxAdditions.run by hand.

I get Permission Denied. Screenshot here: [url](I basically follow the tutorial [url]

How to install it?

View 2 Replies View Related

Fedora :: 14 - Does Not Boot After Installing Guest Additions

Jul 23, 2011

When I installed Guest Additions Fedora 14 will not boot anymore.

While booting I get the message:

View 1 Replies View Related

Ubuntu :: Virtualbox Guest Additions - Error ?

Jul 9, 2010

I'm using Virtualbox to test Meerkat. I have the same problem with Ubuntu & Xubuntu,

Here is the output from VBoxLinuxAdditions-x86.run..

Here's the last few lines from vboxadd-install.log..

View 8 Replies View Related

Ubuntu :: Installing Guest Additions In Virtual Box?

Oct 12, 2010

i have installed ubuntu 10.10 on Virtual box and now am trying to install guest additions as shown [URL].Problem is when i type into the Terminal "cd /media/cdrom" it replies with "No Such File or Directory"

View 1 Replies View Related

Ubuntu :: Install Guest Additions On Virtualbox?

May 15, 2011

Just installed Virtualbox 4.0 on my netbook. Cannot seem to find an option for guest additions though.

How do I install guest additions on Virtualbox? (don't think I have the OSE version)

View 3 Replies View Related

Slackware :: 13 Guest Additions For Virtualbox On Xp Host?

Jan 26, 2010

pretty comfortable at the command line and in kde. found 2 'supplementary kernel drivers' for virtualbox at slackbuild (thank you heinz!). followed the how-to at slackbuild and built and installed both packages, but additions weren't working. (i thought they were standalone) noticed the 'supplemental' in their description, and so installed the guest additions for linux from vbox site. additions still not working. at this point i start restarting my slackware vm, and redoing everything in various sequences. finally, additions work! but i'm not sure why! critical pieces and sequence for getting guest additions working once i have slackware installed?

View 1 Replies View Related

CentOS 5 :: Cannot Install Virtualbox Guest Additions

Feb 15, 2010

I have 2 Centos 5.4 builds...one is x64 and the other on aother box is 32 bit...Both are running in virtual machines with version 3.1.4 Virtualbox.

I have tried on both versions to install the guest additions and on each the terminal comes up briely and then does not install...No error messages.

View 19 Replies View Related

CentOS 5 :: Virtualbox - Guest Additions Replacements Better?

Apr 27, 2011

I use CentOS under VirtualBox. There are Guest Additions, but for Ubuntu are
virtualbox-ose-guest-utils and virtualbox-ose-guest-x11
There are GA replacements, better than GA (no problem with AppArmor). Are CentOS replacements ?

View 1 Replies View Related

Debian :: How To Run Vbox Guest Utilities

May 8, 2015

#1. Host Wheezy 7.8 KDE 64 bit

VBox 4.1.18_Debian r78361
Ext.Pack 4.1.18 r78361

Can use a WIN XP appliance (from my old PCLinuxOS) as guest there without any issues.

Added a second guest - Jessie 8.0 KDE 64 bit. Works, but no seamless display, mouse issue ...

So added inside guest:

non-X11 guest utilities + X11 guest utilities from the repositories

(These utilities are meant to be run inside the the virtual machine. They provide closer integration ...)

I simply don't know, how to run those utilities ...

What I get is

Code: Select all# systemctl --failed
  UNIT                           LOAD   ACTIVE SUB    DESCRIPTION
● virtualbox-guest-utils.service loaded failed failed LSB: VirtualBox Linux Additions
● virtualbox-guest-x11.service   loaded failed failed LSB: VirtualBox Linux X11 Additions

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.

To show all installed unit files use 'systemctl list-unit-files'.

#2. Host Jessie 8.0 KDE 64 bit (on a second hdd)

VBox 4.3.18_Debian r96516
Ext.Pack 4.3.26 r98988
VNC 4.3.18 r96516

Same situation as in #1.

How do I run those xxx VBox applications inside guest?

View 10 Replies View Related

Fedora X86/64bit :: Error - Installing Guest Additions On 14

Jan 13, 2011

Error " unable to build kernel module " see the log file /var/log/vboxadd-install.log for more details.

View 8 Replies View Related

Fedora Installation :: Where To Download Guest Additions Virtualbox For 14

Jul 23, 2011

where to download Guest Additions Virtualbox for Fedora 14 ?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved