LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: ai_ya

X 无法启动

[复制链接]
发表于 2004-5-5 20:40:14 | 显示全部楼层

  1. (--) Assigning device section with no busID to primary device
  2. (EE) No devices detected.
复制代码

没有设置busid吧。

  1. lspci |grep -i vga                        [color=green]#把busid记下,譬如0000:01:00.0,这是十六进制,把它换成十进制以及Xfree86要求的格式00:01:00:00,记住它[/color]
  2. dpkg-reconfigure xserver-xfree86         [color=green]#在相应提示处填上busid即可[/color]
复制代码
发表于 2004-7-10 22:32:03 | 显示全部楼层

如何得到busid

lipci |grep -i vga结果如下:
01:00.0 VGA compatible controller: S3 Inc.: Unknown device 8d04
那busid是什么呢?
好不容易安装成功debian,为了这个busid前功尽弃,进不了X,痛苦啊!
好象别人的XF86Config-4不需要这个busid,我把它删了还是不行!
发表于 2004-7-11 10:25:53 | 显示全部楼层
我也是出现同样问题 试了上面的方法 但具体怎么设置  怎么操作 还是一头雾水

我怎么不能 CD  到  X11 目录下啊 显示 没有此目录
但我LS能看到 越来越郁闷  LINUX 真不好学 安装都这么麻烦
发表于 2004-7-11 11:21:53 | 显示全部楼层
不知道你的xwindow是什么版本呀?是不是要用高一点的版本呀。
发表于 2004-7-11 17:54:06 | 显示全部楼层
升级官方内核后x不能启动。已按http://www.linuxsir.cn/forum.php?mod=viewthread&tid=109055: 进行了汉化。原来的显卡驱动用的nvidia,现在不能激活,改用nv,我的xfreeconfig-4
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
       # FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
FontPath        "/usr/lib/X11/fonts/Type1"
FontPath        "/usr/lib/X11/fonts/CID"
FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath  "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath  "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load        "GLcore"
        Load   "dri"
        Load        "bitmap"
        Load        "dbe"
        Load        "ddc"
        Load        "extmod"
        Load        "glx"
        Load        "int10"
        Load        "record"
        Load        "speedo"
        Load        "vbe"
        Load        "xtt"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic video"
        Driver                "nv"
        VideoRam        64
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        HorizSync        28-50
        VertRefresh        43-75
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Generic video"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

我的XFree86.0.log:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-6 20040707142024 fabbione@fabbione.net)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.23 i686 [ELF]
Build Date: 07 July 2004
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.7-1-686 (dilinger@toaster.hq.voxel.net) (gcc version 3.3.4 (Debian 1:3.3.4-2)) #1 Thu Jul 8 05:36:53 EDT 2004
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/XFree86.0.log", Time: Sun Jul 11 22:48:50 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Generic video"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(**) FontPath set to "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.2
        XFree86 Video Driver: 0.6
        XFree86 XInput driver : 0.4
        XFree86 Server Extension : 0.2
        XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 8086,1a30 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1462,5660 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1462,5660 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1462,5660 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1462,5660 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1462,5660 rev 05 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 0000,0000 rev a3 class 03,00,00 hdr 00
