LinuxSir.cn,穿越时空的Linuxsir!

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

ati hd4330 启动不了X。请大家帮忙看看

[复制链接]
发表于 2010-1-27 12:42:44 | 显示全部楼层 |阅读模式
ati hd 4330 的显卡.
gentoo amd64 做到xorg-server 后启动不了X

安装ati-drivers
  1. emerge ati-drivers
复制代码
  1. aticonfig --initial
复制代码

启用X
  1. Xorg -configure
复制代码


/var/log/Xorg.0.log


  1. X.Org X Server 1.6.5
  2. Release Date: 2009-10-11
  3. X Protocol Version 11, Revision 0
  4. Build Operating System: Linux 2.6.31-gentoo-r6 x86_64
  5. Current Operating System: Linux laptop 2.6.31-gentoo-r6 #1 SMP Wed Jan 27 06:26:01 CST 2010 x86_64
  6. Build Date: 27 January 2010  06:28:40PM

  7.         Before reporting problems, check http://wiki.x.org
  8.         to make sure that you have the latest version.
  9. Markers: (--) probed, (**) from config file, (==) default setting,
  10.         (++) from command line, (!!) notice, (II) informational,
  11.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  12. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 27 20:21:43 2010
  13. (II) Loader magic: 0xde0
  14. (II) Module ABI versions:
  15.         X.Org ANSI C Emulation: 0.4
  16.         X.Org Video Driver: 5.0
  17.         X.Org XInput driver : 4.0
  18.         X.Org Server Extension : 2.0
  19. (II) Loader running on linux
  20. (--) using VT number 7

  21. (--) PCI:*(0:1:0:0) 1002:9552:103c:3074 ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series] rev 0, Mem @ 0x80000000/268435456, 0x98400000/65536, I/O @ 0x00007000/256, BIOS @ 0x????????/131072
  22. List of video drivers:
  23.         fglrx
  24. (II) LoadModule: "fglrx"
  25. (II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
  26. (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
  27.         compiled for 1.4.99.906, module version = 8.67.4
  28.         Module class: X.Org Video Driver
  29. (II) System resource ranges:
  30.         [0] -1        0        0xffffffff - 0xffffffff (0x1) MX[b]
  31.         [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX[b]
  32.         [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX[b]
  33.         [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX[b]
  34.         [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX[b]
  35.         [5] -1        0        0x00000000 - 0x00000000 (0x1) IX[b]
  36. (II) Primary Device is: PCI 01@00:00:0
  37. (WW) Falling back to old probe method for fglrx
  38. (II) Loading PCS database from /etc/ati/amdpcsdb
  39. (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
  40. (**) ChipID override: 0x9552
  41. (**) Chipset Supported AMD Graphics Processor (0x9552) found

  42. Backtrace:
  43. 0: Xorg(xorg_backtrace+0x26) [0x4eb906]
  44. 1: Xorg(xf86SigHandler+0x39) [0x47b559]
  45. 2: /lib/libc.so.6 [0x7f935f629f50]
  46. 3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x97d) [0x7f935ea47e3d]
  47. 4: Xorg(xf86CallDriverProbe+0xe4) [0x469f14]
  48. 5: Xorg(DoConfigure+0x1a4) [0x482574]
  49. 6: Xorg(InitOutput+0x998) [0x46b998]
  50. 7: Xorg(main+0x200) [0x4313b0]
  51. 8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f935f6165c6]
  52. 9: Xorg [0x4309f9]

  53. Fatal server error:
  54. Caught signal 11.  Server aborting


  55. Please consult the The X.Org Foundation support
  56.          at http://wiki.x.org
  57. for help.
  58. Please also check the log file at "/var/log/Xorg.0.log" for additional information.

复制代码


xorg.conf

  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection

  5. Section "Files"
  6.         ModulePath   "/usr/lib/xorg/modules"
  7. EndSection

  8. Section "Module"
  9. EndSection

  10. Section "Monitor"
  11.         Identifier   "aticonfig-Monitor[0]-0"
  12.         Option            "VendorName" "ATI Proprietary Driver"
  13.         Option            "ModelName" "Generic Autodetecting Monitor"
  14.         Option            "DPMS" "true"
  15. EndSection

  16. Section "Device"
  17.         Identifier  "aticonfig-Device[0]-0"
  18.         Driver      "fglrx"
  19.         BusID       "PCI:1:0:0"
  20. EndSection

  21. Section "Screen"
  22.         Identifier "aticonfig-Screen[0]-0"
  23.         Device     "aticonfig-Device[0]-0"
  24.         Monitor    "aticonfig-Monitor[0]-0"
  25.         DefaultDepth     24
  26.         SubSection "Display"
  27.                 Viewport   0 0
  28.                 Depth     24
  29.         EndSubSection
  30. EndSection

复制代码



我是新手,请大家多多照顾。谢谢!
发表于 2010-1-27 14:43:06 | 显示全部楼层
把 xorg.conf 里面的
        BusID       "CI:1:0:0"
去掉看看
回复 支持 反对

使用道具 举报

发表于 2010-1-27 14:46:08 | 显示全部楼层
这个,看不出什么……
而且还是64位的,到gentoo forum上搜索一下。

ati当时我用的时侯就搞了好久,才成功。
你确定你内核编译没什么问题?有冲突什么的。
用dmesg查下。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-1-27 15:46:01 | 显示全部楼层
Post by xliotx;2065324
这个,看不出什么……
而且还是64位的,到gentoo forum上搜索一下。

ati当时我用的时侯就搞了好久,才成功。
你确定你内核编译没什么问题?有冲突什么的。
用dmesg查下。

Post by wd_afei;2065322
把 xorg.conf 里面的
        BusID       "CI:1:0:0"
去掉看看



谢谢俩位的回复, 我现在已用 开源的驱动,看起来可以工作,在此也谢谢irc里的那位朋友.
回复 支持 反对

使用道具 举报

发表于 2010-1-28 14:39:52 | 显示全部楼层
irc里的人就是我,嘿嘿。
回复 支持 反对

使用道具 举报

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

本版积分规则

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