LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 928|回复: 6

问题更加严重了,X又进不去了。

[复制链接]
发表于 2006-5-14 15:34:11 | 显示全部楼层 |阅读模式
xorg7.0的NV显卡驱动据说要新的方法安装了,照这里重新装了一次
http://www.nvnews.net/vbulletin/showthread.php?t=70112

装上xserver-xorg-dev,再装NV,正常
但重起就不行了,startx后黑屏,才时间没反应了
下面是xorg.conf和xorg.0.log:
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Mar 29 14:43:26 PST 2006

  3. # xorg.conf (Xorg X Window System server configuration file)
  4. #
  5. # This file was generated by dexconf, the Debian X Configuration tool, using
  6. # values from the debconf database.
  7. #
  8. # Edit this file with caution, and see the xorg.conf manual page.
  9. # (Type "man xorg.conf" at the shell prompt.)
  10. #
  11. # This file is automatically updated on xserver-xorg package upgrades *only*
  12. # if it has not been modified since the last upgrade of the xserver-xorg
  13. # package.
  14. #
  15. # If you have edited this file but would like it to be automatically updated
  16. # again, run the following commands as root:
  17. #
  18. #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
  19. #   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
  20. #   dpkg-reconfigure xserver-xorg

  21. Section "ServerLayout"
  22.     Identifier     "Default Layout"
  23.     Screen         "Default Screen" 0 0
  24.     InputDevice    "Generic Keyboard"
  25.     InputDevice    "Configured Mouse"
  26. EndSection

  27. Section "Files"

  28.                         # local font server
  29.         # if the local font server has problems, we can fall back on these
  30.     FontPath        "unix/:7100"
  31.     FontPath        "/usr/lib/X11/fonts/Type1"
  32.     FontPath        "/usr/share/fonts/X11/CID"
  33.     FontPath        "/usr/lib/X11/fonts/CID"
  34.     FontPath        "/usr/share/fonts/truetype/"
  35.     FontPath        "/usr/share/fonts/X11/misc"
  36.     FontPath        "/usr/lib/X11/fonts/misc"
  37.     FontPath        "/usr/share/fonts/X11/cyrillic"
  38.     FontPath        "/usr/lib/X11/fonts/cyrillic"
  39.     FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  40.     FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  41.     FontPath        "/usr/share/fonts/X11/Type1"
  42.     FontPath        "/usr/share/fonts/X11/100dpi"
  43.     FontPath        "/usr/lib/X11/fonts/100dpi"
  44.     FontPath        "/usr/share/fonts/X11/75dpi"
  45.     FontPath        "/usr/lib/X11/fonts/75dpi"
  46. EndSection

  47. Section "Module"
  48.     Load           "bitmap"
  49.     Load           "dbe"
  50.     Load           "ddc"
  51.     Load           "evdev"
  52.     Load           "extmod"
  53.     Load           "freetype"
  54.     Load           "glx"
  55.     Load           "int10"
  56.     Load           "record"
  57.     Load           "type1"
  58.     Load           "v4l"
  59.     Load           "vbe"
  60. EndSection

  61. Section "InputDevice"
  62.     Identifier     "Generic Keyboard"
  63.     Driver         "keyboard"
  64.     Option         "CoreKeyboard"
  65.     Option         "XkbRules" "xorg"
  66.     Option         "XkbModel" "pc104"
  67.     Option         "XkbLayout" "us"
  68. EndSection

  69. Section "InputDevice"
  70.     Identifier     "Configured Mouse"
  71.     Driver         "mouse"
  72.     Option         "CorePointer"
  73.     Option         "Device" "/dev/input/mice"
  74.     Option         "Protocol" "ImPS/2"
  75.     Option         "Emulate3Buttons" "false"
  76.     Option         "ZAxisMapping" "4 5"
  77. EndSection

  78. Section "Monitor"
  79.     Identifier     "Generic Monitor"
  80.     HorizSync       30.0 - 70.0
  81.     VertRefresh     50.0 - 160.0
  82.     Option         "DPMS"
  83. EndSection

  84. Section "Device"
  85.     Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
  86.     Driver         "nvidia"
  87. EndSection

  88. Section "Screen"
  89.     Identifier     "Default Screen"
  90.     Device         "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
  91.     Monitor        "Generic Monitor"
  92.     DefaultDepth    24
  93.     SubSection     "Display"
  94.         Depth       1
  95.         Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  96.     EndSubSection
  97.     SubSection     "Display"
  98.         Depth       4
  99.         Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  100.     EndSubSection
  101.     SubSection     "Display"
  102.         Depth       8
  103.         Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  104.     EndSubSection
  105.     SubSection     "Display"
  106.         Depth       15
  107.         Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  108.     EndSubSection
  109.     SubSection     "Display"
  110.         Depth       16
  111.         Modes      "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  112.     EndSubSection
  113.     SubSection     "Display"

  114.                 #Modes                "1152x864" "1152x768" "1024x768" "800x600" "640x480"
  115.         Depth       24
  116.         Modes      "1024x768_85"
  117.     EndSubSection
  118. EndSection

复制代码

  1. X Window System Version 7.0.0
  2. Release Date: 21 December 2005
  3. X Protocol Version 11, Revision 0, Release 7.0
  4. Build Operating System:Linux 2.6.12-1-686 i686
  5. Current Operating System: Linux debian 2.6.16-1-686 #2 Thu May 4 18:22:23 UTC 2006 i686
  6. Build Date: 16 March 2006
  7.         Before reporting problems, check http://wiki.x.org
  8.         to make sure that you have the latest version.
  9. Module Loader present
  10. Markers: (--) probed, (**) from config file, (==) default setting,
  11.         (++) from command line, (!!) notice, (II) informational,
  12.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  13. (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 14 14:52:40 2006
  14. (==) Using config file: "/etc/X11/xorg.conf"
  15. (==) ServerLayout "Default Layout"
  16. (**) |-->Screen "Default Screen" (0)
  17. (**) |   |-->Monitor "Generic Monitor"
  18. (**) |   |-->Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
  19. (**) |-->Input Device "Generic Keyboard"
  20. (**) Option "XkbRules" "xorg"
  21. (**) XKB: rules: "xorg"
  22. (**) Option "XkbModel" "pc104"
  23. (**) XKB: model: "pc104"
  24. (**) Option "XkbLayout" "us"
  25. (**) XKB: layout: "us"
  26. (==) Keyboard: CustomKeycode disabled
  27. (**) |-->Input Device "Configured Mouse"
  28. (WW) The directory "/usr/share/fonts/X11/CID" does not exist.
  29.         Entry deleted from font path.
  30. (WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
  31.         Entry deleted from font path.
  32. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  33.         Entry deleted from font path.
  34. (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
  35.         Entry deleted from font path.
  36. (**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/Type1,/usr/share/fonts/truetype/,/usr/share/fonts/X11/misc,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/lib/X11/fonts/100dpi,/usr/share/fonts/X11/75dpi,/usr/lib/X11/fonts/75dpi,/usr/share/fonts/X11/misc/,/usr/share/fonts/X11/TTF/,/usr/share/fonts/X11/OTF,/usr/share/fonts/X11/Type1/,/usr/share/fonts/X11/CID/,/usr/share/fonts/X11/100dpi/,/usr/share/fonts/X11/75dpi/"
  37. (==) RgbPath set to "/usr/share/X11/rgb"
  38. (==) ModulePath set to "/usr/lib/xorg/modules"
  39. (II) Module ABI versions:
  40.         X.Org ANSI C Emulation: 0.2
  41.         X.Org Video Driver: 0.8
  42.         X.Org XInput driver : 0.5
  43.         X.Org Server Extension : 0.2
  44.         X.Org Font Renderer : 0.4
  45. (II) Loader running on linux
  46. (II) LoadModule: "bitmap"
  47. (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
  48. (II) Module bitmap: vendor="X.Org Foundation"
  49.         compiled for 7.0.0, module version = 1.0.0
  50.         Module class: X.Org Font Renderer
  51.         ABI class: X.Org Font Renderer, version 0.4
  52. (II) Loading font Bitmap
  53. (II) LoadModule: "pcidata"
  54. (II) Loading /usr/lib/xorg/modules/libpcidata.so
  55. (II) Module pcidata: vendor="X.Org Foundation"
  56.         compiled for 7.0.0, module version = 1.0.0
  57.         ABI class: X.Org Video Driver, version 0.8
  58. (--) using VT number 7

  59. (II) PCI: PCI scan (all values are in hex)
  60. (II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 01 class 06,00,00 hdr 00
  61. (II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 01 class 06,04,00 hdr 01
  62. (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,5641 rev 01 class 0c,03,00 hdr 80
  63. (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,5641 rev 01 class 0c,03,00 hdr 00
  64. (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,5641 rev 01 class 0c,03,00 hdr 00
  65. (II) PCI: 00:1d:7: chip 8086,24cd card 8086,5641 rev 01 class 0c,03,20 hdr 00
  66. (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class 06,04,00 hdr 01
  67. (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class 06,01,00 hdr 80
  68. (II) PCI: 00:1f:1: chip 8086,24cb card 8086,5641 rev 01 class 01,01,8a hdr 00
  69. (II) PCI: 00:1f:3: chip 8086,24c3 card 8086,5641 rev 01 class 0c,05,00 hdr 00
  70. (II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0207 rev 01 class 04,01,00 hdr 00
  71. (II) PCI: 01:00:0: chip 10de,0181 card 0000,0000 rev a4 class 03,00,00 hdr 00
  72. (II) PCI: 02:08:0: chip 8086,1039 card 8086,3047 rev 81 class 02,00,00 hdr 00
  73. (II) PCI: End of PCI scan
  74. (II) Host-to-PCI bridge:
  75. (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
  76. (II) Bus 0 I/O range:
  77.         [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  78. (II) Bus 0 non-prefetchable memory range:
  79.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  80. (II) Bus 0 prefetchable memory range:
  81.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  82. (II) PCI-to-PCI bridge:
  83. (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
  84. (II) Bus 1 non-prefetchable memory range:
  85.         [0] -1        0        0xfc900000 - 0xfe9fffff (0x2100000) MX[b]
  86. (II) Bus 1 prefetchable memory range:
  87.         [0] -1        0        0xe4600000 - 0xf46fffff (0x10100000) MX[b]
  88. (II) PCI-to-PCI bridge:
  89. (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0206 (VGA_EN is cleared)
  90. (II) Bus 2 I/O range:
  91.         [0] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX[b]
  92.         [1] -1        0        0x0000d400 - 0x0000d4ff (0x100) IX[b]
  93.         [2] -1        0        0x0000d800 - 0x0000d8ff (0x100) IX[b]
  94.         [3] -1        0        0x0000dc00 - 0x0000dcff (0x100) IX[b]
  95. (II) Bus 2 non-prefetchable memory range:
  96.         [0] -1        0        0xfea00000 - 0xfeafffff (0x100000) MX[b]
  97. (II) Bus 2 prefetchable memory range:
  98.         [0] -1        0        0xf4700000 - 0xf47fffff (0x100000) MX[b]
  99. (II) PCI-to-ISA bridge:
  100. (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  101. (--) PCI:*(1:0:0) nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev 164, Mem @ 0xfd000000/24, 0xe8000000/27, BIOS @ 0xfe9e0000/17
  102. (II) Addressable bus resource ranges are
  103.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  104.         [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  105. (II) OS-reported resource ranges:
  106.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  107.         [1] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  108.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  109.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  110.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  111.         [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  112.         [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  113. (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
  114. (II) Active PCI resource ranges:
  115.         [0] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  116.         [1] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  117.         [2] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  118.         [3] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  119.         [4] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  120.         [5] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  121.         [6] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  122.         [7] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  123.         [8] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  124.         [9] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  125.         [10] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  126.         [11] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  127.         [12] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  128.         [13] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  129.         [14] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  130.         [15] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  131.         [16] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  132. (II) Active PCI resource ranges after removing overlaps:
  133.         [0] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  134.         [1] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  135.         [2] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  136.         [3] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  137.         [4] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  138.         [5] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  139.         [6] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  140.         [7] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  141.         [8] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  142.         [9] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  143.         [10] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  144.         [11] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  145.         [12] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  146.         [13] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  147.         [14] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  148.         [15] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  149.         [16] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  150. (II) OS-reported resource ranges after removing overlaps with PCI:
  151.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  152.         [1] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  153.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  154.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  155.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  156.         [5] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  157.         [6] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  158. (II) All system resource ranges:
  159.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  160.         [1] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  161.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  162.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  163.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  164.         [5] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  165.         [6] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  166.         [7] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  167.         [8] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  168.         [9] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  169.         [10] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  170.         [11] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  171.         [12] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  172.         [13] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  173.         [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  174.         [15] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  175.         [16] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  176.         [17] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  177.         [18] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  178.         [19] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  179.         [20] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  180.         [21] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  181.         [22] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  182.         [23] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  183. (II) LoadModule: "bitmap"
  184. (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
  185. (II) Loading font Bitmap
  186. (II) LoadModule: "dbe"
  187. (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
  188. (II) Module dbe: vendor="X.Org Foundation"
  189.         compiled for 7.0.0, module version = 1.0.0
  190.         Module class: X.Org Server Extension
  191.         ABI class: X.Org Server Extension, version 0.2
  192. (II) Loading extension DOUBLE-BUFFER
  193. (II) LoadModule: "ddc"
  194. (II) Loading /usr/lib/xorg/modules/libddc.so
  195. (II) Module ddc: vendor="X.Org Foundation"
  196.         compiled for 7.0.0, module version = 1.0.0
  197.         ABI class: X.Org Video Driver, version 0.8
  198. (II) LoadModule: "evdev"
  199. (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
  200. (II) Module evdev: vendor="X.Org Foundation"
  201.         compiled for 0.0.0, module version = 1.0.0
  202.         Module class: X.Org XInput Driver
  203.         ABI class: X.Org XInput driver, version 0.5
  204. (II) LoadModule: "extmod"
  205. (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
  206. (II) Module extmod: vendor="X.Org Foundation"
  207.         compiled for 7.0.0, module version = 1.0.0
  208.         Module class: X.Org Server Extension
  209.         ABI class: X.Org Server Extension, version 0.2
  210. (II) Loading extension SHAPE
  211. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  212. (II) Loading extension BIG-REQUESTS
  213. (II) Loading extension SYNC
  214. (II) Loading extension MIT-SCREEN-SAVER
  215. (II) Loading extension XC-MISC
  216. (II) Loading extension XFree86-VidModeExtension
  217. (II) Loading extension XFree86-Misc
  218. (II) Loading extension XFree86-DGA
  219. (II) Loading extension DPMS
  220. (II) Loading extension TOG-CUP
  221. (II) Loading extension Extended-Visual-Information
  222. (II) Loading extension XVideo
  223. (II) Loading extension XVideo-MotionCompensation
  224. (II) Loading extension X-Resource
  225. (II) LoadModule: "freetype"
  226. (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
  227. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  228.         compiled for 7.0.0, module version = 2.1.0
  229.         Module class: X.Org Font Renderer
  230.         ABI class: X.Org Font Renderer, version 0.4
  231. (II) Loading font FreeType
  232. (II) LoadModule: "glx"
  233. (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  234. (II) Module glx: vendor="NVIDIA Corporation"
  235.         compiled for 4.0.2, module version = 1.0.8756
  236.         Module class: X.Org Server Extension
  237.         ABI class: X.Org Server Extension, version 0.1
  238. (II) Loading extension GLX
  239. (II) LoadModule: "int10"
  240. (II) Loading /usr/lib/xorg/modules/libint10.so
  241. (II) Module int10: vendor="X.Org Foundation"
  242.         compiled for 7.0.0, module version = 1.0.0
  243.         ABI class: X.Org Video Driver, version 0.8
  244. (II) LoadModule: "record"
  245. (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
  246. (II) Module record: vendor="X.Org Foundation"
  247.         compiled for 7.0.0, module version = 1.13.0
  248.         Module class: X.Org Server Extension
  249.         ABI class: X.Org Server Extension, version 0.2
  250. (II) Loading extension RECORD
  251. (II) LoadModule: "type1"
  252. (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
  253. (II) Module type1: vendor="X.Org Foundation"
  254.         compiled for 7.0.0, module version = 1.0.2
  255.         Module class: X.Org Font Renderer
  256.         ABI class: X.Org Font Renderer, version 0.4
  257. (II) Loading font Type1
  258. (II) LoadModule: "v4l"
  259. (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
  260. (II) Module v4l: vendor="X.Org Foundation"
  261.         compiled for 7.0.0, module version = 0.0.1
  262.         ABI class: X.Org Video Driver, version 0.8
  263. (II) LoadModule: "vbe"
  264. (II) Loading /usr/lib/xorg/modules/libvbe.so
  265. (II) Module vbe: vendor="X.Org Foundation"
  266.         compiled for 7.0.0, module version = 1.1.0
  267.         ABI class: X.Org Video Driver, version 0.8
  268. (II) LoadModule: "nvidia"
  269. (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
  270. (II) Module nvidia: vendor="NVIDIA Corporation"
  271.         compiled for 4.0.2, module version = 1.0.8756
  272.         Module class: X.Org Video Driver
  273. (II) LoadModule: "keyboard"
  274. (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
  275. (II) Module keyboard: vendor="X.Org Foundation"
  276.         compiled for 7.0.0, module version = 1.0.0
  277.         Module class: X.Org XInput Driver
  278.         ABI class: X.Org XInput driver, version 0.5
  279. (II) LoadModule: "mouse"
  280. (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
  281. (II) Module mouse: vendor="X.Org Foundation"
  282.         compiled for 7.0.0, module version = 1.0.4
  283.         Module class: X.Org XInput Driver
  284.         ABI class: X.Org XInput driver, version 0.5
  285. (II) v4l driver for Video4Linux
  286. (II) NVIDIA dlloader X Driver  1.0-8756  Wed Mar 29 14:27:53 PST 2006
  287. (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
  288. (II) Primary Device is: PCI 01:00:0
  289. (--) Assigning device section with no busID to primary device
  290. (--) Chipset NVIDIA GPU found
  291. (II) Loading sub module "fb"
  292. (II) LoadModule: "fb"
  293. (II) Loading /usr/lib/xorg/modules/libfb.so
  294. (II) Module fb: vendor="X.Org Foundation"
  295.         compiled for 7.0.0, module version = 1.0.0
  296.         ABI class: X.Org ANSI C Emulation, version 0.2
  297. (II) Loading sub module "ramdac"
  298. (II) LoadModule: "ramdac"
  299. (II) Loading /usr/lib/xorg/modules/libramdac.so
  300. (II) Module ramdac: vendor="X.Org Foundation"
  301.         compiled for 7.0.0, module version = 0.1.0
  302.         ABI class: X.Org Video Driver, version 0.8
  303. (II) resource ranges after xf86ClaimFixedResources() call:
  304.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  305.         [1] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  306.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  307.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  308.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  309.         [5] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  310.         [6] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  311.         [7] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  312.         [8] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  313.         [9] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  314.         [10] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  315.         [11] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  316.         [12] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  317.         [13] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  318.         [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  319.         [15] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  320.         [16] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  321.         [17] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  322.         [18] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  323.         [19] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  324.         [20] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  325.         [21] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  326.         [22] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  327.         [23] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  328. (II) resource ranges after probing:
  329.         [0] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  330.         [1] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  331.         [2] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  332.         [3] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  333.         [4] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  334.         [5] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  335.         [6] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  336.         [7] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  337.         [8] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  338.         [9] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  339.         [10] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  340.         [11] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  341.         [12] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  342.         [13] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  343.         [14] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b]
  344.         [15] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b]
  345.         [16] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b]
  346.         [17] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  347.         [18] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  348.         [19] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  349.         [20] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  350.         [21] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  351.         [22] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  352.         [23] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  353.         [24] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  354.         [25] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  355.         [26] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  356.         [27] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b]
  357.         [28] 0        0        0x000003c0 - 0x000003df (0x20) IS[b]
  358. (II) Setting vga for screen 0.
  359. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
  360. (==) NVIDIA(0): RGB weight 888
  361. (==) NVIDIA(0): Default visual is TrueColor
  362. (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  363. (**) NVIDIA(0): Enabling RENDER acceleration
  364. (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 with AGP8X at PCI:1:0:0
  365. (--) NVIDIA(0): VideoRAM: 65536 kBytes
  366. (--) NVIDIA(0): VideoBIOS: 04.18.20.13.14
  367. (II) NVIDIA(0): Detected AGP rate: 4X
  368. (--) NVIDIA(0): Interlaced video modes are supported on this GPU
  369. (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at
  370. (--) NVIDIA(0):     PCI:1:0:0:
  371. (--) NVIDIA(0):     Samsung S/M 743DF (CRT-0)
  372. (--) NVIDIA(0): Samsung S/M 743DF (CRT-0): 350 MHz maximum pixel clock
  373. (II) NVIDIA(0): Assigned Display Device: CRT-0
  374. (II) NVIDIA(0): Validated modes:
  375. (II) NVIDIA(0):     "1024x768_85"
  376. (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
  377. (++) NVIDIA(0): DPI set to (100, 100); computed from -dpi X commandline option
  378. (--) Depth 24 pixmap format is 32 bpp
  379. (II) do I need RAC?  No, I don't.
  380. (II) resource ranges after preInit:
  381.         [0] 0        0        0xe8000000 - 0xefffffff (0x8000000) MX[b]
  382.         [1] 0        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b]
  383.         [2] -1        0        0xffe00000 - 0xffffffff (0x200000) MX[b](B)
  384.         [3] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  385.         [4] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  386.         [5] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  387.         [6] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  388.         [7] -1        0        0xfeaff000 - 0xfeafffff (0x1000) MX[b]
  389.         [8] -1        0        0xfebff400 - 0xfebff4ff (0x100) MX[b]
  390.         [9] -1        0        0xfebff800 - 0xfebff9ff (0x200) MX[b]
  391.         [10] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  392.         [11] -1        0        0xfebffc00 - 0xfebfffff (0x400) MX[b]
  393.         [12] -1        0        0xf8000000 - 0xf7ffffff (0x0) MX[b]O
  394.         [13] -1        0        0xfe9e0000 - 0xfe9fffff (0x20000) MX[b](B)
  395.         [14] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b](B)
  396.         [15] -1        0        0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
  397.         [16] 0        0        0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
  398.         [17] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
  399.         [18] 0        0        0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
  400.         [19] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  401.         [20] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  402.         [21] -1        0        0x0000dc00 - 0x0000dc3f (0x40) IX[b]
  403.         [22] -1        0        0x0000e080 - 0x0000e0bf (0x40) IX[b]
  404.         [23] -1        0        0x0000e400 - 0x0000e4ff (0x100) IX[b]
  405.         [24] -1        0        0x0000e000 - 0x0000e01f (0x20) IX[b]
  406.         [25] -1        0        0x0000ffa0 - 0x0000ffaf (0x10) IX[b]
  407.         [26] -1        0        0x0000ec00 - 0x0000ec1f (0x20) IX[b]
  408.         [27] -1        0        0x0000e880 - 0x0000e89f (0x20) IX[b]
  409.         [28] -1        0        0x0000e800 - 0x0000e81f (0x20) IX[b]
  410.         [29] 0        0        0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
  411.         [30] 0        0        0x000003c0 - 0x000003df (0x20) IS[b](OprU)
  412. (II) NVIDIA(0): Setting mode "1024x768_85"
  413. (II) Loading extension NV-GLX
  414. (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
  415. (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
  416. (==) NVIDIA(0): Backing store disabled
  417. (==) NVIDIA(0): Silken mouse enabled
  418. (**) Option "dpms"
  419. (**) NVIDIA(0): DPMS enabled
  420. (II) Loading extension NV-CONTROL
  421. (==) RandR enabled
  422. (II) Initializing built-in extension MIT-SHM
  423. (II) Initializing built-in extension XInputExtension
  424. (II) Initializing built-in extension XTEST
  425. (II) Initializing built-in extension XKEYBOARD
  426. (II) Initializing built-in extension XC-APPGROUP
  427. (II) Initializing built-in extension SECURITY
  428. (II) Initializing built-in extension XINERAMA
  429. (II) Initializing built-in extension XFIXES
  430. (II) Initializing built-in extension XFree86-Bigfont
  431. (II) Initializing built-in extension RENDER
  432. (II) Initializing built-in extension RANDR
  433. (II) Initializing built-in extension COMPOSITE
  434. (II) Initializing built-in extension DAMAGE
  435. (II) Initializing built-in extension XEVIE
  436. (II) Initializing extension GLX
复制代码


在此之前,普通用户不能startx,字体有问题;root可以,正常。
现在什么用户都起动不了X了
发表于 2006-5-14 19:39:44 | 显示全部楼层
普通用户启动X的时候,出现什么错误呢?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-14 23:35:36 | 显示全部楼层
Post by 终极幻想
普通用户启动X的时候,出现什么错误呢?
  1. Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
  2. Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
  3. Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
复制代码

重装NV后root,普通用户都不能startx了。上面那个字体错误的提示没了,
但就是起动不了X,提示有点像IO设备的问题



之前的情况可以看这里
http://www.linuxsir.cn/bbs/showthread.php?t=256215
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-15 07:49:26 | 显示全部楼层

这是我的screen.dump

startx后黑屏,切换到tty2,setterm -dump 1,抓得的tty1的提示信息:
  1. XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  2.       after 0 requests (0 known processed) with 0 events remaining.
  3. debian:~# startx
  4. xauth:  creating new authority file /root/.serverauth.6437

  5. X: warning; process set to priority -1 instead of requested priority 0

  6. X Window System Version 7.0.0
  7. Release Date: 21 December 2005
  8. X Protocol Version 11, Revision 0, Release 7.0
  9. Build Operating System:Linux 2.6.12-1-686 i686
  10. Current Operating System: Linux debian 2.6.16-1-686 #2 Thu May 4 18:22:23 UTC 20
  11. 06 i686
  12. Build Date: 16 March 2006
  13.         Before reporting problems, check http://wiki.x.org
  14.         to make sure that you have the latest version.
  15. Module Loader present
  16. Markers: (--) probed, (**) from config file, (==) default setting,
  17.         (++) from command line, (!!) notice, (II) informational,
  18.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  19. (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 15 07:39:57 2006
  20. (==) Using config file: "/etc/X11/xorg.conf"
  21. XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
  22.       after 0 requests (0 known processed) with 0 events remaining.
  23. debian:~#
复制代码


是不是键盘出问题了??
回复 支持 反对

使用道具 举报

发表于 2006-5-15 09:05:52 | 显示全部楼层
先删了xorg.conf,然后再重新dpkg-reconfig xserver-xorg, 看看先不装nvidia驱动能不进X
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-15 14:23:20 | 显示全部楼层
Post by guyon
先删了xorg.conf,然后再重新dpkg-reconfig xserver-xorg, 看看先不装nvidia驱动能不进X

删了xorg.conf,dpkg-reconfigure xserver-xorg后不能生成xorg.conf,不知道为什么
我只好把Xsession.xfree86 cp过来也还是不能起动。
最近几天日子不好过啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-15 23:39:04 | 显示全部楼层
哎,我自己都晕了,把Xsession.xfree86 cp 成xorg.conf干嘛!!
我把xorg.conf删除后重新dpkg-reconfigure xserver-xorg不能生成xorg.conf,提示:
xserver-xorg postinst warning :not updating /etc/X11/X;file has been customized.
今天upgrade的时候,xserver-xorg已经是7.0.18了,升级过程中在自动配置xserver-xorg时,也出现了相同的错误提示。

不知道是何故.是什么修改了/etc/X11/X??
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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