页次: 1
用vmware9.0安装2012.11.01的iso,选择other linux 2.6.x kernel,然后跟着WIKIBeginners' Guide走。
在正常安装之后,准备安装桌面环境。
先是安装了Xorg: xorg-server xorg-xinit xorg-twm xorg-xclock xterm
然后安装驱动: xf86-video-vmware xf-86-input-vmmouse
然后 startx,能正常进入和退出。
但是grep EE /var/log/Xorg.0.log 有错误
没管它了,安装XFCE4,然后配置 ~/.xinitrc,startx,进不去桌面,只有一个指针就跳出了。
然后把驱动换成 xf86-video-vesa 又能进桌面,但是比较卡。
请问是驱动问题还是我的安装步骤错了?或者是少开了什么服务?
离线
可能是 vmware 版本不对。试试卸载 xf86-video-vmware xf-86-input-vmmouse 等,安装 vmware 提供的增强包。
另外,vmware 没有 Arch Linux 的预配置吗?
离线
vmware 提供的增强包是什么?是 vmware-tools 吗?
我现在用的是 vmware9.0 里面没有 Arch linux 的预配置,而且只有 2.6.x kernel,现在 Arch linux 是 3.6.4,这个会有影响吗?
最近编辑记录 sachs (2012-11-27 17:53:27)
离线
跳出后提示:
离线
vmware 提供的增强包是什么?是 vmware-tools 吗?
我现在用的是 vmware9.0 里面没有 Arch linux 的预配置,而且只有 2.6.x kernel,现在 Arch linux 是 3.6.4,这个会有影响吗?
嗯,我说的就是它。3.x 内核目前还是属于 2.6 系列的。应该可用。
离线
跟着Installing Arch Linux in VMware 安装了 open-vm-tools后还是跳出。
离线
要不你放弃 vmware 试试 virtualbox?
离线
好的,晚点去试试。
VB的图形性能怎么样,装桌面不会卡吧?
离线
离线
嗯,了解了,感谢您的帮助!
离线
最后还是自己搞定这个问题啦。
原因是 xorg-server 和 xorg-server-common 的版本太高,可能有bug,要 rollback 到 1.13.0-3 这个版本。
Check your version of xorg-server and xorg-server-common. ( pacman -Qi xorg-server xorg-server-common )
If they are at 1.13.0-4 you need to revert / downgrade to version 1.13.0-3.
Check if you still have the packages on your system ( ls -l /var/cache/pacman/pkg | grep xorg-server ) and if so install them ( pacman -U /var/cache/pacman/pkg/xorg-server-1.13.0-3-x86_64.pkg.tar.xz ... )
If they are not on your system, go to the arm and find the packages there. Be sure to select the correct CPU-architecture, download them to your home dir and then install them (pacman -U ...)
离线
明明是 vmware 不支持还说 xorg 有 bug :-(
离线
最后还是自己搞定这个问题啦。
原因是 xorg-server 和 xorg-server-common 的版本太高,可能有bug,要 rollback 到 1.13.0-3 这个版本。hungerfish 说:Check your version of xorg-server and xorg-server-common. ( pacman -Qi xorg-server xorg-server-common )
If they are at 1.13.0-4 you need to revert / downgrade to version 1.13.0-3.
Check if you still have the packages on your system ( ls -l /var/cache/pacman/pkg | grep xorg-server ) and if so install them ( pacman -U /var/cache/pacman/pkg/xorg-server-1.13.0-3-x86_64.pkg.tar.xz ... )
If they are not on your system, go to the arm and find the packages there. Be sure to select the correct CPU-architecture, download them to your home dir and then install them (pacman -U ...)
我也遇到了vmware无法进入桌面环境的问题 谢谢你哈
离线
明明是 vmware 不支持还说 xorg 有 bug :-(
gentoo表示,一直能用……,可能不是xserver的问题,也不是vmware的问题,可能是archlinux的问题
离线
页次: 1