LinuxSir.cn,穿越时空的Linuxsir!

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

gentoo 系统更新的问题

[复制链接]
发表于 2008-2-28 17:38:00 | 显示全部楼层 |阅读模式
从 X86 --> ~x86
执行 emerge --sync
再 emerge -vauD --newuse world
出现了有3个包被block
  1. [blocks B     ] sys-apps/mktemp (is blocking sys-apps/coreutils-6.10-r1)
  2. [blocks B     ] >=sys-apps/coreutils-6.10 (is blocking sys-apps/mktemp-1.5)
  3. [blocks B     ] <=x11-libs/wxGTK-2.6.4.0-r2 (is blocking app-admin/eselect-wxwidgets-0.8)
复制代码
发表于 2008-2-28 18:07:28 | 显示全部楼层
将其中一个删了,升级完后再重装
回复 支持 反对

使用道具 举报

发表于 2008-2-28 18:08:13 | 显示全部楼层
lz先emerge -C coreutils wxGTK 删掉这俩个包,然后再更新world,看能不能解决。删掉包之后不管遇到什么问题先不要重启,好像没有coreutils系统会挂,如果更新完新版本的coreutils后才可以重启,(遇到类似这种的包比如pam升级出问题等也要注意)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-28 19:40:59 | 显示全部楼层
我把 mktemp  和 wxGTK 删除了,
不知道,没有mktemp 包,系统重启后会不会挂
回复 支持 反对

使用道具 举报

