WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Virtual Box Guest additions
« Reply #15 on: May 18, 2010, 03:26:53 PM »
The VBox-OSE-additions-x11 extension includes an xorg.conf that is compatible with VBox.

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #16 on: May 19, 2010, 07:05:18 AM »

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

Hi juanito,
this one can be done after extraction only.

as u guided i need to add a custom line for resolution inside xorg.cong file.

Could any one please help me how to make the modified xorg.conf file persistent with a live ISO.
I will then re-master the iso to be packed with all VBox guest additions and the fixed resolution.
« Last Edit: May 19, 2010, 07:42:14 AM by saravanan »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14557
Re: Virtual Box Guest additions
« Reply #17 on: May 19, 2010, 07:42:42 AM »
how to make the modified xorg.conf file persistent with a live ISO.
I re-master the iso to be packed with all VBox guest additions and the fixed resolution.

If you remastered the iso, why not just add /etc/X11/xorg.conf to your remastered iso?

Otherwise you could modify the boot codes to restore from a usb stick or hd.

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #18 on: May 19, 2010, 07:47:56 AM »
If you remastered the iso, why not just add /etc/X11/xorg.conf to your remastered iso?

Otherwise you could modify the boot codes to restore from a usb stick or hd.

if i add the /etc/X11/xorg.conf into the iso filesystem,
will that not be overwritten by some other xorg.conf from any tcz?

Offline saravanan

  • Jr. Member
  • **
  • Posts: 59
Re: Virtual Box Guest additions
« Reply #19 on: May 19, 2010, 10:35:20 AM »
The VBox-OSE-additions-x11 extension includes an xorg.conf that is compatible with VBox.

Hi kingdomcome,
thank you for pointing that out. i got it working.
Thanks again :)