|
|
实在是不想麻烦大家,但就是搞不定了,看了精华贴,但也没解决问题,所以还是厚着脸皮请教:
系统是 winxp 深度 5.7
VMware Workstation 6.0 绿色精简中文版(vmware.cn专版)
用的是 install-x86-minimal-2008.0_beta1
内核是 genkernel all 装上的
make.conf:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="-kde -qt3 -qt4 dvd alsa cdr gnome gtk gtk2 3dnow X Xaw3d a52 aac aalib accessibility acl acpi apm avahi bash-completion bitmap-fonts bonobo cjk curl dga dio directfb doc dv encode exif ftp gb gdbm ggi gif gnustep photo2 gpm libwww lm_sensors mad memlimit mp3 msn ogg pdflib sse xmms vcd win32codecs vmware"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="vmware" #在 emerge xorg-x11 的时候,我设的是 VIDEO_CARDS="fglrx" 是不是这里出现的问题?
xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" " S/2"
Option "Emulate3Buttons"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
### Comment all HorizSync and VertRefresh values to use DDC:
### Comment all HorizSync and VertRefresh values to use DDC:
Identifier "Monitor0"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vmware"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Viewport 0 0
Depth 8
Modes "800x600"
EndSubSection
EndSection
startx 会出现如图错误,很不爽,快哭了...
看了夕角大哥回答的xorg的贴子:
http://www.linuxsir.cn/bbs/showthread.php?p=1596882
怀疑在emerge xorg-x11 的时候 make.conf 文件内 USE 变量并没加上 vmware ,变量 VIDEO_CARDS 也没有设为 "vmware",就 emerge unmerge xorg-x11 后重新 emerge xorg-x11 错误同样.
看了网上有人说是要装 VMWare Tools ,就 emerge vmware-workstation 装上,运行 vmware-config-tools.pl
出现:
Unable to find the answer LIBDIR in the installer datebase
(/etc/vmware-tools/locations).
you may want to re-install VMware Tools
Execution aborted
不知道该怎么办了,希望各位能帮忙看看. |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|