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.
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?
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?
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*
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
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.
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.
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.........
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."
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?
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).
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 .
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
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
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.........
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.
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]
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"
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?
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 ?
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'.