|

楼主 |
发表于 2010-4-13 12:41:12
|
显示全部楼层
昨晚大概200分钟,把gnome-light编译完了。startx可以启动gnome了,特来感谢楼上各位。顾已及人,我把安装的要点写一写吧。
1.适用于环境为VMWare Stattion 7.0或VMWare Server 2.0。
2.参考 http://www.gentoo.org/doc/zh_cn/gentoo-x86-quickinstall.xml 安装,关键在于配置内核的问题。关键又可参考 http://liqiankun.cn/256.html。
摘要:
附VMWare内核编译时的配置选项:
Device Drivers —>SCSI device support —><*> SCSI disk support
Device Drivers —>SCSI device support —>SCSI low-level drivers —> <*> BusLogic SCSI support
Device Drivers —> Fusion MPT device support —> Fusion MPT (base + ScsiHost) drivers
Device Drivers —> Fusion MPT device support —> Fusion MPT misc device (ioctl) driver
这两个选模块方式:
Device Drivers —> USB support —><M> USB Mass Storage support
Device Drivers —> Networking support —>Ethernet (10 or 100Mbit) —> <M> AMD PCnet32 PCI support
其中网卡好像真的要设为模块才可以工作。
一般VMWare都可以设置为HostOnly,Gentoo中启用dhcpd。
3.可启动后,可能要emerge portage更新一下xxxxx。
然后安装xorg-server,make.conf是关键:
USE="-qt3 -qt4 -arts -kds X gtk gnome dbus vmware hal evdev"
VIDEO_CARDS="vmware"
INPUT_DEVICES="evdev"
引用Oiniya:装完xorg-server之后,直接startx,会提示EE没有fb和vesa驱动,需要创建xorg.conf文件,设定vmware驱动,然后就没有EE提示了,不过因为没有X软件支持,所以还是不能显示X窗口,安装了gnome之类的就OK了。 那么照做吧,我安装的是Gnome-light。
待续... |
|