Hi forum,
I am trying to share clipboard between Vbox Host (Win 7) and guest (FreeBSD).
What I did:
After all this I tried copying a text from the host and paste it in the guest. It did not work out.
I am a newbie to UNIX so any help with proper explanation is appreciated.
Regards
-------------
I_attitude
I am trying to share clipboard between Vbox Host (Win 7) and guest (FreeBSD).
What I did:
- (Install virtualbox-ose-additions in the FreeBSD guest)
[cmd=]# cd /usr/ports/emulators/virtualbox-ose-additions && make install clean[/cmd] - (Add this to /etc/rc.conf in the FreeBSD guest)
Code:vboxguest_enable="YES" vboxservice_enable="YES"
- (To use vboxmouse_drv please adjust the mouse section in your xorg.conf like this)
Code:Section "InputDevice" Identifier "Mouse0" Driver "vboxmouse" EndSection
After all this I tried copying a text from the host and paste it in the guest. It did not work out.

I am a newbie to UNIX so any help with proper explanation is appreciated.
Regards
-------------
I_attitude