zoukankan      html  css  js  c++  java
  • [linux] x server can not start under VMWare


    前些天redhat发布了最新的advanced platform,或者俗称rhel5或者as5。我下载了一份然后安装到了我的虚拟机上,VMWare的版本是5.5.2 build29772。

    安装没问题,但是用startx启动x window的时候,有以下错误:


    X Window System Version 6.8.1
    Release Date: 17 September 2004
    X Protocol Version 11, Revision 0, Release 6.8.1
    Build Operating System: Linux 2.4.21-14.ELsmp x86_64 [ELF]
    Current Operating System: Linux ssuzasptvm 2.6.9-5.EL #1 Wed Jan 5 19:21:57 EST 2005 x86_64
    Build Date: 09 December 2004
    Build Host: dolly.build.redhat.com

            Before reporting problems, check [url]http://wiki.X.Org[/url]
            to make sure that you have the latest version.
    Module Loader present
    OS Kernel: Linux version 2.6.9-5.EL ([email]bhcompile@thor.perf.redhat.com[/email]) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 Wed Jan 5 19:21:57 EST 2005
    Markers: (--) probed, (**) from config file, (==) default setting,
            (++) from command line, (!!) notice, (II) informational,
            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 27 18:12:36 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "vmware" (module does not exist, 0)
    (EE) No drivers available.

    Fatal server error:
    no screens found

    Please consult the The X.Org Foundation support
             at [url]http://wiki.X.Org[/url]
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.

    XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
          after 0 requests (0 known processed) with 0 events remaining.

    解决办法:把 /etc/X11/xorg.conf 删除掉(建议先备份这个文件),然后再startx。

  • 相关阅读:
    Candy leetcode java
    Trapping Rain Water leetcode java
    Best Time to Buy and Sell Stock III leetcode java
    Best Time to Buy and Sell Stock II leetcode java
    Best Time to Buy and Sell Stock leetcode java
    Maximum Subarray leetcode java
    Word Break II leetcode java
    Word Break leetcode java
    Anagrams leetcode java
    Clone Graph leetcode java(DFS and BFS 基础)
  • 原文地址:https://www.cnblogs.com/hehe520/p/6330447.html
Copyright © 2011-2022 走看看