LinuxSir.cn,穿越时空的Linuxsir!

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

有谁安装ati的开源驱动:DRI?我装了 却出现了问题

[复制链接]
发表于 2006-8-10 17:34:43 | 显示全部楼层 |阅读模式
dri支持低端的显卡,想我的x24 显卡是m6 ly,ati官方已经放弃对它的支持了,而ubuntu默认的ati驱动老是会引起系统死机,所以想用dri驱动看看
dri project 可以查看:http://dri.freedesktop.org/wiki/

最好是在xorg7.0上安装以下工具包
下载 common-20060403-linux.i386.tar.bz2 & radeon-20060403-linux.i386.tar.bz2
sudo /etc/init.d/gdm stop
成功的安装以上两个包后,重启,并在/etc/modules,加入 radeon,
lsmod |grep radeon,查看确实模块已经加载了
但是
glxinfo|grep "direct",却是
  1. joey@ubuntu:~/Desktop/driconf-0.9.0$ glxinfo |grep "direct"
  2. direct rendering: No
  3. OpenGL renderer string: Mesa GLX Indirect
复制代码

我的xorg。conf如下:
  1. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  7. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #   sudo dpkg-reconfigure -phigh xserver-xorg

  16. Section "Files"
  17.         FontPath        "/usr/share/X11/fonts/misc"
  18.         FontPath        "/usr/share/X11/fonts/cyrillic"
  19.         FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
  20.         FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
  21.         FontPath        "/usr/share/X11/fonts/Type1"
  22.         FontPath        "/usr/share/X11/fonts/100dpi"
  23.         FontPath        "/usr/share/X11/fonts/75dpi"
  24.         # path to defoma fonts
  25.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  26. EndSection

  27. Section "Module"
  28.         Load    "bitmap"
  29.         Load    "ddc"
  30.         Load    "dri"
  31.         Load    "extmod"
  32.         Load    "freetype"
  33.         Load    "glx"
  34.         Load    "int10"
  35.         Load    "type1"
  36.         Load    "vbe"
  37. EndSection

  38. Section "InputDevice"
  39.         Identifier      "Generic Keyboard"
  40.         Driver          "kbd"
  41.         Option          "CoreKeyboard"
  42.         Option          "XkbRules"      "xorg"
  43.         Option          "XkbModel"      "pc104"
  44.         Option          "XkbLayout"     "us"
  45. EndSection

  46. Section "InputDevice"
  47.         Identifier      "Configured Mouse"
  48.         Driver          "mouse"
  49.         Option          "CorePointer"
  50.         Option          "Device"                "/dev/input/mice"
  51.         Option          "Protocol"              "ExplorerPS/2"
  52.         Option          "ZAxisMapping"          "4 5"
  53.         Option          "Emulate3Buttons"       "true"
  54. EndSection

  55. Section "InputDevice"
  56.         Identifier      "Synaptics Touchpad"
  57.         Driver          "synaptics"
  58.         Option          "SendCoreEvents"        "true"
  59.         Option          "Device"                "/dev/psaux"
  60.         Option          "Protocol"              "auto-dev"
  61.         Option          "HorizScrollDelta"      "0"
  62. EndSection

  63. Section "InputDevice"
  64.   Driver        "wacom"
  65.   Identifier    "stylus"
  66.   Option        "Device"        "/dev/wacom"          # Change to
  67.                                                       # /dev/input/event
  68.                                                       # for USB
  69.   Option        "Type"          "stylus"
  70.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  71. EndSection

  72. Section "InputDevice"
  73.   Driver        "wacom"
  74.   Identifier    "eraser"
  75.   Option        "Device"        "/dev/wacom"          # Change to
  76.                                                       # /dev/input/event
  77.                                                       # for USB
  78.   Option        "Type"          "eraser"
  79.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  80. EndSection

  81. Section "InputDevice"
  82.   Driver        "wacom"
  83.   Identifier    "cursor"
  84.   Option        "Device"        "/dev/wacom"          # Change to
  85.                                                       # /dev/input/event
  86.                                                       # for USB
  87.   Option        "Type"          "cursor"
  88.   Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
  89. EndSection

  90. Section "Device"
  91.         Identifier      "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
  92.         Driver          "ati"
  93.         BusID           "PCI:1:0:0"
  94.         VideoRam        8192
  95.         Option          "UseFBDev"              "true"
  96. EndSection

  97. Section "Monitor"
  98.         Identifier      "Generic Monitor"
  99.         Option          "DPMS"
  100.         HorizSync       28-51
  101.         VertRefresh     43-60
  102. EndSection

  103. Section "Screen"
  104.         Identifier      "Default Screen"
  105.         Device          "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
  106.         Monitor         "Generic Monitor"
  107.         DefaultDepth    24
  108.         SubSection "Display"
  109.                 Depth           1
  110.                 Modes           "1024x768" "800x600" "640x480"
  111.         EndSubSection
  112.         SubSection "Display"
  113.                 Depth           4
  114.                 Modes           "1024x768" "800x600" "640x480"
  115.         EndSubSection
  116.         SubSection "Display"
  117.                 Depth           8
  118.                 Modes           "1024x768" "800x600" "640x480"
  119.         EndSubSection
  120.         SubSection "Display"
  121.                 Depth           15
  122.                 Modes           "1024x768" "800x600" "640x480"
  123.         EndSubSection
  124.         SubSection "Display"
  125.                 Depth           16
  126.                 Modes           "1024x768" "800x600" "640x480"
  127.         EndSubSection
  128.         SubSection "Display"
  129.                 Depth           24
  130.                 Modes           "1024x768" "800x600" "640x480"
  131.         EndSubSection
  132. EndSection

  133. Section "ServerLayout"
  134.         Identifier      "Default Layout"
  135.         Screen          "Default Screen"
  136.         InputDevice     "Generic Keyboard"
  137.         InputDevice     "Configured Mouse"
  138.         InputDevice     "stylus" "SendCoreEvents"
  139.         InputDevice     "cursor" "SendCoreEvents"
  140.         InputDevice     "eraser" "SendCoreEvents"
  141.         InputDevice     "Synaptics Touchpad"
  142. EndSection

  143. Section "DRI"
  144.         Mode    0666
  145. EndSection