(II) PCI: 03:01:0: chip 1131,7130 card 1131,0000 rev 01 class 04,80,00 hdr 00
(II) PCI: 03:03:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 03:04:0: chip 1813,4000 card 0000,0000 rev 02 class 07,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,2), BCTRL: 0x000f (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xddc00000 - 0xdfdfffff (0x2200000) MX
(II) Bus 1 prefetchable memory range:
        [0] -1        0        0xcd700000 - 0xdd9fffff (0x10300000) MX
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1        0        0x0000a000 - 0x0000a0ff (0x100) IX
        [1] -1        0        0x0000a400 - 0x0000a4ff (0x100) IX
        [2] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [3] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
(II) Bus 3 non-prefetchable memory range:
        [0] -1        0        0xdfe00000 - 0xdfefffff (0x100000) MX
(II) Bus 3 prefetchable memory range:
        [0] -1        0        0xdda00000 - 0xddafffff (0x100000) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xde000000/24, 0xd0000000/27, 0xdd980000/19, BIOS @ 0xdfde0000/17
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xdfefe000 - 0xdfefefff (0x1000) MX
        [1] -1        0        0xdfeffb00 - 0xdfeffbff (0x100) MX
        [2] -1        0        0xdfeffc00 - 0xdfefffff (0x400) MX
        [3] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [4] -1        0        0xdfde0000 - 0xdfdfffff (0x20000) MX(B)
        [5] -1        0        0xdd980000 - 0xdd9fffff (0x80000) MX(B)
        [6] -1        0        0xd0000000 - 0xd7ffffff (0x8000000) MX(B)
        [7] -1        0        0xde000000 - 0xdeffffff (0x1000000) MX(B)
        [8] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [9] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
        [10] -1        0        0x0000d800 - 0x0000d83f (0x40) IX
        [11] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [12] -1        0        0x0000d400 - 0x0000d41f (0x20) IX
        [13] -1        0        0x00000c00 - 0x00000c0f (0x10) IX
        [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [15] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xdfefe000 - 0xdfefefff (0x1000) MX
        [1] -1        0        0xdfeffb00 - 0xdfeffbff (0x100) MX
        [2] -1        0        0xdfeffc00 - 0xdfefffff (0x400) MX
        [3] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [4] -1        0        0xdfde0000 - 0xdfdfffff (0x20000) MX(B)
        [5] -1        0        0xdd980000 - 0xdd9fffff (0x80000) MX(B)
        [6] -1        0        0xd0000000 - 0xd7ffffff (0x8000000) MX(B)
        [7] -1        0        0xde000000 - 0xdeffffff (0x1000000) MX(B)
        [8] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [9] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
        [10] -1        0        0x0000d800 - 0x0000d83f (0x40) IX
        [11] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [12] -1        0        0x0000d400 - 0x0000d41f (0x20) IX
        [13] -1        0        0x00000c00 - 0x00000c0f (0x10) IX
        [14] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [15] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [6] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xdfefe000 - 0xdfefefff (0x1000) MX
        [6] -1        0        0xdfeffb00 - 0xdfeffbff (0x100) MX
        [7] -1        0        0xdfeffc00 - 0xdfefffff (0x400) MX
        [8] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [9] -1        0        0xdfde0000 - 0xdfdfffff (0x20000) MX(B)
        [10] -1        0        0xdd980000 - 0xdd9fffff (0x80000) MX(B)
        [11] -1        0        0xd0000000 - 0xd7ffffff (0x8000000) MX(B)
        [12] -1        0        0xde000000 - 0xdeffffff (0x1000000) MX(B)
        [13] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [14] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [15] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [16] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
        [17] -1        0        0x0000d800 - 0x0000d83f (0x40) IX
        [18] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [19] -1        0        0x0000d400 - 0x0000d41f (0x20) IX
        [20] -1        0        0x00000c00 - 0x00000c0f (0x10) IX
        [21] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [22] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No symbols found
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.5328
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols found
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.1.0
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "xtt"
(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
(II) Module xtt: vendor="X-TrueType Server Project & After X-TT Project"
        compiled for 4.3.0.1, module version = 1.4.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font xtt
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.1
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Vanta,
        RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
        GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
        GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU,
        GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
        GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
        GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
        GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
        GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
        Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, 0x0300, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0316, 0x0317, 0x0318,
        0x0319, 0x031A, 0x031B, 0x031C, 0x031D, 0x031E, 0x031F,
        GeForce FX 5200 Ultra, GeForce FX 5200, 0x0323, GeForce FX Go5200,
        GeForce FX Go5250, 0x032A, Quadro FX 500, 0x032C, 0x032D, 0x032F
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce4 MX 440 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xdfefe000 - 0xdfefefff (0x1000) MX
        [6] -1        0        0xdfeffb00 - 0xdfeffbff (0x100) MX
        [7] -1        0        0xdfeffc00 - 0xdfefffff (0x400) MX
        [8] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [9] -1        0        0xdfde0000 - 0xdfdfffff (0x20000) MX(B)
        [10] -1        0        0xdd980000 - 0xdd9fffff (0x80000) MX(B)
        [11] -1        0        0xd0000000 - 0xd7ffffff (0x8000000) MX(B)
        [12] -1        0        0xde000000 - 0xdeffffff (0x1000000) MX(B)
        [13] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [14] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [15] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [16] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
        [17] -1        0        0x0000d800 - 0x0000d83f (0x40) IX
        [18] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [19] -1        0        0x0000d400 - 0x0000d41f (0x20) IX
        [20] -1        0        0x00000c00 - 0x00000c0f (0x10) IX
        [21] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [22] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX
(II) resource ranges after probing:
        [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX(B)
        [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [5] -1        0        0xdfefe000 - 0xdfefefff (0x1000) MX
        [6] -1        0        0xdfeffb00 - 0xdfeffbff (0x100) MX
        [7] -1        0        0xdfeffc00 - 0xdfefffff (0x400) MX
        [8] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [9] -1        0        0xdfde0000 - 0xdfdfffff (0x20000) MX(B)
        [10] -1        0        0xdd980000 - 0xdd9fffff (0x80000) MX(B)
        [11] -1        0        0xd0000000 - 0xd7ffffff (0x8000000) MX(B)
        [12] -1        0        0xde000000 - 0xdeffffff (0x1000000) MX(B)
        [13] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [14] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [15] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [16] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [17] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [18] -1        0        0x0000a800 - 0x0000a8ff (0x100) IX
        [19] -1        0        0x0000ac00 - 0x0000acff (0x100) IX
        [20] -1        0        0x0000d800 - 0x0000d83f (0x40) IX
        [21] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX
        [22] -1        0        0x0000d400 - 0x0000d41f (0x20) IX
        [23] -1        0        0x00000c00 - 0x00000c0f (0x10) IX
        [24] -1        0        0x0000d000 - 0x0000d01f (0x20) IX
        [25] -1        0        0x0000fc00 - 0x0000fc0f (0x10) IX
        [26] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [27] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce4 MX 440"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.6
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xDE000000
(II) NV(0): Detected CRTC controller 0 being used
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
        compiled for 4.3.0.1, module version = 1.2.0
        ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0): DDC Monitor info: 0x83666a8
(II) NV(0): Manufacturer: PHL  Model: e013  Serial#: 421801
(II) NV(0): Year: 2003  Week: 24
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 31  vert.: 23
(II) NV(0): Gamma: 2.99
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/color Display
(II) NV(0): redX: 0.645 redY: 0.322   greenX: 0.282 greenY: 0.610
(II) NV(0): blueX: 0.143 blueY: 0.060   whiteX: 0.283 whiteY: 0.297
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@72Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@72Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) NV(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) NV(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) NV(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) NV(0): #4: hsize: 640  vsize 480  refresh: 100  vid: 26673
(II) NV(0): #5: hsize: 800  vsize 600  refresh: 100  vid: 26693
(II) NV(0): #6: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) NV(0): #7: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 25.2 MHz   Image Size:  306 x 230 mm
(II) NV(0): h_active: 640  h_sync: 656  h_sync_end 752 h_blank_end 800 h_border: 0
(II) NV(0): v_active: 350  v_sync: 387  v_sync_end 389 v_blanking: 449 v_border: 0
(II) NV(0): Serial No:  BZ  421801
(II) NV(0): Monitor name: PHILIPS 107F5
(II) NV(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 71 kHz, PixClock max 110 MHz
(II) NV(0): end of DDC Monitor info

(**) NV(0): VideoRAM: 64 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(WW) NV(0): config file hsync range 28-50kHz not within DDC hsync range 30-71kHz
(WW) NV(0): config file vrefresh range 43-75Hz not within DDC vrefresh range 50-160Hz
(II) NV(0): Generic Monitor: Using hsync range of 28.00-50.00 kHz
(II) NV(0): Generic Monitor: Using vrefresh range of 43.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x175" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x400" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x200" (insufficient memory for mode)
(II) NV(0): Not using default mode "720x400" (insufficient memory for mode)
(II) NV(0): Not using default mode "360x200" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "320x240" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "400x300" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "512x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1152x864" (insufficient memory for mode)
(II) NV(0): Not using default mode "576x432" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x960" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x480" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1280x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "640x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1200" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x600" (insufficient memory for mode)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "896x672" (insufficient memory for mode)
(II) NV(0): Not using default mode "1792x1344" (insufficient memory for mode)
(II) NV(0): Not using default mode "896x672" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "928x696" (insufficient memory for mode)
(II) NV(0): Not using default mode "1856x1392" (insufficient memory for mode)
(II) NV(0): Not using default mode "928x696" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "832x624" (insufficient memory for mode)
(II) NV(0): Not using default mode "416x312" (insufficient memory for mode)
(II) NV(0): Not using default mode "1152x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "576x384" (insufficient memory for mode)
(II) NV(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) NV(0): Not using default mode "700x525" (insufficient memory for mode)
(II) NV(0): Not using default mode "1400x1050" (insufficient memory for mode)
(II) NV(0): Not using default mode "700x525" (insufficient memory for mode)
(II) NV(0): Not using default mode "1600x1024" (insufficient memory for mode)
(II) NV(0): Not using default mode "800x512" (insufficient memory for mode)
(II) NV(0): Not using default mode "1920x1440" (insufficient memory for mode)
(II) NV(0): Not using default mode "960x720" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(II) NV(0): Not using default mode "2048x1536" (insufficient memory for mode)
(II) NV(0): Not using default mode "1024x768" (insufficient memory for mode)
(WW) NV(0): Mode pool is empty
(EE) NV(0): No valid modes found
(II) UnloadModule: "nv"
(II) UnloadModule: "i2c"
(II) Unloading /usr/X11R6/lib/modules/libi2c.a
(II) UnloadModule: "ddc"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(II) UnloadModule: "int10"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.

请给看一下,问题出在哪儿?
发表于 2004-7-11 19:08:05 | 显示全部楼层
EE) NV(0): No valid modes found
但我不知道怎么解决。
发表于 2004-7-11 22:57:24 | 显示全部楼层
兄弟,你贴的东西让人头晕.
怎么会那么多?
我startx出错从来不会那么长
发表于 2004-7-13 11:58:08 | 显示全部楼层
有哪位大虾能不能清楚说下X-windows安装设置阿 我都摆弄了1个星期了 看了些资料 都说得不怎么明明白白的 不知道怎么解决

还有就是你们怎么进入X11的  我 CD X11 都说没有此目录 此文件

但 LS 时 我看到了X11的
发表于 2004-7-13 12:47:07 | 显示全部楼层
装nvidia驱动吧,然后把调用的模块由nv换成nvidia
发表于 2004-7-13 16:29:10 | 显示全部楼层

告诉你一个好方法!!!

我以前配置X的时候,总是提示这样或者是那样的错误
不过我下载了一张knoppix的启动光盘以后什么问题都解决了,先用knoppix光盘启动以后保存其中正确的XF86Config-4文件以后在从你的操作系统启动覆盖掉你以前的那个错误的文件就好了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表