vmware 下启动X出现错误,(内有详细描述和文件内容)
启动过程:
XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 1999
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems. (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.17 i686 [ELF]
Configured drivers:
VMware: server for VMware graphics adapters (Patchlevel 0)
(using VT number 7)
XF86Config: /etc/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) Mouse: type: IMPS/2, device: /dev/mouse, buttons: 3
(**) VMware: Graphics device ID: "SVGA"
(**) VMware: Monitor ID: "vmware"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
/etc/XF86cofig内容如下:
[root@vm etc]# cat XF86Config
# VMware SVGA
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
RGBPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "ServerFlags"
# NoTrapSignals
EndSection
Section "Keyboard"
Protocol "Standard"
# ServerNumLock
EndSection
Section "ointer"
Protocol "IMPS/2"
Device "/dev/mouse"
EndSection
Section "Monitor"
Identifier "vmware"
VendorName "VMware"
ModelName "Virtual Monitor"
# BandWidth 10000
HorizSync 1-10000
VertRefresh 1-10000
ModeLine "640x480" 100 640 700 800 900 480 500 600 700
ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
ModeLine "1152x864" 100 1152 1200 1300 1400 864 900 1000 1100
ModeLine "1152x900" 100 1152 1200 1300 1400 900 1000 1100 1200
ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
ModeLine "1376x1032" 100 1376 1400 1500 1600 1032 1100 1200 1300
ModeLine "1600x1200" 100 1600 1700 1800 1900 1200 1300 1400 1500
ModeLine "2364x1773" 100 2364 2400 2500 2600 1773 1800 1900 2000
EndSection
Section "Device"
Identifier "SVGA"
Chipset "generic"
EndSection
Section "Screen"
Driver "accel"
Device "SVGA"
Monitor "vmware"
Subsection "Display"
Modes "800x600"
# Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
# Modes "640x480"
# Modes "800x600"
# Modes "1024x768"
# Modes "1152x864"
# Modes "1152x900"
# Modes "1280x1024"
# Modes "1376x1032"
# Modes "1600x1200"
# Modes "2364x1773"
ViewPort 0 0
EndSubsection
EndSection
VMware Linux Guest X Server - Version 10.3, build=
Found SVGA adapter (0x1400,0x1401).
(**) VMware: Option "hw_cursor"
(--) VMware: bpp 32, depth 24, weight 888
(--) VMware: Maximum allowed dot-clock: 1000.000 MHz
(**) VMware: Mode "800x600": mode clock = 100.000
(--) VMware: Virtual resolution: 800x600
Visual: vid 32 class 4 red 0x00ff0000 green 0x0000ff00 blue 0x000000ff
Fatal server error:
Cannot open mouse (No such file or directory)
When reporting a problem related to a server crash, please send
the full server output, not just the last messages
能给个提示吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
#ls /dev/input/
to find your mouse device and add it to XF86Config.
in /dev/input/
我修改
Section "ointer"
Protocol "IMPS/2"
Device "/dev/mouse"
EndSection
为
Section "ointer"
Protocol "IMPS/2"
Device "/dev/input/mouse0"
EndSection
运行X后
可以看到鼠标,但是图形界面还是没有出现
我贴图如下
make sure xfs is running
#service xfs status
then
#startx
贴图
运行startx后
为如下的图形
能是什么原因呢?
谢谢你
你装vmware的工具了吗?
[
Did you install GNOME or KDE?
in the WHITE window run "gdm"
if the command not found, you need to install GNOME or KDE.
If the command was found.
#switchdesk gdm
then rerun #startx
Perhaps i did not install KDE.
After i run "gdm", it still enters into simple graphics interface.
I am trying to install KDE.
thanks for your help.
thanks a lot.