复制代码
发表于 2006-8-10 18:14:55 | 显示全部楼层
看看dmesg 和/var/log/Xorg.0.log
回复 支持 反对

使用道具 举报

发表于 2006-8-10 18:56:20 | 显示全部楼层
你先按这篇文章装上新的 dri:http://dri.freedesktop.org/wiki/Building 然后在装驱动试试
我只在 gentoo 中跟着这篇文章装了 ati 的开源驱动:http://zh.gentoo-wiki.com/HOWTO_ATI_Open-Source_Drivers
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-11 07:52:32 | 显示全部楼层
dmesg
  1. [17179569.184000] Linux version 2.6.15-26-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006
  2. [17179569.184000] BIOS-provided physical RAM map:
  3. [17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
  4. [17179569.184000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
  5. [17179569.184000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
  6. [17179569.184000]  BIOS-e820: 0000000000100000 - 0000000017f70000 (usable)
  7. [17179569.184000]  BIOS-e820: 0000000017f70000 - 0000000017f7e000 (ACPI data)
  8. [17179569.184000]  BIOS-e820: 0000000017f7e000 - 0000000017f80000 (ACPI NVS)
  9. [17179569.184000]  BIOS-e820: 0000000017f80000 - 0000000018000000 (reserved)
  10. [17179569.184000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
  11. [17179569.184000] 0MB HIGHMEM available.
  12. [17179569.184000] 383MB LOWMEM available.
  13. [17179569.184000] On node 0 totalpages: 98160
  14. [17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
  15. [17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
  16. [17179569.184000]   Normal zone: 94064 pages, LIFO batch:31
  17. [17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
  18. [17179569.184000] DMI present.
  19. [17179569.184000] ACPI: RSDP (v002 IBM                                   ) @ 0x000f73b0
  20. [17179569.184000] ACPI: XSDT (v001 IBM    TP-1D    0x00001320  LTP 0x00000000) @ 0x17f745ab
  21. [17179569.184000] ACPI: FADT (v001 IBM    TP-1D    0x00001320 IBM  0x00000001) @ 0x17f745ef
  22. [17179569.184000] ACPI: SSDT (v001 IBM    TP-1D    0x00001320 MSFT 0x0100000d) @ 0x17f746a3
  23. [17179569.184000] ACPI: ECDT (v001 IBM    TP-1D    0x00001320 IBM  0x00000001) @ 0x17f7df86
  24. [17179569.184000] ACPI: BOOT (v001 IBM    TP-1D    0x00001320  LTP 0x00000001) @ 0x17f7dfd8
  25. [17179569.184000] ACPI: DSDT (v001 IBM    TP-1D    0x00001320 MSFT 0x0100000d) @ 0x00000000
  26. [17179569.184000] ACPI: PM-Timer IO Port: 0x1008
  27. [17179569.184000] Allocating PCI resources starting at 20000000 (gap: 18000000:e7800000)
  28. [17179569.184000] Built 1 zonelists
  29. [17179569.184000] Kernel command line: root=/dev/hda8 vga=792
  30. [17179569.184000] Local APIC disabled by BIOS (or by default) -- you can enable it with "lapic"
  31. [17179569.184000] mapped APIC to ffffd000 (01301000)
  32. [17179569.184000] Initializing CPU#0
  33. [17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
  34. [17179569.184000] Detected 1129.747 MHz processor.
  35. [17179569.184000] Using pmtmr for high-res timesource
  36. [17179569.184000] Console: colour dummy device 80x25
  37. [17179572.500000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  38. [17179572.500000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  39. [17179572.520000] Memory: 378676k/392640k available (1976k kernel code, 13384k reserved, 606k data, 288k init, 0k highmem)
  40. [17179572.520000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
  41. [17179572.600000] Calibrating delay using timer specific routine.. 2261.13 BogoMIPS (lpj=4522276)
  42. [17179572.600000] Security Framework v1.0.0 initialized
  43. [17179572.600000] SELinux:  Disabled at boot.
  44. [17179572.600000] Mount-cache hash table entries: 512
  45. [17179572.600000] CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
  46. [17179572.600000] CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000
  47. [17179572.600000] CPU: L1 I cache: 16K, L1 D cache: 16K
  48. [17179572.600000] CPU: L2 cache: 512K
  49. [17179572.600000] CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000
  50. [17179572.600000] mtrr: v2.0 (20020519)
  51. [17179572.600000] CPU: Intel(R) Pentium(R) III Mobile CPU      1133MHz stepping 01
  52. [17179572.600000] Enabling fast FPU save and restore... done.
  53. [17179572.600000] Enabling unmasked SIMD FPU exception support... done.
  54. [17179572.600000] Checking 'hlt' instruction... OK.
  55. [17179572.616000] checking if image is initramfs... it is
  56. [17179573.908000] Freeing initrd memory: 6605k freed
  57. [17179573.924000] ACPI: Looking for DSDT ... not found!
  58. [17179573.932000] ACPI: setting ELCR to 0200 (from 0800)
  59. [17179573.952000] NET: Registered protocol family 16
  60. [17179573.952000] EISA bus registered
  61. [17179573.952000] ACPI: bus type pci registered
  62. [17179573.952000] PCI: PCI BIOS revision 2.10 entry at 0xfd8fe, last bus=8
  63. [17179573.952000] PCI: Using configuration type 1
  64. [17179573.952000] ACPI: Subsystem revision 20051216
  65. [17179573.956000] ACPI: Found ECDT
  66. [17179573.976000] ACPI: Interpreter enabled
  67. [17179573.976000] ACPI: Using PIC for interrupt routing
  68. [17179573.976000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 9 10 *11)
  69. [17179573.976000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 9 10 *11)
  70. [17179573.980000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 9 10 *11)
  71. [17179573.980000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 9 10 *11)
  72. [17179573.980000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 9 10 *11)
  73. [17179573.984000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 9 10 11) *0, disabled.
  74. [17179573.984000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 9 10 11) *0, disabled.
  75. [17179573.984000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 9 10 11) *0, disabled.
  76. [17179573.988000] ACPI: PCI Root Bridge [PCI0] (0000:00)
  77. [17179573.988000] PCI: Probing PCI hardware (bus 00)
  78. [17179573.992000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
  79. [17179573.992000] PCI quirk: region 1180-11bf claimed by ICH4 GPIO
  80. [17179573.992000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
  81. [17179573.992000] Boot video device is 0000:01:00.0
  82. [17179573.992000] PCI: Transparent bridge - 0000:00:1e.0
  83. [17179573.996000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
  84. [17179574.004000] ACPI: Embedded Controller [EC] (gpe 28) interrupt mode.
  85. [17179574.008000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
  86. [17179574.008000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
  87. [17179574.012000] Linux Plug and Play Support v0.97 (c) Adam Belay
  88. [17179574.012000] pnp: PnP ACPI init
  89. [17179574.020000] pnp: PnP ACPI: found 13 devices
  90. [17179574.020000] PnPBIOS: Disabled by ACPI PNP
  91. [17179574.020000] PCI: Using ACPI for IRQ routing
  92. [17179574.020000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
  93. [17179574.032000] PCI: Bridge: 0000:00:01.0
  94. [17179574.032000]   IO window: 2000-2fff
  95. [17179574.032000]   MEM window: c0100000-c01fffff
  96. [17179574.032000]   PREFETCH window: e0000000-e7ffffff
  97. [17179574.032000] PCI: Bus 3, cardbus bridge: 0000:02:03.0
  98. [17179574.032000]   IO window: 00003000-000030ff
  99. [17179574.032000]   IO window: 00003400-000034ff
  100. [17179574.032000]   PREFETCH window: e8000000-e9ffffff
  101. [17179574.032000]   MEM window: c2000000-c3ffffff
  102. [17179574.032000] PCI: Bus 7, cardbus bridge: 0000:02:03.1
  103. [17179574.032000]   IO window: 00003800-000038ff
  104. [17179574.032000]   IO window: 00003c00-00003cff
  105. [17179574.032000]   PREFETCH window: ea000000-ebffffff
  106. [17179574.032000]   MEM window: c4000000-c5ffffff
  107. [17179574.032000] PCI: Bridge: 0000:00:1e.0
  108. [17179574.032000]   IO window: 3000-7fff
  109. [17179574.032000]   MEM window: c0200000-cfffffff
  110. [17179574.032000]   PREFETCH window: e8000000-efffffff
  111. [17179574.032000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
  112. [17179574.032000] **** SET: Misaligned resource pointer: d7ed81e2 Type 07 Len 0
  113. [17179574.032000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
  114. [17179574.032000] PCI: setting IRQ 11 as level-triggered
  115. [17179574.032000] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
  116. [17179574.032000] **** SET: Misaligned resource pointer: d7ed81e2 Type 07 Len 0
  117. [17179574.032000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
  118. [17179574.032000] ACPI: PCI Interrupt 0000:02:03.1[b] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
  119. [17179574.032000] Simple Boot Flag at 0x35 set to 0x1
  120. [17179574.036000] audit: initializing netlink socket (disabled)
  121. [17179574.036000] audit(1155280252.036:1): initialized
  122. [17179574.036000] VFS: Disk quotas dquot_6.5.1
  123. [17179574.036000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  124. [17179574.036000] Initializing Cryptographic API
  125. [17179574.036000] io scheduler noop registered
  126. [17179574.036000] io scheduler anticipatory registered
  127. [17179574.036000] io scheduler deadline registered
  128. [17179574.036000] io scheduler cfq registered
  129. [17179574.036000] isapnp: Scanning for PnP cards...
  130. [17179574.580000] isapnp: No Plug & Play device found
  131. [17179574.616000] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
  132. [17179574.616000] serio: i8042 AUX port at 0x60,0x64 irq 12
  133. [17179574.616000] serio: i8042 KBD port at 0x60,0x64 irq 1
  134. [17179574.616000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
  135. [17179574.624000] **** SET: Misaligned resource pointer: d6b5fca2 Type 00 Len 42
  136. [17179574.624000] pnp: Device 00:09 activated.
  137. [17179574.624000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
  138. [17179574.624000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
  139. [17179574.624000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
  140. [17179574.624000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
  141. [17179574.628000] mice: PS/2 mouse device common for all mice
  142. [17179574.628000] EISA: Probing bus 0 at eisa.0
  143. [17179574.628000] Cannot allocate resource for EISA slot 1
  144. [17179574.628000] Cannot allocate resource for EISA slot 2
  145. [17179574.628000] Cannot allocate resource for EISA slot 3
  146. [17179574.628000] Cannot allocate resource for EISA slot 4
  147. [17179574.628000] Cannot allocate resource for EISA slot 5
  148. [17179574.628000] Cannot allocate resource for EISA slot 6
  149. [17179574.628000] Cannot allocate resource for EISA slot 7
  150. [17179574.628000] EISA: Detected 0 cards.
  151. [17179574.628000] NET: Registered protocol family 2
  152. [17179574.636000] input: AT Translated Set 2 keyboard as /class/input/input0
  153. [17179574.668000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
  154. [17179574.668000] TCP established hash table entries: 16384 (order: 4, 65536 bytes)
  155. [17179574.668000] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
  156. [17179574.668000] TCP: Hash tables configured (established 16384 bind 16384)
  157. [17179574.668000] TCP reno registered
  158. [17179574.668000] TCP bic registered
  159. [17179574.668000] NET: Registered protocol family 1
  160. [17179574.668000] NET: Registered protocol family 8
  161. [17179574.668000] NET: Registered protocol family 20
  162. [17179574.668000] Using IPI Shortcut mode
  163. [17179574.668000] ACPI wakeup devices:
  164. [17179574.668000]  LID SLPB PCI0 UART PCI1 USB0 USB1 USB2 AC97
  165. [17179574.668000] ACPI: (supports S0 S3 S4 S5)
  166. [17179574.668000] Freeing unused kernel memory: 288k freed
  167. [17179574.768000] vesafb: framebuffer at 0xe0000000, mapped to 0xd8880000, using 4608k, total 8192k
  168. [17179574.768000] vesafb: mode is 1024x768x24, linelength=3072, pages=2
  169. [17179574.768000] vesafb: protected mode interface info at c000:5037
  170. [17179574.768000] vesafb: scrolling: redraw
  171. [17179574.768000] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
  172. [17179574.768000] vesafb: Mode is VGA compatible
  173. [17179574.844000] Console: switching to colour frame buffer device 128x48
  174. [17179574.844000] fb0: VESA VGA frame buffer device
  175. [17179574.864000] Capability LSM initialized
  176. [17179574.936000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
  177. [17179574.936000] ACPI: Processor [CPU] (supports 8 throttling states)
  178. [17179574.944000] ACPI: Thermal Zone [THM0] (34 C)
  179. [17179575.660000] ICH3M: IDE controller at PCI slot 0000:00:1f.1
  180. [17179575.660000] PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
  181. [17179575.660000] **** SET: Misaligned resource pointer: d6ba2ee2 Type 07 Len 0
  182. [17179575.660000] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
  183. [17179575.660000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
  184. [17179575.664000] ICH3M: chipset revision 2
  185. [17179575.664000] ICH3M: not 100% native mode: will probe irqs later
  186. [17179575.664000]     ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
  187. [17179575.664000]     ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
  188. [17179575.664000] Probing IDE interface ide0...
  189. [17179575.960000] hda: HTS541040G9AT00, ATA DISK drive
  190. [17179576.632000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
  191. [17179576.648000] Probing IDE interface ide1...
  192. [17179577.232000] hda: max request size: 1024KiB
  193. [17179577.248000] hda: 78140160 sectors (40007 MB) w/7539KiB Cache, CHS=16383/255/63, UDMA(100)
  194. [17179577.264000] hda: cache flushes supported
  195. [17179577.280000]  hda: hda1 hda2 < hda5 hda6 hda7 hda8 > hda3
  196. [17179577.964000] usbcore: registered new driver usbfs
  197. [17179577.980000] usbcore: registered new driver hub
  198. [17179577.996000] USB Universal Host Controller Interface driver v2.3
  199. [17179578.012000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
  200. [17179578.028000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
  201. [17179578.028000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
  202. [17179578.044000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
  203. [17179578.060000] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
  204. [17179578.076000] hub 1-0:1.0: USB hub found
  205. [17179578.092000] hub 1-0:1.0: 2 ports detected
  206. [17179578.212000] **** SET: Misaligned resource pointer: d6ba23e2 Type 07 Len 0
  207. [17179578.228000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
  208. [17179578.244000] ACPI: PCI Interrupt 0000:00:1d.1[b] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
  209. [17179578.260000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
  210. [17179578.260000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
  211. [17179578.276000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
  212. [17179578.292000] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
  213. [17179578.312000] hub 2-0:1.0: USB hub found
  214. [17179578.328000] hub 2-0:1.0: 2 ports detected
  215. [17179578.396000] ieee1394: Initialized config rom entry `ip1394'
  216. [17179578.444000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
  217. [17179578.460000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
  218. [17179578.460000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
  219. [17179578.476000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
  220. [17179578.492000] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
  221. [17179578.508000] hub 3-0:1.0: USB hub found
  222. [17179578.524000] hub 3-0:1.0: 2 ports detected
  223. [17179578.644000] ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org>
  224. [17179578.660000] ACPI: PCI Interrupt 0000:02:03.2[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
  225. [17179578.684000] usb 2-1: new low speed USB device using uhci_hcd and address 2
  226. [17179578.776000] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11]  MMIO=[c0201000-c02017ff]  Max Packet=[2048]
  227. [17179578.944000] usbcore: registered new driver hiddev
  228. [17179578.976000] input: USB Optical Mouse as /class/input/input1
  229. [17179578.992000] input: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.1-1
  230. [17179579.012000] usbcore: registered new driver usbhid
  231. [17179579.028000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
  232. [17179579.064000] Probing IDE interface ide1...
  233. [17179579.900000] Attempting manual resume
  234. [17179579.996000] ReiserFS: hda8: found reiserfs format "3.6" with standard journal
  235. [17179580.080000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00061b002002f744]
  236. [17179580.436000] ReiserFS: hda8: using ordered data mode
  237. [17179580.468000] ReiserFS: hda8: journal params: device hda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
  238. [17179580.504000] ReiserFS: hda8: checking transaction log (hda8)
  239. [17179580.560000] ReiserFS: hda8: Using r5 hash to sort names
  240. [17179586.688000] ts: Compaq touchscreen protocol output
  241. [17179587.844000] Linux agpgart interface v0.101 (c) Dave Jones
  242. [17179587.868000] agpgart: Detected an Intel 830M Chipset.
  243. [17179587.900000] agpgart: AGP aperture is 256M @ 0xd0000000
  244. [17179588.012000] hw_random hardware driver 1.0.0 loaded
  245. [17179588.684000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  246. [17179588.748000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  247. [17179589.324000] input: PC Speaker as /class/input/input2
  248. [17179589.428000] Floppy drive(s): fd0 is 1.44M
  249. [17179589.472000] parport: PnPBIOS parport detected.
  250. [17179589.488000] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
  251. [17179589.508000] FDC 0 is a National Semiconductor PC87306
  252. [17179589.744000] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
  253. [17179589.760000] e100: Copyright(c) 1999-2005 Intel Corporation
  254. [17179589.828000] **** SET: Misaligned resource pointer: d46c49a2 Type 07 Len 0
  255. [17179589.848000] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
  256. [17179589.868000] ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
  257. [17179589.928000] e100: eth0: e100_probe: addr 0xc0200000, irq 11, MAC addr 00:D0:59:CB:DB:B3
  258. [17179589.968000] IBM TrackPoint firmware: 0x0e, buttons: 3/3
  259. [17179590.000000] input: TPPS/2 IBM TrackPoint as /class/input/input3
  260. [17179590.144000] PCI: Enabling device 0000:00:1f.5 (0000 -> 0001)
  261. [17179590.160000] ACPI: PCI Interrupt 0000:00:1f.5[b] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
  262. [17179590.176000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
  263. [17179590.592000] irda_init()
  264. [17179590.592000] NET: Registered protocol family 23
  265. [17179590.644000] **** SET: Misaligned resource pointer: d5973e42 Type 00 Len 42
  266. [17179590.660000] **** SET: Misaligned resource pointer: d5973ec6 Type 07 Len 0
  267. [17179590.680000] pnp: Device 00:0b activated.
  268. [17179590.696000] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 1.
  269. [17179590.696000] nsc-ircc, chip->init
  270. [17179590.712000] nsc-ircc, Found chip at base=0x02e
  271. [17179590.728000] nsc-ircc, driver loaded (Dag Brattli)
  272. [17179590.744000] IrDA: Registered device irda0
  273. [17179590.760000] nsc-ircc, Found dongle: HP HSDL-1100/HSDL-2100
  274. [17179590.948000] Real Time Clock Driver v1.12
  275. [17179591.032000] intel8x0_measure_ac97_clock: measured 55997 usecs
  276. [17179591.044000] intel8x0: clocking to 48000
  277. [17179591.064000] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
  278. [17179591.080000] Yenta: CardBus bridge found at 0000:02:03.0 [1014:0184]
  279. [17179591.240000] Yenta: ISA IRQ mask 0x0430, PCI irq 11
  280. [17179591.256000] Socket status: 30000006
  281. [17179591.272000] pcmcia: parent PCI bridge I/O window: 0x3000 - 0x7fff
  282. [17179591.284000] cs: IO port probe 0x3000-0x7fff: clean.
  283. [17179591.304000] pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xcfffffff
  284. [17179591.320000] pcmcia: parent PCI bridge Memory window: 0xe8000000 - 0xefffffff
  285. [17179591.336000] ACPI: PCI Interrupt 0000:02:03.1[b] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
  286. [17179591.352000] Yenta: CardBus bridge found at 0000:02:03.1 [1014:0184]
  287. [17179591.500000] Yenta: ISA IRQ mask 0x0430, PCI irq 11
  288. [17179591.516000] Socket status: 30000006
  289. [17179591.532000] Yenta: Raising subordinate bus# of parent bus (#02) from #08 to #0a
  290. [17179591.548000] pcmcia: parent PCI bridge I/O window: 0x3000 - 0x7fff
  291. [17179591.564000] cs: IO port probe 0x3000-0x7fff: clean.
  292. [17179591.584000] pcmcia: parent PCI bridge Memory window: 0xc0200000 - 0xcfffffff
  293. [17179591.604000] pcmcia: parent PCI bridge Memory window: 0xe8000000 - 0xefffffff
  294. [17179591.972000] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
  295. [17179592.596000] cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x370-0x377
  296. [17179592.612000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
  297. [17179592.632000] cs: IO port probe 0x820-0x8ff: clean.
  298. [17179592.648000] cs: IO port probe 0xc00-0xcf7: clean.
  299. [17179592.664000] cs: IO port probe 0xa00-0xaff: clean.
  300. [17179592.680000] cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x370-0x377
  301. [17179592.700000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
  302. [17179592.716000] cs: IO port probe 0x820-0x8ff: clean.
  303. [17179592.732000] cs: IO port probe 0xc00-0xcf7: clean.
  304. [17179592.748000] cs: IO port probe 0xa00-0xaff: clean.
  305. [17179593.140000] lp0: using parport0 (interrupt-driven).
  306. [17179593.232000] SCSI subsystem initialized
  307. [17179593.264000] sbp2: $Rev: 1306 $ Ben Collins <bcollins@debian.org>
  308. [17179593.280000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
  309. [17179593.292000] ieee1394: sbp2: Try serialize_io=0 for better performance
  310. [17179593.388000] [drm] Initialized drm 1.0.1 20051102
  311. [17179593.440000] PCI: Unable to reserve mem region #1:8000000@e0000000 for device 0000:01:00.0
  312. [17179593.452000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
  313. [17179593.472000] [drm] Initialized radeon 1.24.0 20060225 on minor 0:
  314. [17179593.488000] [drm] Used old pci detect: framebuffer loaded
  315. [17179593.692000] Adding 626524k swap on /dev/hda3.  Priority:-1 extents:1 across:626524k
  316. [17179595.136000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
  317. [17179598.996000] ReiserFS: hda7: found reiserfs format "3.6" with standard journal
  318. [17179599.384000] ReiserFS: hda7: using ordered data mode
  319. [17179599.412000] ReiserFS: hda7: journal params: device hda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
  320. [17179599.448000] ReiserFS: hda7: checking transaction log (hda7)
  321. [17179599.500000] ReiserFS: hda7: Using r5 hash to sort names
  322. [17179599.836000] NET: Registered protocol family 10
  323. [17179599.856000] lo: Disabled Privacy Extensions
  324. [17179599.872000] IPv6 over IPv4 tunneling driver
  325. [17179602.244000] ACPI: AC Adapter [AC] (on-line)
  326. [17179602.356000] pcc_acpi: loading...
  327. [17179602.384000] ACPI: Power Button (FF) [PWRF]
  328. [17179602.384000] ACPI: Lid Switch [LID]
  329. [17179602.384000] ACPI: Sleep Button (CM) [SLPB]
  330. [17179602.504000] ibm_acpi: IBM ThinkPad ACPI Extras v0.12a
  331. [17179602.504000] ibm_acpi: http://ibm-acpi.sf.net/
  332. [17179602.504000] ibm_acpi: dock device not present
  333. [17179602.504000] ibm_acpi: bay device not present
  334. [17179602.532000] ACPI: Battery Slot [BAT0] (battery absent)
  335. [17179602.588000] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
  336. [17179610.048000] eth0: no IPv6 routers present

复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-11 08:00:52 | 显示全部楼层
xorg日志请看附件

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-8-11 08:56:48 | 显示全部楼层
按照 http://dri.freedesktop.org/wiki/Building
第一步就出错了
1.1.1. Getting DRM

The clean DRM source tree takes about 4MB of disk space.

git clone git://anongit.freedesktop.org/git/mesa/drm




  1. joey@ubuntu:~$ sudo git clone git://anongit.freedesktop.org/git/mesa/drm
  2. Password:

  3. git, the filemanager with GNU Interactive Tools, is now called gitfm.

  4. If you are looking for git, Linus Torvald's content tracker, install
  5. the cogito and git-core packages and see README.Debian and git(7).

  6. This transition script will be removed in the debian stable
  7. release after etch.

  8. If you wish to complete the transition early, install git-core
  9. and use (as root):
  10. update-alternatives --config git

  11. Press RETURN to run gitfm


  12. GNU Interactive Tools 4.3.20 (i686-pc-linux-gnu), 04:52:35 Dec  9 2005
  13. GIT is free software; you can redistribute it and/or modify it under the
  14. terms of the GNU General Public License as published by the Free Software
  15. Foundation; either version 2, or (at your option) any later version.
  16. Copyright (C) 1993-1999 Free Software Foundation, Inc.
  17. Written by Tudor Hulubei and Andrei Pitis, Bucharest, Romania

  18. /usr/bin/gitfm: fatal error: `chdir' failed: permission denied.
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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