user888 wrote:Same problem over here. Auto-resize works with openSUSE 11.1 (32-bit) as guest, but not with Centos 5.2 (32-bit) as guest. Using Virtual Box 2.1.2 on WindowsXP SP3 host /w guest additions.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "VBoxMouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1920x1200"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vboxvideo"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1680x1050" "1024x768"
EndSubSection
EndSection
mega_newbie wrote:on my Centos5.2 xorg.conf file edited for my desired resolution looks like this: [snip] Let's hope this helps some people out
dkd903 wrote:There is a very nicely done guide on explaining the entire process of installing the Guest Additions for a Linux Guest. The article also gives an insight to all the problems that you may encounter:
http://digitizor.com/2009/05/26/how-to-install-virtualbox-guest-additions-for-a-linux-guest/
sudo -s
yum install kernel-devel
yum install gcc
cd /media/VBOXADDITIONS_4.0.2_69518
sh VBoxLinuxAdditions.run
Users browsing this forum: No registered users and 7 guests