Windows7下virtualbox4.3安装CentOS6.4安装增强工具

先安装

yum -y install gcc

yum -y install kernel-devel

yum -y install kernel

再重启

安装增强工具

最后:


修改/etc/X11/xorg.conf内容:

Section "Monitor"
  Identifier   "Monitor[0]"
  ModelName    "VirtualBox Virtual Output"
  VendorName   "Oracle Corporation"
EndSection


Section "Device"
  BoardName    "VirtualBox Graphics"
  Driver       "vboxvideo"
  Identifier   "Device[0]"
  VendorName   "Oracle Corporation"
EndSection


Section "Screen"
  SubSection "Display"
    Depth      24
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection








你可能感兴趣的:(Linux)