免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4700 | 回复: 15
打印 上一主题 下一主题

请教X window的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-02-08 18:23 |只看该作者 |倒序浏览
小弟刚安装好最新的fb7.1,用ports安装了xorg.在配置X之后运行Xorg -config /root/xorg.conf.new时,机器就死机了,不知道是什么原因.麻烦各位大大们帮忙给看看.使用了最新的xorg.已经intel驱动.

以下是xorg.conf.new文件:


  1. [root@fb ~]# more xorg.conf.new
  2. Section "ServerLayout"
  3.         Identifier     "X.org Configured"
  4.         Screen      0  "Screen0" 0 0
  5.         InputDevice    "Mouse0" "CorePointer"
  6.         InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection

  8. Section "Files"
  9.         ModulePath   "/usr/local/lib/xorg/modules"
  10.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  11.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  12.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  13.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  14.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  15.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection

  17. Section "Module"
  18.         Load  "extmod"
  19.         Load  "dbe"
  20.         Load  "glx"
  21.         Load  "dri"
  22.         Load  "freetype"
  23. EndSection

  24. Section "InputDevice"
  25.         Identifier  "Keyboard0"
  26.         Driver      "kbd"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Mouse0"
  30.         Driver      "mouse"
  31.         Option      "Protocol" "auto"
  32.         Option      "Device" "/dev/sysmouse"
  33.         Option      "ZAxisMapping" "4 5 6 7"
  34. EndSection

  35. Section "Monitor"
  36.         Identifier   "Monitor0"
  37.         VendorName   "Monitor Vendor"
  38.         ModelName    "Monitor Model"
  39. EndSection

  40. Section "Device"
  41.         ### Available Driver options are:-
  42.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  43.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  44.         ### [arg]: arg optional
  45.         #Option     "NoAccel"                   # [<bool>]
  46.         #Option     "SWcursor"                  # [<bool>]
  47.         #Option     "ColorKey"                  # <i>
  48.         #Option     "CacheLines"                # <i>
  49.         #Option     "Dac6Bit"                   # [<bool>]
  50.         #Option     "DRI"                       # [<bool>]
  51.         #Option     "NoDDC"                     # [<bool>]
  52.         #Option     "ShowCache"                 # [<bool>]
  53.         #Option     "XvMCSurfaces"              # <i>
  54.         #Option     "PageFlip"                  # [<bool>]
  55.         Identifier  "Card0"
  56.         Driver      "intel"
  57.         VendorName  "Intel Corporation"
  58.         BoardName   "82830 CGC [Chipset Graphics Controller]"
  59.         BusID       "PCI:0:2:0"
  60. EndSection

  61. Section "Screen"
  62.         Identifier "Screen0"
  63.         Device     "Card0"
  64.         Monitor    "Monitor0"
  65.         SubSection "Display"
  66.                 Viewport   0 0
  67.                 Depth     1
  68.         EndSubSection
  69.         SubSection "Display"
  70.                 Viewport   0 0
  71.                 Depth     4
  72.         EndSubSection
  73.         SubSection "Display"
  74.                 Viewport   0 0
  75.                 Depth     8
  76.         EndSubSection
  77.         SubSection "Display"
  78.                 Viewport   0 0
  79.                 Depth     15
  80.         EndSubSection
  81.         SubSection "Display"
  82.                 Viewport   0 0
  83.                 Depth     16
  84.         EndSubSection
  85.         SubSection "Display"
  86.                 Viewport   0 0
  87.                 Depth     24
  88.         EndSubSection
  89. EndSection
  90. [root@fb ~]#
复制代码