发表于 2008-2-28 20:59:12 | 显示全部楼层
新coreutils里有mktemp,后者已经不需要了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-2 13:44:18 | 显示全部楼层
终于更新的差不多了,
emerge --depclean
revdep-rebuild 后,还有gimp kdelibs 需要重新编译,但是我还没开始继续下去,电脑要重起一下了,重起后却发现 X 不能启动了
错误如下:

  1. This is a pre-release version of the X server from The X.Org Foundation.
  2. It is not supported in any way.
  3. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
  4. Select the "xorg" product for bugs you find in this release.
  5. Before reporting bugs in pre-release versions please check the
  6. latest version in the X.Org Foundation git repository.
  7. See http://wiki.x.org/wiki/GitPage for git access instructions.

  8. X.Org X Server 1.4.0.90
  9. Release Date: 5 September 2007
  10. X Protocol Version 11, Revision 0
  11. Build Operating System: Linux 2.6.23-gentoo-r3 i686
  12. Current Operating System: Linux localhost 2.6.23-gentoo-r3 #1 Mon Jan 21 19:16:11 CST 2008 i686
  13. Build Date: 02 March 2008  12:52:27AM

  14.         Before reporting problems, check http://wiki.x.org
  15.         to make sure that you have the latest version.
  16. Module Loader present
  17. Markers: (--) probed, (**) from config file, (==) default setting,
  18.         (++) from command line, (!!) notice, (II) informational,
  19.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  20. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar  2 13:14:44 2008
  21. (==) Using config file: "/etc/X11/xorg.conf"
  22. (==) ServerLayout "X.org Configured"
  23. (**) |-->Screen "Screen0" (0)
  24. (**) |   |-->Monitor "Monitor0"
  25. (**) |   |-->Device "Card0"
  26. (**) |-->Input Device "Mouse0"
  27. (**) |-->Input Device "Keyboard0"
  28. (==) Automatically adding devices
  29. (==) Automatically enabling devices
  30. (WW) The directory "/usr/share/fonts/TTF/" does not exist.
  31.         Entry deleted from font path.
  32. (WW) The directory "/usr/share/fonts/OTF" does not exist.
  33.         Entry deleted from font path.
  34. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/myfonts/vista/".
  35.         Entry deleted from font path.
  36.         (Run 'mkfontdir' on "/usr/share/fonts/myfonts/vista/").
  37. (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/.
  38. (**) FontPath set to:
  39.         /usr/share/fonts/misc/,
  40.         /usr/share/fonts/Type1/,
  41.         /usr/share/fonts/100dpi/,
  42.         /usr/share/fonts/75dpi/,
  43.         /usr/share/fonts/misc/,
  44.         /usr/share/fonts/TTF/,
  45.         /usr/share/fonts/OTF,
  46.         /usr/share/fonts/Type1/,
  47.         /usr/share/fonts/100dpi/,
  48.         /usr/share/fonts/75dpi/
  49. (==) RgbPath set to "/usr/share/X11/rgb"
  50. (==) ModulePath set to "/usr/lib/xorg/modules"
  51. (II) Open ACPI successful (/var/run/acpid.socket)
  52. (II) Loader magic: 0x81db660
  53. (II) Module ABI versions:
  54.         X.Org ANSI C Emulation: 0.3
  55.         X.Org Video Driver: 2.0
  56.         X.Org XInput driver : 2.0
  57.         X.Org Server Extension : 0.3
  58.         X.Org Font Renderer : 0.5
  59. (II) Loader running on linux
  60. (II) LoadModule: "pcidata"
  61. (II) Loading /usr/lib/xorg/modules//libpcidata.so
  62. (II) Module pcidata: vendor="X.Org Foundation"
  63.         compiled for 1.4.0.90, module version = 1.0.0
  64.         ABI class: X.Org Video Driver, version 2.0
  65. (--) using VT number 7

  66. (II) PCI: PCI scan (all values are in hex)
  67. (II) PCI: 00:00:0: chip 8086,3575 card 1014,021d rev 04 class 06,00,00 hdr 00
  68. (II) PCI: 00:01:0: chip 8086,3576 card 0000,0000 rev 04 class 06,04,00 hdr 01
  69. (II) PCI: 00:1d:0: chip 8086,2482 card 1014,0220 rev 02 class 0c,03,00 hdr 80
  70. (II) PCI: 00:1d:1: chip 8086,2484 card 1014,0220 rev 02 class 0c,03,00 hdr 00
  71. (II) PCI: 00:1d:2: chip 8086,2487 card 1014,0220 rev 02 class 0c,03,00 hdr 00
  72. (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
  73. (II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
  74. (II) PCI: 00:1f:1: chip 8086,248a card 1014,0220 rev 02 class 01,01,8a hdr 00
  75. (II) PCI: 00:1f:3: chip 8086,2483 card 1014,0220 rev 02 class 0c,05,00 hdr 00
  76. (II) PCI: 00:1f:5: chip 8086,2485 card 1014,0222 rev 02 class 04,01,00 hdr 00
  77. (II) PCI: 01:00:0: chip 1002,4c59 card 1014,0239 rev 00 class 03,00,00 hdr 00
  78. (II) PCI: 02:03:0: chip 1180,0476 card 3000,0000 rev a8 class 06,07,00 hdr 82
  79. (II) PCI: 02:03:1: chip 1180,0476 card 3800,0000 rev a8 class 06,07,00 hdr 82
  80. (II) PCI: 02:03:2: chip 1180,0552 card 1014,01cf rev 00 class 0c,00,10 hdr 80
  81. (II) PCI: 02:08:0: chip 8086,1031 card 1014,0209 rev 42 class 02,00,00 hdr 00
  82. (II) PCI: 03:00:0: chip 1033,0035 card 1033,1735 rev 43 class 0c,03,10 hdr 80
  83. (II) PCI: 03:00:1: chip 1033,0035 card 1033,1033 rev 43 class 0c,03,10 hdr 00
  84. (II) PCI: 03:00:2: chip 1033,00e0 card 1735,00e0 rev 04 class 0c,03,20 hdr 00
  85. (II) PCI: End of PCI scan
  86. (II) Intel Bridge workaround enabled
  87. (II) Host-to-PCI bridge:
  88. (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
  89. (II) Bus 0 I/O range:
  90.         [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  91. (II) Bus 0 non-prefetchable memory range:
  92.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  93. (II) Bus 0 prefetchable memory range:
  94.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  95. (II) PCI-to-PCI bridge:
  96. (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
  97. (II) Bus 1 I/O range:
  98.         [0] -1        0        0x00002000 - 0x000020ff (0x100) IX[b]
  99.         [1] -1        0        0x00002400 - 0x000024ff (0x100) IX[b]
  100.         [2] -1        0        0x00002800 - 0x000028ff (0x100) IX[b]
  101.         [3] -1        0        0x00002c00 - 0x00002cff (0x100) IX[b]
  102. (II) Bus 1 non-prefetchable memory range:
  103.         [0] -1        0        0xc0100000 - 0xc01fffff (0x100000) MX[b]
  104. (II) Bus 1 prefetchable memory range:
  105.         [0] -1        0        0xe0000000 - 0xe7ffffff (0x8000000) MX[b]
  106. (II) Subtractive PCI-to-PCI bridge:
  107. (II) Bus 2: bridge is at (0:30:0), (0,2,8), BCTRL: 0x0004 (VGA_EN is cleared)
  108. (II) Bus 2 I/O range:
  109.         [0] -1        0        0x00003000 - 0x000030ff (0x100) IX[b]
  110.         [1] -1        0        0x00003400 - 0x000034ff (0x100) IX[b]
  111.         [2] -1        0        0x00003800 - 0x000038ff (0x100) IX[b]
  112.         [3] -1        0        0x00003c00 - 0x00003cff (0x100) IX[b]
  113.         [4] -1        0        0x00004000 - 0x000040ff (0x100) IX[b]
  114.         [5] -1        0        0x00004400 - 0x000044ff (0x100) IX[b]
  115.         [6] -1        0        0x00004800 - 0x000048ff (0x100) IX[b]
  116.         [7] -1        0        0x00004c00 - 0x00004cff (0x100) IX[b]
  117.         [8] -1        0        0x00005000 - 0x000050ff (0x100) IX[b]
  118.         [9] -1        0        0x00005400 - 0x000054ff (0x100) IX[b]
  119.         [10] -1        0        0x00005800 - 0x000058ff (0x100) IX[b]
  120.         [11] -1        0        0x00005c00 - 0x00005cff (0x100) IX[b]
  121.         [12] -1        0        0x00006000 - 0x000060ff (0x100) IX[b]
  122.         [13] -1        0        0x00006400 - 0x000064ff (0x100) IX[b]
  123.         [14] -1        0        0x00006800 - 0x000068ff (0x100) IX[b]
  124.         [15] -1        0        0x00006c00 - 0x00006cff (0x100) IX[b]
  125.         [16] -1        0        0x00007000 - 0x000070ff (0x100) IX[b]
  126.         [17] -1        0        0x00007400 - 0x000074ff (0x100) IX[b]
  127.         [18] -1        0        0x00007800 - 0x000078ff (0x100) IX[b]
  128.         [19] -1        0        0x00007c00 - 0x00007cff (0x100) IX[b]
  129. (II) Bus 2 non-prefetchable memory range:
  130.         [0] -1        0        0xc0200000 - 0xcfffffff (0xfe00000) MX[b]
  131. (II) Bus 2 prefetchable memory range:
  132.         [0] -1        0        0xe8000000 - 0xefffffff (0x8000000) MX[b]
  133. (II) PCI-to-ISA bridge:
  134. (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
  135. (II) PCI-to-CardBus bridge:
  136. (II) Bus 3: bridge is at (2:3:0), (2,3,6), BCTRL: 0x0500 (VGA_EN is cleared)
  137. (II) Bus 3 I/O range:
  138.         [0] -1        0        0x00003000 - 0x000030ff (0x100) IX[b]
  139.         [1] -1        0        0x00003400 - 0x000034ff (0x100) IX[b]
  140. (II) Bus 3 non-prefetchable memory range:
  141.         [0] -1        0        0xc4000000 - 0xc7ffffff (0x4000000) MX[b]
  142. (II) Bus 3 prefetchable memory range:
  143.         [0] -1        0        0xe8000000 - 0xebffffff (0x4000000) MX[b]
  144. (II) PCI-to-CardBus bridge:
  145. (II) Bus 7: bridge is at (2:3:1), (2,7,7), BCTRL: 0x0580 (VGA_EN is cleared)
  146. (II) Bus 7 I/O range:
  147.         [0] -1        0        0x00003800 - 0x000038ff (0x100) IX[b]
  148.         [1] -1        0        0x00003c00 - 0x00003cff (0x100) IX[b]
  149. (II) Bus 7 non-prefetchable memory range:
  150.         [0] -1        0        0xc8000000 - 0xcbffffff (0x4000000) MX[b]
  151. (II) Bus 7 prefetchable memory range:
  152.         [0] -1        0        0xec000000 - 0xefffffff (0x4000000) MX[b]
  153. (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x2000/8
  154. (II) Addressable bus resource ranges are
  155.         [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[b]
  156.         [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[b]
  157. (II) OS-reported resource ranges:
  158.         [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
  159.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  160.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  161.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  162.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  163.         [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  164. (II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
  165. (II) Active PCI resource ranges:
  166.         [0] -1        0        0xc4002000 - 0xc40020ff (0x100) MX[b]
  167.         [1] -1        0        0xc4001000 - 0xc4001fff (0x1000) MX[b]
  168.         [2] -1        0        0xc4000000 - 0xc4000fff (0x1000) MX[b]
  169.         [3] -1        0        0xc0200000 - 0xc0200fff (0x1000) MX[b]
  170.         [4] -1        0        0xc0201000 - 0xc02017ff (0x800) MX[b]
  171.         [5] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  172.         [6] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[b]O
  173.         [7] -1        0        0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
  174.         [8] -1        0        0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
  175.         [9] -1        0        0x00007000 - 0x0000703f (0x40) IX[b]
  176.         [10] -1        0        0x000018c0 - 0x000018ff (0x40) IX[b]
  177.         [11] -1        0        0x00001c00 - 0x00001cff (0x100) IX[b]
  178.         [12] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  179.         [13] -1        0        0x00001860 - 0x0000186f (0x10) IX[b]
  180.         [14] -1        0        0x00000374 - 0x00000374 (0x1) IX[b]
  181.         [15] -1        0        0x00000170 - 0x00000177 (0x8) IX[b]
  182.         [16] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[b]
  183.         [17] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  184.         [18] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  185.         [19] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  186.         [20] -1        0        0x00001800 - 0x0000181f (0x20) IX[b]
  187.         [21] -1        0        0x00002000 - 0x000020ff (0x100) IX[b](B)
  188. (II) Active PCI resource ranges after removing overlaps:
  189.         [0] -1        0        0xc4002000 - 0xc40020ff (0x100) MX[b]
  190.         [1] -1        0        0xc4001000 - 0xc4001fff (0x1000) MX[b]
  191.         [2] -1        0        0xc4000000 - 0xc4000fff (0x1000) MX[b]
  192.         [3] -1        0        0xc0200000 - 0xc0200fff (0x1000) MX[b]
  193.         [4] -1        0        0xc0201000 - 0xc02017ff (0x800) MX[b]
  194.         [5] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  195.         [6] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[b]O
  196.         [7] -1        0        0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
  197.         [8] -1        0        0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
  198.         [9] -1        0        0x00007000 - 0x0000703f (0x40) IX[b]
  199.         [10] -1        0        0x000018c0 - 0x000018ff (0x40) IX[b]
  200.         [11] -1        0        0x00001c00 - 0x00001cff (0x100) IX[b]
  201.         [12] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  202.         [13] -1        0        0x00001860 - 0x0000186f (0x10) IX[b]
  203.         [14] -1        0        0x00000374 - 0x00000374 (0x1) IX[b]
  204.         [15] -1        0        0x00000170 - 0x00000177 (0x8) IX[b]
  205.         [16] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[b]
  206.         [17] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  207.         [18] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  208.         [19] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  209.         [20] -1        0        0x00001800 - 0x0000181f (0x20) IX[b]
  210.         [21] -1        0        0x00002000 - 0x000020ff (0x100) IX[b](B)
  211. (II) OS-reported resource ranges after removing overlaps with PCI:
  212.         [0] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  213.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  214.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  215.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  216.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  217.         [5] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  218. (II) All system resource ranges:
  219.         [0] -1        0        0x00100000 - 0x2fffffff (0x2ff00000) MX[b]E(B)
  220.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  221.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  222.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  223.         [4] -1        0        0xc4002000 - 0xc40020ff (0x100) MX[b]
  224.         [5] -1        0        0xc4001000 - 0xc4001fff (0x1000) MX[b]
  225.         [6] -1        0        0xc4000000 - 0xc4000fff (0x1000) MX[b]
  226.         [7] -1        0        0xc0200000 - 0xc0200fff (0x1000) MX[b]
  227.         [8] -1        0        0xc0201000 - 0xc02017ff (0x800) MX[b]
  228.         [9] -1        0        0x30000000 - 0x300003ff (0x400) MX[b]
  229.         [10] -1        0        0xd0000000 - 0xcfffffff (0x0) MX[b]O
  230.         [11] -1        0        0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
  231.         [12] -1        0        0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
  232.         [13] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  233.         [14] -1        0        0x00000000 - 0x000000ff (0x100) IX[b]
  234.         [15] -1        0        0x00007000 - 0x0000703f (0x40) IX[b]
  235.         [16] -1        0        0x000018c0 - 0x000018ff (0x40) IX[b]
  236.         [17] -1        0        0x00001c00 - 0x00001cff (0x100) IX[b]
  237.         [18] -1        0        0x00001880 - 0x0000189f (0x20) IX[b]
  238.         [19] -1        0        0x00001860 - 0x0000186f (0x10) IX[b]
  239.         [20] -1        0        0x00000374 - 0x00000374 (0x1) IX[b]
  240.         [21] -1        0        0x00000170 - 0x00000177 (0x8) IX[b]
  241.         [22] -1        0        0x000003f4 - 0x000003f4 (0x1) IX[b]
  242.         [23] -1        0        0x000001f0 - 0x000001f7 (0x8) IX[b]
  243.         [24] -1        0        0x00001840 - 0x0000185f (0x20) IX[b]
  244.         [25] -1        0        0x00001820 - 0x0000183f (0x20) IX[b]
  245.         [26] -1        0        0x00001800 - 0x0000181f (0x20) IX[b]
  246.         [27] -1        0        0x00002000 - 0x000020ff (0x100) IX[b](B)
  247. (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
  248. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
  249. (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
  250. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
  251. (II) "type1" will be loaded. This was enabled by default and also specified in the config file.
  252. (II) "record" will be loaded. This was enabled by default and also specified in the config file.
  253. (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
  254. (II) LoadModule: "glx"
  255. (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
  256. (II) Module glx: vendor="X.Org Foundation"
  257.         compiled for 1.4.0.90, module version = 1.0.0
  258.         ABI class: X.Org Server Extension, version 0.3
  259. (==) AIGLX enabled
  260. (II) Loading extension GLX
  261. (II) LoadModule: "extmod"
  262. (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
  263. (II) Module extmod: vendor="X.Org Foundation"
  264.         compiled for 1.4.0.90, module version = 1.0.0
  265.         Module class: X.Org Server Extension
  266.         ABI class: X.Org Server Extension, version 0.3
  267. (II) Loading extension SHAPE
  268. (II) Loading extension MIT-SUNDRY-NONSTANDARD
  269. (II) Loading extension BIG-REQUESTS
  270. (II) Loading extension SYNC
  271. (II) Loading extension MIT-SCREEN-SAVER
  272. (II) Loading extension XC-MISC
  273. (II) Loading extension XFree86-VidModeExtension
  274. (II) Loading extension XFree86-Misc
  275. (II) Loading extension XFree86-DGA
  276. (II) Loading extension DPMS
  277. (II) Loading extension TOG-CUP
  278. (II) Loading extension Extended-Visual-Information
  279. (II) Loading extension XVideo
  280. (II) Loading extension XVideo-MotionCompensation
  281. (II) Loading extension X-Resource
  282. (II) LoadModule: "xtrap"
  283. (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
  284. (II) Module xtrap: vendor="X.Org Foundation"
  285.         compiled for 1.4.0.90, module version = 1.0.0
  286.         Module class: X.Org Server Extension
  287.         ABI class: X.Org Server Extension, version 0.3
  288. (II) Loading extension DEC-XTRAP
  289. (II) LoadModule: "record"
  290. (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
  291. (II) Module record: vendor="X.Org Foundation"
  292.         compiled for 1.4.0.90, module version = 1.13.0
  293.         Module class: X.Org Server Extension
  294.         ABI class: X.Org Server Extension, version 0.3
  295. (II) Loading extension RECORD
  296. (II) LoadModule: "dbe"
  297. (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
  298. (II) Module dbe: vendor="X.Org Foundation"
  299.         compiled for 1.4.0.90, module version = 1.0.0
  300.         Module class: X.Org Server Extension
  301.         ABI class: X.Org Server Extension, version 0.3
  302. (II) Loading extension DOUBLE-BUFFER
  303. (II) LoadModule: "dri"
  304. (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
  305. (II) Module dri: vendor="X.Org Foundation"
  306.         compiled for 1.4.0.90, module version = 1.0.0
  307.         ABI class: X.Org Server Extension, version 0.3
  308. (II) Loading extension XFree86-DRI
  309. (II) LoadModule: "freetype"
  310. (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
  311. (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
  312.         compiled for 1.4.0.90, module version = 2.1.0
  313.         Module class: X.Org Font Renderer
  314.         ABI class: X.Org Font Renderer, version 0.5
  315. (II) Loading font FreeType
  316. (II) LoadModule: "type1"
  317. (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
  318. (II) Module type1: vendor="X.Org Foundation"
  319.         compiled for 1.4.0.90, module version = 1.0.2
  320.         Module class: X.Org Font Renderer
  321.         ABI class: X.Org Font Renderer, version 0.5
  322. (II) Loading font Type1
  323. (II) LoadModule: "radeon"
  324. (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
  325. (II) Module radeon: vendor="X.Org Foundation"
  326.         compiled for 1.3.0, module version = 4.2.0
  327.         Module class: X.Org Video Driver
  328.         ABI class: X.Org Video Driver, version 1.2
  329. (EE) module ABI major version (1) doesn't match the server's version (2)
  330. (II) UnloadModule: "radeon"
  331. (II) Unloading /usr/lib/xorg/modules/drivers//radeon_drv.so
  332. (EE) Failed to load module "radeon" (module requirement mismatch, 0)
  333. (II) LoadModule: "mouse"
  334. (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
  335. dlopen: /usr/lib/xorg/modules/input//mouse_drv.so: undefined symbol: miPointerGetMotionEvents
  336. (EE) Failed to load /usr/lib/xorg/modules/input//mouse_drv.so
  337. (II) UnloadModule: "mouse"
  338. (EE) Failed to load module "mouse" (loader failed, 7)
  339. (II) LoadModule: "kbd"
  340. (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
  341. (II) Module kbd: vendor="X.Org Foundation"
  342.         compiled for 1.4.0.90, module version = 1.2.2
  343.         Module class: X.Org XInput Driver
  344.         ABI class: X.Org XInput driver, version 2.0
  345. (EE) No drivers available.

  346. Fatal server error:
  347. no screens found
复制代码


xorg

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         FontPath     "/usr/share/fonts/misc/"
  9.         FontPath     "/usr/share/fonts/TTF/"
  10.         FontPath     "/usr/share/fonts/OTF"
  11.         FontPath     "/usr/share/fonts/Type1/"
  12.         FontPath     "/usr/share/fonts/100dpi/"
  13.         FontPath     "/usr/share/fonts/75dpi/"
  14.         FontPath     "/usr/share/fonts/myfonts/vista/"
  15. EndSection

  16. Section "Module"
  17.         Load  "glx"
  18.         Load  "extmod"
  19.         Load  "xtrap"
  20.         Load  "record"
  21.         Load  "GLcore"
  22.         Load  "dbe"
  23.         Load  "dri"
  24.         Load  "freetype"
  25.         Load  "type1"
  26.         Load  "drm"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Keyboard0"
  30.         Driver      "kbd"
  31. EndSection

  32. Section "InputDevice"
  33.         Identifier  "Mouse0"
  34.         Driver      "mouse"
  35.         Option            "Protocol" "auto"
  36.         Option            "Device" "/dev/input/mice"
  37.         Option            "ZAxisMapping" "4 5 6 7"
  38. EndSection

  39. Section "Monitor"
  40.         Identifier   "Monitor0"
  41.         VendorName   "Monitor Vendor"
  42.         ModelName    "Monitor Model"
  43.         Displaysize        347        260
  44. EndSection

  45. Section "Device"

  46.         ### Available Driver options are:-
  47.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  48.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  49.         ### [arg]: arg optional
  50.         #Option     "NoAccel"                    # [<bool>]
  51.         #Option     "SWcursor"                   # [<bool>]
  52.         #Option     "Dac6Bit"                    # [<bool>]
  53.         #Option     "Dac8Bit"                    # [<bool>]
  54.         #Option     "BusType"                    # [<str>]
  55.         #Option     "CPPIOMode"                  # [<bool>]
  56.         #Option     "CPusecTimeout"              # <i>
  57.         #Option     "AGPMode"                    # <i>
  58.         #Option     "AGPFastWrite"               # [<bool>]
  59.         #Option     "AGPSize"                    # <i>
  60.         #Option     "GARTSize"                   # <i>
  61.         #Option     "RingSize"                   # <i>
  62.         #Option     "BufferSize"                 # <i>
  63.         #Option     "EnableDepthMoves"           # [<bool>]
  64.         #Option     "EnablePageFlip"             # [<bool>]
  65.         #Option     "NoBackBuffer"               # [<bool>]
  66.         #Option     "DMAForXv"                   # [<bool>]
  67.         #Option     "FBTexPercent"               # <i>
  68.         #Option     "DepthBits"                  # <i>
  69.         #Option     "AccelDFS"                   # [<bool>]
  70.         #Option     "PanelOff"                   # [<bool>]
  71.         #Option     "DDCMode"                    # [<bool>]
  72.         #Option     "MonitorLayout"              # [<str>]
  73.         #Option     "IgnoreEDID"                 # [<bool>]
  74.         #Option     "UseFBDev"                   # [<bool>]
  75.         #Option     "MergedFB"                   # [<bool>]
  76.         #Option     "CRT2HSync"                  # [<str>]
  77.         #Option     "CRT2VRefresh"               # [<str>]
  78.         #Option     "CRT2Position"               # [<str>]
  79.         #Option     "MetaModes"                  # [<str>]
  80.         #Option     "MergedDPI"                  # [<str>]
  81.         #Option     "MergedXinerama"             # [<bool>]
  82.         #Option     "MergedXineramaCRT2IsScreen0"         # [<bool>]
  83.         #Option     "MergedNonRectangular"         # [<bool>]
  84.         #Option     "MergedMouseRestriction"         # [<bool>]
  85.         #Option     "DisplayPriority"            # [<str>]
  86.         #Option     "PanelSize"                  # [<str>]
  87.         #Option     "ForceMinDotClock"           # <freq>
  88.         #Option     "ColorTiling"                # [<bool>]
  89.         #Option     "VideoKey"                   # <i>
  90.         #Option     "RageTheatreCrystal"         # <i>
  91.         #Option     "RageTheatreTunerPort"         # <i>
  92.         #Option     "RageTheatreCompositePort"         # <i>
  93.         #Option     "RageTheatreSVideoPort"         # <i>
  94.         #Option     "TunerType"                  # <i>
  95.         #Option     "RageTheatreMicrocPath"         # <str>
  96.         #Option     "RageTheatreMicrocType"         # <str>
  97.         #Option     "RenderAccel"                # [<bool>]
  98.         #Option     "SubPixelOrder"              # [<str>]
  99.         #Option     "ShowCache"                  # [<bool>]
  100.         #Option     "DynamicClocks"              # [<bool>]
  101.         #Option     "BIOSHotkeys"                # [<bool>]
  102.         #Option     "VGAAccess"                  # [<bool>]
  103.         #Option     "ReverseDDC"                 # [<bool>]
  104.         #Option     "LVDSProbePLL"               # [<bool>]
  105.         #Option     "AccelMethod"                # <str>
  106.         #Option     "ConstantDPI"                # [<bool>]
  107.         Identifier  "Card0"
  108.         Driver      "radeon"
  109.         VendorName  "ATI Technologies Inc"
  110.         BoardName   "Radeon Mobility M6 LY"
  111.         BusID       "PCI:1:0:0"
  112. EndSection

  113. Section "Screen"
  114.         Identifier "Screen0"
  115.         Device     "Card0"
  116.         Monitor    "Monitor0"
  117.         DefaultDepth     16
  118.         SubSection "Display"
  119.                 Viewport   0 0
  120.                 Depth     1
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Viewport   0 0
  124.                 Depth     4
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Viewport   0 0
  128.                 Depth     8
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Viewport   0 0
  132.                 Depth     15
  133.         EndSubSection
  134.         SubSection "Display"
  135.                 Viewport   0 0
  136.                 Depth     16
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Viewport   0 0
  140.                 Depth     24
  141.         EndSubSection
  142. EndSection

  143. Section "DRI"
  144.         Mode 0666
  145. #        Group        0
  146. EndSection

复制代码
回复 支持 反对

使用道具 举报

发表于 2008-3-2 13:50:14 | 显示全部楼层
log里原因写的很清楚
emerge -1av x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati
回复 支持 反对

使用道具 举报

发表于 2008-3-2 22:42:37 | 显示全部楼层

借问下我的更新如何解决?

[blocks B     ] <media-libs/gst-plugins-ugly-0.10.6-r1 (is blocking media-libs/gstreamer-0.10.17)
[blocks B     ] <media-libs/gst-plugins-bad-0.10.6 (is blocking media-libs/gst-plugins-good-0.10.7, media-libs/gst-plugins-ugly-0.10.7)
[blocks B     ] media-plugins/libao-pulse (is blocking media-libs/libao-0.8.8)
[blocks B     ] <=x11-libs/openmotif-2.3.0 (is blocking x11-libs/openmotif-2.3.0-r1)
[blocks B     ] x11-libs/motif-config (is blocking x11-libs/openmotif-2.3.0-r1)

!!! Error: The above package list contains packages which cannot be installed
!!!        at the same time on the same system.
回复 支持 反对

使用道具 举报

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

本版积分规则

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