Arch Linux and guest additions aren't working properly.

Discussions about using Linux guests in VirtualBox.
Post Reply
MetaBrain
Posts: 4
Joined: 27. Feb 2010, 17:18
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Arch Linux

Arch Linux and guest additions aren't working properly.

Post by MetaBrain »

Hello, I just registered because after days, I still can't get VBOX guest addittions to work correctly on Arch Linux guest, mostly the graphic related additions. Shared folders is working perfectly.

I just folowed every step in installing Arch, like in a regular machine. Installed the guest addicions (package or throught the CD, it's the same, tryed both).
So many problems appears. Mouse integration wasn't working in X. Aparently we have to tweak xorg.conf manualy change some stuff. For example :

xorg.conf:

Code: Select all

change the Driver "mouse" to Driver "vboxmouse"

Code: Select all

change the video driver from "vesa" to "vboxvideo"
I managed to get mouse integration this way, but it's still buggy. Gnome menus that are suposed to be hover only to select now require a click to select them (don't know if I'm explaining myself correctly here...) along some other "minor" issues. But the problem is the guest isn't dynamically resizing the X interface when my I resize the VBox app window in my Vista host.

They only resize and fill all my app window even I open th Gnome terminal and exec "VBoxRandR". Isn't VBoxRandR supposed to be run automatically everytime I resize the VBox window in my Windows host?

Please help, this is my 2nd Arch Linux install and so far I didn't manage to have all integration with the host OS I'd have under my Ubuntu guest (with Ubuntu all guest addittions are working perfectly).

Thanks for the time, Daniel Parreira.
floop-interchange
Posts: 1
Joined: 2. Mar 2010, 11:19
Primary OS: Linux other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: win,lin

Re: Arch Linux and guest additions aren't working properly.

Post by floop-interchange »

Hi,
I had an almost similar problem except that neither my mouse nor my keyboard was working. After starting hald it worked. For auto-resizing to work you have to start VboxRandr.
MetaBrain
Posts: 4
Joined: 27. Feb 2010, 17:18
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Arch Linux

Re: Arch Linux and guest additions aren't working properly.

Post by MetaBrain »

Hi.

How do I "start" VBoxRandR? So far when I execute it, it doesn't start a service module, but rather, resizes the screen and then exists...

Thanks in advance. :)
MetaBrain
Posts: 4
Joined: 27. Feb 2010, 17:18
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Arch Linux

Re: Arch Linux and guest additions aren't working properly.

Post by MetaBrain »

bump
stryder
Posts: 2
Joined: 25. Feb 2010, 16:30
Primary OS: Linux other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: linux, win7

Re: Arch Linux and guest additions aren't working properly.

Post by stryder »

add

Code: Select all

/usr/bin/VBoxClient-all 
to the top of ~/.xinitrc (create one if ~/.xinitrc does not exist)

Archlinux has an excellent wiki which you should check out: http://wiki.archlinux.org/index.php/Virtualbox
MetaBrain
Posts: 4
Joined: 27. Feb 2010, 17:18
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu, Arch Linux

Re: Arch Linux and guest additions aren't working properly.

Post by MetaBrain »

stryder wrote:add

Code: Select all

/usr/bin/VBoxClient-all 
to the top of ~/.xinitrc (create one if ~/.xinitrc does not exist)

Archlinux has an excellent wiki which you should check out: http://wiki.archlinux.org/index.php/Virtualbox
Wow. I read the whole bloody wiki and didn't read that step :x

Thanks a lot mate, working 100% now :)
Post Reply