[ 本帖最后由 foxleoly 于 2009-2-8 18:26 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2009-02-08 18:25 |只看该作者
Xorg.0.log文件:
  1. [root@fb ~]# more /var/log/Xorg.0.log

  2. X.Org X Server 1.5.3
  3. Release Date: 5 November 2008
  4. X Protocol Version 11, Revision 0
  5. Build Operating System: FreeBSD 6.4-RELEASE i386
  6. Current Operating System: FreeBSD fb 6.4-RELEASE-p3 FreeBSD 6.4-RELEASE-p3 #2: Tue Jan 27 21:07:02 CST 2009     root@fb:/usr/obj/usr/src/sys/AmyLeo i386
  7. Build Date: 27 January 2009  10:44:08AM

  8.         Before reporting problems, check [url]http://wiki.x.org[/url]
  9.         to make sure that you have the latest version.
  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 Feb  8 18:10:46 2009
  14. (++) Using config file: "xorg.conf.new"
  15. (==) ServerLayout "X.org Configured"
  16. (**) |-->Screen "Screen0" (0)
  17. (**) |   |-->Monitor "Monitor0"
  18. (**) |   |-->Device "Card0"
  19. (**) |-->Input Device "Mouse0"
  20. (**) |-->Input Device "Keyboard0"
  21. (==) Automatically adding devices
  22. (==) Automatically enabling devices
  23. (==) Including the default font path /usr/local/lib/X11/fonts/misc/,/usr/local/lib/X11/fonts/TTF/,/usr/local/lib/X11/fonts/OTF,/usr/local/lib/X11/fonts/Type1/,/usr/local/lib/X11/fonts/100dpi/,/usr/local/lib/X11/fonts/75dpi/.
  24. (**) FontPath set to:
  25.         /usr/local/lib/X11/fonts/misc/,
  26.         /usr/local/lib/X11/fonts/TTF/,
  27.         /usr/local/lib/X11/fonts/OTF,
  28.         /usr/local/lib/X11/fonts/Type1/,
  29.         /usr/local/lib/X11/fonts/100dpi/,
  30.         /usr/local/lib/X11/fonts/75dpi/,
  31.         /usr/local/lib/X11/fonts/misc/,
  32.         /usr/local/lib/X11/fonts/TTF/,
  33.         /usr/local/lib/X11/fonts/OTF,
  34.         /usr/local/lib/X11/fonts/Type1/,
  35.         /usr/local/lib/X11/fonts/100dpi/,
  36.         /usr/local/lib/X11/fonts/75dpi/
  37. (**) ModulePath set to "/usr/local/lib/xorg/modules"
  38. (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
  39. (WW) Disabling Mouse0
  40. (WW) Disabling Keyboard0
  41. (II) Loader magic: 0x81a0f80
  42. (II) Module ABI versions:
  43.         X.Org ANSI C Emulation: 0.4
  44.         X.Org Video Driver: 4.1
  45.         X.Org XInput driver : 2.1
  46.         X.Org Server Extension : 1.1
  47.         X.Org Font Renderer : 0.6
  48. (II) Loader running on freebsd
  49. (--) Using syscons driver with X support (version 2.0)
  50. (--) using VT number 9

  51. (--) PCI:*(0@0:2:0) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 0, Mem @ 0xe0000000/0, 0xd0000000/0, BIOS @ 0x????????/65536
  52. (--) PCI: (0@0:2:1) Intel Corporation 82830 CGC [Chipset Graphics Controller] rev 0, Mem @ 0xe8000000/0, 0xd0080000/0
  53. (II) System resource ranges:
  54.         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  55.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
  56.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
  57.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
  58.         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
  59.         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
  60. (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
  61. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
  62. (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
  63. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
  64. (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
  65. (II) LoadModule: "extmod"

  66. (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
  67. (II) Module extmod: vendor="X.Org Foundation"
  68.         compiled for 1.5.3, module version = 1.0.0
  69.         Module class: X.Org Server Extension
  70.         ABI class: X.Org Server Extension, version 1.1
  71. (II) Loading extension SHAPE
  72. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  73. (II) Loading extension BIG-REQUESTS
  74. (II) Loading extension SYNC
  75. (II) Loading extension MIT-SCREEN-SAVER
  76. (II) Loading extension XC-MISC
  77. (II) Loading extension XFree86-VidModeExtension
  78. (II) Loading extension XFree86-Misc
  79. (II) Loading extension XFree86-DGA
  80. (II) Loading extension DPMS
  81. (II) Loading extension TOG-CUP
  82. (II) Loading extension Extended-Visual-Information
  83. (II) Loading extension XVideo
  84. (II) Loading extension XVideo-MotionCompensation
  85. (II) Loading extension X-Resource
  86. (II) LoadModule: "dbe"

  87. (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
  88. (II) Module dbe: vendor="X.Org Foundation"
  89.         compiled for 1.5.3, module version = 1.0.0
  90.         Module class: X.Org Server Extension
  91.         ABI class: X.Org Server Extension, version 1.1
  92. (II) Loading extension DOUBLE-BUFFER
  93. (II) LoadModule: "glx"

  94. (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
  95. (II) Module glx: vendor="X.Org Foundation"
  96.         compiled for 1.5.3, module version = 1.0.0
  97.         ABI class: X.Org Server Extension, version 1.1
  98. (==) AIGLX disabled
  99. (==) Exporting typical set of GLX visuals
  100. (II) Loading extension GLX
  101. (II) LoadModule: "dri"

  102. (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
  103. (II) Module dri: vendor="X.Org Foundation"
  104.         compiled for 1.5.3, module version = 1.0.0
  105.         ABI class: X.Org Server Extension, version 1.1
  106. (II) Loading extension XFree86-DRI
  107. (II) LoadModule: "freetype"

  108. (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
  109. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  110.         compiled for 1.5.3, module version = 2.1.0
  111.         Module class: X.Org Font Renderer
  112.         ABI class: X.Org Font Renderer, version 0.6
  113. (II) Loading font FreeType
  114. (II) LoadModule: "intel"

  115. (II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so
  116. (II) Module intel: vendor="X.Org Foundation"
  117.         compiled for 1.5.3, module version = 2.5.1
  118.         Module class: X.Org Video Driver
  119.         ABI class: X.Org Video Driver, version 4.1
  120. --More--(33%)(II) Loading extension GLX
  121. (II) LoadModule: "dri"

  122. (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
  123. (II) Module dri: vendor="X.Org Foundation"
  124.         compiled for 1.5.3, module version = 1.0.0
  125.         ABI class: X.Org Server Extension, version 1.1
  126. (II) Loading extension XFree86-DRI
  127. (II) LoadModule: "freetype"

  128. (II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
  129. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  130.         compiled for 1.5.3, module version = 2.1.0
  131.         Module class: X.Org Font Renderer
  132.         ABI class: X.Org Font Renderer, version 0.6
  133. (II) Loading font FreeType
  134. (II) LoadModule: "intel"

  135. (II) Loading /usr/local/lib/xorg/modules/drivers//intel_drv.so
  136. (II) Module intel: vendor="X.Org Foundation"
  137.         compiled for 1.5.3, module version = 2.5.1
  138.         Module class: X.Org Video Driver
  139.         ABI class: X.Org Video Driver, version 4.1
  140. (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
  141.         i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
  142.         E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
  143.         965GM, 965GME/GLE, G33, Q35, Q33,
  144.         Mobile Intel<C2><AE> GM45 Express Chipset,
  145.         Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
  146. (II) Primary Device is: PCI 00@00:02:0
  147. (II) resource ranges after xf86ClaimFixedResources() call:
  148.         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  149.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
  150.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
  151.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
  152.         [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
  153.         [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
  154. (II) resource ranges after probing:
  155.         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  156.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
  157.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
  158.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
  159.         [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B]
  160.         [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
  161.         [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B]
  162.         [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
  163.         [8] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
  164.         [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B]
  165.         [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
  166. (II) Loading sub module "vgahw"
  167. (II) LoadModule: "vgahw"

  168. (II) Loading /usr/local/lib/xorg/modules//libvgahw.so
  169. (II) Module vgahw: vendor="X.Org Foundation"
  170.         compiled for 1.5.3, module version = 0.1.0
  171.         ABI class: X.Org Video Driver, version 4.1
  172. (==) intel(0): Depth 24, (==) framebuffer bpp 32
  173. (==) intel(0): RGB weight 888
  174. (==) intel(0): Default visual is TrueColor
  175. (II) intel(0): Integrated Graphics Chipset: Intel(R) 830M
  176. (--) intel(0): Chipset: "i830"
  177. (--) intel(0): Linear framebuffer at 0xE0000000
  178. (--) intel(0): IO registers at addr 0xD0000000
  179. (==) intel(0): Using EXA for acceleration
  180. (II) intel(0): 2 display pipes available.
  181. (II) Loading sub module "ddc"
  182. (II) LoadModule: "ddc"
  183. (II) Module "ddc" already built-in
  184. (II) Loading sub module "i2c"
  185. (II) LoadModule: "i2c"
  186. (II) Module "i2c" already built-in
  187. (II) intel(0): Output VGA using monitor section Monitor0
  188. (II) intel(0): I2C bus "DVODDC_D" initialized.
  189. (II) Loading sub module "sil164"
  190. (II) LoadModule: "sil164"

  191. (II) Loading /usr/local/lib/xorg/modules/drivers//sil164.so
  192. (II) Module sil164: vendor="X.Org Foundation"
  193.         compiled for 1.5.3, module version = 1.0.0
  194.         ABI class: X.Org Video Driver, version 4.1
  195. (II) intel(0): I2C bus "DVOI2C_E" initialized.
  196. (II) Loading sub module "ch7xxx"
  197. (II) LoadModule: "ch7xxx"

  198. (II) Loading /usr/local/lib/xorg/modules/drivers//ch7xxx.so
  199. (II) Module ch7xxx: vendor="X.Org Foundation"
  200.         compiled for 1.5.3, module version = 1.0.0
  201.         ABI class: X.Org Video Driver, version 4.1
  202. (II) intel(0): I2C bus "DVOI2C_E" removed.
  203. (II) intel(0): I2C bus "DVOI2C_E" initialized.
  204. (II) Loading sub module "ivch"
  205. (II) LoadModule: "ivch"

  206. (II) Loading /usr/local/lib/xorg/modules/drivers//ivch.so
  207. (II) Module ivch: vendor="X.Org Foundation"
  208.         compiled for 1.5.3, module version = 1.0.0
  209.         ABI class: X.Org Video Driver, version 4.1
  210. (II) intel(0): I2C bus "DVOI2C_E" removed.
  211. (II) intel(0): I2C bus "DVOI2C_B" initialized.
  212. (II) intel(0): I2C device "DVOI2C_B:i82807aa "ivch" LVDS/CMOS panel controller" registered at address 0x04.
  213. (II) intel(0): Output LVDS has no monitor section
  214. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
  215. (II) intel(0): I2C bus "CRTDDC_A" initialized.
  216. (II) intel(0): I2C bus "CRTDDC_A" removed.
  217. (II) intel(0): I2C device "DVODDC_D:ddc2" registered at address 0xA0.
  218. (II) intel(0): I2C device "DVODDC_D:ddc2" removed.
  219. (II) intel(0): Output VGA disconnected
  220. (II) intel(0): Output LVDS connected
  221. (II) intel(0): Using exact sizes for initial modes
  222. (II) intel(0): Output LVDS using initial mode 1024x768
  223. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
  224. (II) intel(0): Monitoring connected displays enabled
  225. (II) intel(0): detected 128 kB GTT.
  226. (II) intel(0): detected 8060 kB stolen memory.
  227. (==) intel(0): video overlay key set to 0x101fe
  228. (==) intel(0): Intel XvMC decoder disabled
  229. (==) intel(0): Will not try to enable page flipping
  230. (==) intel(0): Triple buffering disabled
  231. (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
  232. (==) intel(0): DPI set to (96, 96)
  233. (II) Loading sub module "fb"
  234. (II) LoadModule: "fb"

  235. (II) Loading /usr/local/lib/xorg/modules//libfb.so
  236. (II) Module fb: vendor="X.Org Foundation"
  237.         compiled for 1.5.3, module version = 1.0.0
  238.         ABI class: X.Org ANSI C Emulation, version 0.4
  239. (II) Loading sub module "exa"
  240. (II) LoadModule: "exa"

  241. (II) Loading /usr/local/lib/xorg/modules//libexa.so
  242. (II) Module exa: vendor="X.Org Foundation"
  243.         compiled for 1.5.3, module version = 2.4.0
  244.         ABI class: X.Org Video Driver, version 4.1
  245. (II) Loading sub module "ramdac"
  246. (II) LoadModule: "ramdac"
  247. (II) Module "ramdac" already built-in
  248. (II) intel(0): Comparing regs from server start up to After PreInit
  249. (==) Depth 24 pixmap format is 32 bpp
  250. (II) do I need RAC?  No, I don't.
  251. (II) resource ranges after preInit:
  252.         [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
  253.         [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
  254.         [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
  255.         [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
  256.         [4] 0   0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
  257.         [5] 0   0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
  258.         [6] 0   0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
  259.         [7] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
  260.         [8] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
  261.         [9] 0   0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
  262.         [10] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
  263. (II) intel(0): Kernel reported 112640 total, 0 used
  264. (II) intel(0): I830CheckAvailableMemory: 450560 kB available
  265. drmOpenDevice: node name is /dev/dri/card0
  266. drmOpenDevice: open result is 11, (OK)
  267. drmOpenDevice: node name is /dev/dri/card0
  268. drmOpenDevice: open result is 11, (OK)
  269. drmOpenByBusid: Searching for BusID pci:0000:00:02.0
  270. drmOpenDevice: node name is /dev/dri/card0
  271. drmOpenDevice: open result is 11, (OK)
  272. drmOpenByBusid: drmOpenMinor returns 11
  273. drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
  274. (II) [drm] DRM interface version 1.2
  275. (II) [drm] DRM open master succeeded.
  276. (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
  277. (II) intel(0): [drm] framebuffer mapped by ddx driver
  278. (II) intel(0): [drm] added 1 reserved context for kernel
  279. (II) intel(0): X context handle = 0x1
  280. (II) intel(0): [drm] installed DRM signal handler
  281. (**) intel(0): Framebuffer compression disabled
  282. (**) intel(0): Tiling enabled
  283. (==) intel(0): VideoRam: 131072 KB
  284. (II) intel(0): Attempting memory allocation with tiled buffers.
  285. (II) intel(0): Tiled allocation successful.
  286. (II) intel(0): [drm] Registers = 0xd0000000
  287. (II) intel(0): [drm] ring buffer = 0xe0000000
  288. (II) intel(0): [drm] mapped front buffer at 0xe0800000, handle = 0xe0800000
  289. (II) intel(0): [drm] mapped back buffer at 0xe1800000, handle = 0xe1800000
  290. (II) intel(0): [drm] mapped depth buffer at 0xe1c00000, handle = 0xe1c00000
  291. (II) intel(0): [drm] mapped classic textures at 0xe2000000, handle = 0xe2000000
  292. (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
  293. (II) intel(0): [dri] visual configs initialized
  294. (II) intel(0): Page Flipping disabled
  295. (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
  296. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear
  297. (II) EXA(0): Offscreen pixmap area of 12582912 bytes
  298. (II) EXA(0): Driver registered support for the following operations:
  299. (II)         Solid
  300. (II)         Copy
  301. (II)         Composite (RENDER acceleration)
  302. (==) intel(0): Backing store disabled
  303. (==) intel(0): Silken mouse enabled
  304. (II) intel(0): Initializing HW Cursor
  305. (II) intel(0): [DRI] installation complete
  306. (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x007df000 (pgoffset 2015)
  307. (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x007e9000 (pgoffset 2025)
  308. (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00800000 (pgoffset 2048)
  309. (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x00c00000 (pgoffset 3072)
  310. (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x01800000 (pgoffset 6144)
  311. (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x01c00000 (pgoffset 7168)
  312. (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x02000000 (pgoffset 8192)
  313. (II) intel(0): Fixed memory allocation layout:
  314. (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
  315. (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB)
  316. (II) intel(0): 0x00028000-0x00127fff: fake bufmgr (1024 kB)
  317. (II) intel(0): 0x007df000:            end of stolen memory
  318. (II) intel(0): 0x007df000-0x007e8fff: HW cursors (40 kB, 0x00000000156f2000 physical
  319. )
  320. (II) intel(0): 0x007e9000-0x007e9fff: overlay registers (4 kB, 0x00000000157cb000 physical
  321. )
  322. (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled
  323. (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB)
  324. (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled
  325. (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled
  326. (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB)
  327. (II) intel(0): 0x08000000:            end of aperture
  328. (II) intel(0): VR00: 0xa202
  329. (II) intel(0): VR01: 0x0000
  330. (II) intel(0): VR30: 0x0000
  331. (II) intel(0): VR40: 0x3400
  332. (II) intel(0): VR80: 0x0000
  333. (II) intel(0): VR81: 0x0000
  334. (II) intel(0): VR82: 0x000a
  335. (II) intel(0): VR83: 0x000a
  336. (II) intel(0): VR84: 0x000a
  337. (II) intel(0): VR85: 0x000a
  338. (II) intel(0): VR86: 0x000a
  339. (II) intel(0): VR87: 0x000a
  340. (II) intel(0): VR88: 0x000a
  341. (II) intel(0): VR8E: 0x0002
  342. (II) intel(0): VR8F: 0x0003
  343. (II) intel(0): Output configuration:
  344. (II) intel(0):   Pipe A is on
  345. (II) intel(0):   Display plane A is now enabled and connected to pipe A.
  346. (II) intel(0):   Pipe B is off
  347. (II) intel(0):   Display plane B is now disabled and connected to pipe B.
  348. (II) intel(0):   Output VGA is connected to pipe none
  349. (II) intel(0):   Output LVDS is connected to pipe A
  350. (II) intel(0): [drm] dma control initialized, using IRQ 11
  351. (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
  352. (II) intel(0): DPMS enabled
  353. (II) intel(0): Set up overlay video
  354. (II) intel(0): direct rendering: Enabled
  355. (--) RandR disabled
  356. (II) Initializing built-in extension MIT-SHM
  357. (II) Initializing built-in extension XInputExtension
  358. (II) Initializing built-in extension XTEST
  359. (II) Initializing built-in extension XKEYBOARD
  360. (II) Initializing built-in extension XINERAMA
  361. (II) Initializing built-in extension XFIXES
  362. (II) Initializing built-in extension RENDER
  363. (II) Initializing built-in extension RANDR
  364. (II) Initializing built-in extension COMPOSITE
  365. (II) Initializing built-in extension DAMAGE
  366. (II) Initializing built-in extension XEVIE
  367. (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
  368. (II) GLX: Initialized DRISWRAST GL provider for screen 0
  369. (II) intel(0): Setting screen physical size to 270 x 203
  370. [root@fb ~]#  
复制代码

论坛徽章:
89
水瓶座
日期:2014-04-01 08:53:31天蝎座
日期:2014-04-01 08:53:53天秤座
日期:2014-04-01 08:54:02射手座
日期:2014-04-01 08:54:15子鼠
日期:2014-04-01 08:55:35辰龙
日期:2014-04-01 08:56:36未羊
日期:2014-04-01 08:56:27戌狗
日期:2014-04-01 08:56:13亥猪
日期:2014-04-01 08:56:02亥猪
日期:2014-04-08 08:38:58程序设计版块每日发帖之星
日期:2016-01-05 06:20:00程序设计版块每日发帖之星
日期:2016-01-07 06:20:00
3 [报告]
发表于 2009-02-08 18:36 |只看该作者
你确定是7.1?

你什么显卡?intel?

论坛徽章:
0
4 [报告]
发表于 2009-02-08 18:47 |只看该作者
原帖由 fender0107401 于 2009-2-8 06:36 PM 发表
你确定是7.1?

你什么显卡?intel?

不好意思,写错了.是6.4的版本,之前用7.1也是这个问题,后来就换了6.4.我的电脑是ibm x30,集成intel显卡830m.以前在这个本本上装过7.0.可以成功安装并运行xorg+gnome.但是现在老是报错,就连测试配置文件都会死机.不知道是什么原因.我觉得是驱动的问题,但是又不知道怎么下手解决.请大家帮忙看看这个问题.谢谢!

  1. [root@fb ~]# uname -a
  2. FreeBSD fb 6.4-RELEASE-p3 FreeBSD 6.4-RELEASE-p3 #2: Tue Jan 27 21:07:02 CST 2009     root@fb:/usr/obj/usr/src/sys/AmyLeo  i386
  3. [root@fb ~]#
复制代码

[ 本帖最后由 foxleoly 于 2009-2-8 18:51 编辑 ]

论坛徽章:
89
水瓶座
日期:2014-04-01 08:53:31天蝎座
日期:2014-04-01 08:53:53天秤座
日期:2014-04-01 08:54:02射手座
日期:2014-04-01 08:54:15子鼠
日期:2014-04-01 08:55:35辰龙
日期:2014-04-01 08:56:36未羊
日期:2014-04-01 08:56:27戌狗
日期:2014-04-01 08:56:13亥猪
日期:2014-04-01 08:56:02亥猪
日期:2014-04-08 08:38:58程序设计版块每日发帖之星
日期:2016-01-05 06:20:00程序设计版块每日发帖之星
日期:2016-01-07 06:20:00
5 [报告]
发表于 2009-02-08 19:07 |只看该作者
你startx后有什么提示?

不使用配置文件时,直接使用startx有什么效果?

论坛徽章:
0
6 [报告]
发表于 2009-02-08 19:17 |只看该作者
原帖由 fender0107401 于 2009-2-8 07:07 PM 发表
你startx后有什么提示?

不使用配置文件时,直接使用startx有什么效果?

也试过了,也是死机.启动startx时,过了5-6分钟就会死机.
刚才我把机器重启了一下,又仔细看了遍dmesg:
[root@fb ~]# dmesg
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.4-RELEASE-p3 #2: Tue Jan 27 21:07:02 CST 2009
    root@fb:/usr/obj/usr/src/sys/AmyLeo
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Mobile Intel(R) Pentium(R) III CPU - M  1200MHz (1196.02-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6b4  Stepping = 4
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 527892480 (503 MB)
avail memory = 507162624 (483 MB)
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <IBM TP-1K> on motherboard
acpi_ec0: <Embedded Controller: GPE 0x1c, ECDT> port 0x62,0x66 on acpi0
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_perf0: <ACPI CPU Frequency Control> on cpu0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82830M (830M GMCH) SVGA controller> mem 0xe0000000-0xe7ffffff,0xd0000000-0xd007ffff irq 11 at device 2.0 on pci0
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
drmsub0: <Intel i830M GMCH>: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xe0000000 128MB
info: [drm] Initialized i915 1.5.0 20060119

pci0: <display> at device 2.1 (no driver attached)
uhci0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> port 0x1800-0x181f irq 11 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801CA/CAM (ICH3) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> port 0x1820-0x183f irq 11 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801CA/CAM (ICH3) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801CA/CAM (ICH3) USB controller USB-C> port 0x1840-0x185f irq 11 at device 29.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801CA/CAM (ICH3) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci1: <ACPI PCI bus> on pcib1
cbb0: <RF5C476 PCI-CardBus Bridge> mem 0x50000000-0x50000fff irq 11 at device 0.0 on pci1
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb1: <RF5C476 PCI-CardBus Bridge> mem 0x50100000-0x50100fff irq 11 at device 0.1 on pci1
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
pci1: <serial bus, FireWire> at device 0.2 (no driver attached)
fxp0: <Intel 82801CAM (ICH3) Pro/100 VE Ethernet> port 0x7000-0x703f mem 0xd0200000-0xd0200fff irq 11 at device 8.0 on pci1
miibus0: <MII bus> on fxp0
inphy0: <i82562ET 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:09:6b:60:f1:ce
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH3 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1860-0x186f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
pcm0: <Intel ICH3 (82801CA)> port 0x1c00-0x1cff,0x18c0-0x18ff irq 11 at device 31.5 on pci0
pcm0: <Analog Devices AD1981A AC97 Codec>
pci0: <simple comms, generic modem> at device 31.6 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
ppc0: <Standard parallel printer port> port 0x3bc-0x3be irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_ibm0: <IBM ThinkPad ACPI Extras> on acpi0
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcdfff,0xce000-0xcefff,0xcf000-0xcffff,0xdc000-0xdffff,0xe0000-0xeffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2
Timecounter "TSC" frequency 1196021448 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 38154MB <FUJITSU MHT2040AT 0022> at ata0-master UDMA100
pass0 at umass-sim0 bus 0 target 0 lun 0
pass0: <MAD DOG MD-16X3DVD9-8X 1.F3> Removable CD-ROM SCSI-0 device
pass0: 1.000MB/s transfers
Trying to mount root from ufs:/dev/ad0s1a
pid 440 (ldconfig), uid 0: exited on signal 11 (core dumped)
[root@fb ~]#

注意看下红色的部分,为什么是128M呢?830m没有128M啊.

论坛徽章:
89
水瓶座
日期:2014-04-01 08:53:31天蝎座
日期:2014-04-01 08:53:53天秤座
日期:2014-04-01 08:54:02射手座
日期:2014-04-01 08:54:15子鼠
日期:2014-04-01 08:55:35辰龙
日期:2014-04-01 08:56:36未羊
日期:2014-04-01 08:56:27戌狗
日期:2014-04-01 08:56:13亥猪
日期:2014-04-01 08:56:02亥猪
日期:2014-04-08 08:38:58程序设计版块每日发帖之星
日期:2016-01-05 06:20:00程序设计版块每日发帖之星
日期:2016-01-07 06:20:00
7 [报告]
发表于 2009-02-08 19:32 |只看该作者
那你别是用intel了,换i810试试,但是这个需要先删除intel,因为相互冲突。

论坛徽章:
0
8 [报告]
发表于 2009-02-08 19:52 |只看该作者
原帖由 fender0107401 于 2009-2-8 07:32 PM 发表
那你别是用intel了,换i810试试,但是这个需要先删除intel,因为相互冲突。

i810好像已经没有了...被intel替换掉了...郁闷...

论坛徽章:
89
水瓶座
日期:2014-04-01 08:53:31天蝎座
日期:2014-04-01 08:53:53天秤座
日期:2014-04-01 08:54:02射手座
日期:2014-04-01 08:54:15子鼠
日期:2014-04-01 08:55:35辰龙
日期:2014-04-01 08:56:36未羊
日期:2014-04-01 08:56:27戌狗
日期:2014-04-01 08:56:13亥猪
日期:2014-04-01 08:56:02亥猪
日期:2014-04-08 08:38:58程序设计版块每日发帖之星
日期:2016-01-05 06:20:00程序设计版块每日发帖之星
日期:2016-01-07 06:20:00
9 [报告]
发表于 2009-02-08 20:06 |只看该作者
原帖由 foxleoly 于 2009-2-8 19:52 发表

i810好像已经没有了...被intel替换掉了...郁闷...


你确定...

论坛徽章:
0
10 [报告]
发表于 2009-02-08 20:13 |只看该作者
原帖由 fender0107401 于 2009-2-8 08:06 PM 发表


你确定...


我在ports里面Search了一下:

[root@fb /usr/ports]# make search name=i810 | more
Port:   x11-drivers/xf86-video-i810
Moved:  x11-drivers/xf86-video-intel
Date:   2009-01-05
Reason: Replaced by the xf86-video-intel driver

[root@fb /usr/ports]#
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP