vmware 下启动X出现错误,(内有详细描述和文件内容)

发布于 2022-10-03 18:32:28 字数 5344 浏览 34 评论 0

启动过程:
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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

舟遥客 2022-10-10 18:32:28

#ls /dev/input/

to find your mouse device and add it to XF86Config.

铃予 2022-10-10 18:32:28

in /dev/input/
我修改
Section "ointer"
   Protocol "IMPS/2"
   Device "/dev/mouse"
EndSection


Section "ointer"
   Protocol "IMPS/2"
   Device "/dev/input/mouse0"
EndSection

运行X后
可以看到鼠标,但是图形界面还是没有出现
我贴图如下

行至春深 2022-10-10 18:32:28

make sure xfs is running
#service xfs status

then
#startx

往日情怀 2022-10-10 18:32:28

贴图

猥琐帝 2022-10-10 18:32:28

运行startx后
为如下的图形

天赋异禀 2022-10-10 18:32:28

能是什么原因呢?
谢谢你

郁金香雨 2022-10-10 18:32:28

你装vmware的工具了吗?

执笔绘流年 2022-10-10 18:32:28

[

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文