LinuxSir.cn,穿越时空的Linuxsir!

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

大家帮忙看一下我的ATI显卡驱动什么地方配置错了。

[复制链接]
发表于 2006-6-14 11:04:43 | 显示全部楼层 |阅读模式
我是按照官方的安装方法安装的。显卡是X300

/etc/X11/xorg.conf
  1. yangtse@yangtse:/var/log$ cat /etc/X11/xorg.conf

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

  17. Section "ServerLayout"
  18.         Identifier     "Default Layout"
  19.         Screen         "Default Screen" 0 0
  20.         InputDevice    "Generic Keyboard"
  21.         InputDevice    "Configured Mouse"
  22. EndSection

  23. Section "Files"

  24.         # path to defoma fonts
  25.         FontPath     "/usr/share/X11/fonts/misc"
  26.         FontPath     "/usr/share/X11/fonts/cyrillic"
  27.         FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
  28.         FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
  29.         FontPath     "/usr/share/X11/fonts/Type1"
  30.         FontPath     "/usr/share/X11/fonts/100dpi"
  31.         FontPath     "/usr/share/X11/fonts/75dpi"
  32.         FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  33. EndSection

  34. Section "Module"
  35.         Load  "bitmap"
  36.         Load  "ddc"
  37.         Load  "dri"
  38.         Load  "extmod"
  39.         Load  "freetype"
  40.         Load  "glx"
  41.         Load  "int10"
  42.         Load  "type1"
  43.         Load  "vbe"
  44. EndSection

  45. Section "InputDevice"
  46.         Identifier  "Generic Keyboard"
  47.         Driver      "kbd"
  48.         Option      "CoreKeyboard"
  49.         Option      "XkbRules" "xorg"
  50.         Option      "XkbModel" "pc104"
  51.         Option      "XkbLayout" "us"
  52. EndSection

  53. Section "InputDevice"
  54.         Identifier  "Configured Mouse"
  55.         Driver      "mouse"
  56.         Option      "CorePointer"
  57.         Option      "Device" "/dev/input/mice"
  58.         Option      "Protocol" "ExplorerPS/2"
  59.         Option      "ZAxisMapping" "4 5"
  60.         Option      "Emulate3Buttons" "true"
  61. EndSection

  62. Section "Monitor"
  63.         Identifier   "E71f-2"
  64.         HorizSync    30.0 - 71.0
  65.         VertRefresh  50.0 - 160.0
  66.         Option      "DPMS"
  67. EndSection

  68. Section "Device"
  69.         Identifier  "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
  70.         Driver      "fglrx"
  71.         Option      "UseFBDev" "true"
  72.         Option      "VideoOverlay" "on"
  73.         Option      "OpenGLOverlay" "off"
  74.         BusID       "PCI:5:0:0"
  75. EndSection

  76. Section "Screen"
  77.         Identifier "Default Screen"
  78.         Device     "ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
  79.         Monitor    "E71f-2"
  80.         DefaultDepth     24
  81.         SubSection "Display"
  82.                 Depth     1
  83.                 Modes    "1024x768" "800x600" "640x480"
  84.         EndSubSection
  85.         SubSection "Display"
  86.                 Depth     4
  87.                 Modes    "1024x768" "800x600" "640x480"
  88.         EndSubSection
  89.         SubSection "Display"
  90.                 Depth     8
  91.                 Modes    "1024x768" "800x600" "640x480"
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Depth     15
  95.                 Modes    "1024x768" "800x600" "640x480"
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Depth     16
  99.                 Modes    "1024x768" "800x600" "640x480"
  100.         EndSubSection
  101.         SubSection "Display"
  102.                 Depth     24
  103.                 Modes    "1024x768" "800x600" "640x480"
  104.         EndSubSection
  105. EndSection

  106. Section "DRI"
  107.         Mode         0666
  108. EndSection
复制代码
 楼主| 发表于 2006-6-14 11:06:40 | 显示全部楼层
这个是kdm 的log
/var/log/kdm.log
  1. X Window System Version 7.0.0
  2. Release Date: 21 December 2005
  3. X Protocol Version 11, Revision 0, Release 7.0
  4. Build Operating System:Linux 2.6.12 i686
  5. Current Operating System: Linux yangtse 2.6.15-23-k7 #1 SMP PREEMPT Tue May 23 14:20:54 UTC 2006 i686
  6. Build Date: 16 March 2006
  7.         Before reporting problems, check http://wiki.x.org
  8.         to make sure that you have the latest version.
  9. Module Loader present
  10. Markers: (--) probed, (**) from config file, (==) default setting,
  11.         (++) from command line, (!!) notice, (II) informational,
  12.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  13. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 14 10:57:51 2006
  14. (==) Using config file: "/etc/X11/xorg.conf"
  15. (WW) fglrx: No matching Device section for instance (BusID PCI:5:0:1) found
  16. error opening security policy file /etc/X11/xserver/SecurityPolicy
  17. QImage::convertDepth: Image is a null image
  18. QImage::smoothScale: Image is a null image
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-14 11:10:26 | 显示全部楼层
这个是Xorg的log
/var/log/Xorg.0.log

在附件中。

本帖子中包含更多资源

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

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-14 11:14:24 | 显示全部楼层
这里有3个错误,
一个是(WW) fglrx: No matching Device section for instance (BusID PCI:5:0:1) found
我的显卡的BusID是PCI:5:0:0   这个设备是什么?应该怎样配置?
  1. yangtse@yangtse:~$ lspci
  2. 0000:00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
  3. 0000:00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
  4. 0000:00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
  5. 0000:00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
  6. 0000:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
  7. 0000:00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
  8. 0000:00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
  9. 0000:00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
  10. 0000:00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev a3)
  11. 0000:00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
  12. 0000:00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
  13. 0000:00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  14. 0000:00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  15. 0000:00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  16. 0000:00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
  17. 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
  18. 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
  19. 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
  20. 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
  21. 0000:01:0a.0 FireWire (IEEE 1394): Texas Instruments TSB82AA2 IEEE-1394b Link Layer Controller (rev 01)
  22. 0000:05:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
  23. 0000:05:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]
复制代码


第二个是error opening security policy file /etc/X11/xserver/SecurityPolicy
我没有这个文件。

第三个是QImage::convertDepth: Image is a null image
QImage::smoothScale: Image is a null image
回复 支持 反对

使用道具 举报

发表于 2006-6-14 11:23:24 | 显示全部楼层
最好把安装日志传上来,在/usr/share/fglrx/fglrx-install.log
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-14 11:26:58 | 显示全部楼层
ubuntu/dapper 官方源里面的,不是自己编译的。

具体表现是在kde里面关机或者重启。X就死掉。显出一个灰灰的屏幕。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-14 12:40:48 | 显示全部楼层
我复制了一个文件到/etc/X11/xserver/SecurityPolicy,现在没有第二个问题了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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