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

本文介绍如何在虚拟箱环境中安装必要的工具并配置X11显示设置,以实现更佳的图形性能。具体步骤包括安装GCC、kernel-devel等软件包,修改xorg.conf文件以启用正确的显示器和设备设置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

先安装

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








评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值