WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Virtual Box Guest additions  (Read 6254 times)

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Virtual Box Guest additions
« on: May 13, 2010, 11:00:28 AM »
Hi all,
          I need to install BirtualBox OSE guest additions in TinyCore for VirtualBox OSE.
Is it possible to have the seamless mouse pointer integration with the Windows host and TC guest with VirtualBox Guest additions/addons ??
has any one tried this before.
Please guide me.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Virtual Box Guest additions
« Reply #1 on: May 13, 2010, 12:58:26 PM »
Have you tried the VBox-OSE-additions-x11 extension?

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #2 on: May 14, 2010, 05:38:03 AM »
Have you tried the VBox-OSE-additions-x11 extension?
I installed VBox-OSE-additions-x11 extension and restarted, next time boot process stops in Command line, X dos not work.
when i try to start X, through startx command; following error is shown
Quote
/usr/local/bin/Xorg: error while loading shared libraries: libpixman-1.so.0: can not open shared object file or directory.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Virtual Box Guest additions
« Reply #3 on: May 14, 2010, 06:09:32 AM »
This means you need to load the pixman extension

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #4 on: May 14, 2010, 09:29:58 AM »
This means you need to load the pixman extension
thanks juanito, i installed pixman now, but now the same error for missing libssl, which needs ?? how to solve this dependency problem?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Virtual Box Guest additions
« Reply #5 on: May 14, 2010, 10:57:22 AM »
Make sure you are running the current version of TC.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Virtual Box Guest additions
« Reply #6 on: May 14, 2010, 11:31:38 AM »
It looks to me like if you're using the latest version of tc and you load VBox-OSE via the appbrowser then the deps should be loaded as well?

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Virtual Box Guest additions
« Reply #7 on: May 14, 2010, 04:47:34 PM »
Just tested in a clean VM and TC 2.11.  all deps are downloaded and X starts with "startx" after DL.  There is a small issue with the additions extension which I have described and given a workaround for here: http://forum.tinycorelinux.net/index.php?topic=1174.msg32247#msg32247

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #8 on: May 17, 2010, 11:56:16 PM »
dear all,

thanks, i got that working on 2.11 :)

How do i change the resolution in Xorg?

in case of Xvesa before i jus changed the resolution value in .xsession file.
But now i am little confused with xorg.conf

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Virtual Box Guest additions
« Reply #9 on: May 18, 2010, 01:15:09 AM »
IIRC you could try the xrandr command (included in 'Xorg-7.4.tcz').

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Virtual Box Guest additions
« Reply #10 on: May 18, 2010, 01:17:55 AM »
IIRC you could try the xrandr command (included in 'Xorg-7.4.tcz').

You can try also

http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/tcz/lxrandr.tcz.info

which is in the repo.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Virtual Box Guest additions
« Reply #11 on: May 18, 2010, 03:17:59 AM »
You need a section something like
Code: [Select]
Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

..but google is your friend

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Virtual Box Guest additions
« Reply #12 on: May 18, 2010, 06:55:41 AM »
If you are still running inside VirtualBox, then after you start the VBoxClient apps you can simple resize the VM window and the xorg resolution will be changed to fill the window.   If you are no longer running inside VirtualBox, then you should start a new topic to not confuse others.

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #13 on: May 18, 2010, 08:05:43 AM »
Thanks juanito :) :) i could change the resolution
i am still working inside virtual box,

How can i make the /etc/X11/xorg.conf file to be persistent?
when i unpack the Xorg.7.4.tcz , i could find the xorg.conf.vesa but not just xorg.conf.

could any one please tell how will the xorg.conf file be created in filesystem from the Xorg.tcz contents?
« Last Edit: May 18, 2010, 08:29:28 AM by saravanan »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Virtual Box Guest additions
« Reply #14 on: May 18, 2010, 10:46:23 AM »
How can i make the /etc/X11/xorg.conf file to be persistent?
add etc/X11/xorg.conf to /opt/.filetool.lst and set up backup/restore from the panel

Quote
when i unpack the Xorg.7.4.tcz , i could find the xorg.conf.vesa but not just xorg.conf.

could any one please tell how will the xorg.conf file be created in filesystem from the Xorg.tcz contents?

Code: [Select]
$ sudo cp /tmp/tcloop/Xorg-7.4/etc/X11/xorg.conf.vesa /etc/X11/xorg.conf