|

楼主 |
发表于 2006-10-6 14:05:46
|
显示全部楼层
debian下可以检测倒AGP接口,SLK11。0为什么就不行?
安装ati radeon 9550驱动后发现的。
因为agpart驱动没有加载上。手动modprobe也不行,说让我加上agp_unsupported=1
然后查看/var/log/syslog 发现启动时候
显示AGP unsupported..
主板是via k8T800的
我装slk11.0之前用的是debian sarge
在debian下直接
# sh ati-driver.bin
然后aticonfig --initial --input=/etc/X11/xorg.conf
就可以装好的
昨晚google,linuxquestions里有个帖子说在xorg.conf里直接指定BUSID
我也试验了,还是不行。glxgears测试只有50多...但是fglrxinfo命令显示正常(就是出现ATI字样)。
请问还有什么方法可以试的?现在用mplayer放rm格式的电影都卡。
我贴一下相关的文件:
lspci
-------------------------------------
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8
T890 South]
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeo n 9550]
01:00.1 Display controller: ATI Technologies Inc RV350 ?? [Radeon 9550] (Secondary)
/var/log/syslog
------------------------------------
Oct 5 22:07:10 mcastle kernel: agpgart: Unsupported Via chipset (device id: 0282), you might want to try agp_try_unsupported=1.
Oct 5 22:07:10 mcastle kernel: [fglrx:firegl_unlock] *ERROR* Process 4847 using kernel context 0
/etc/X11/xorg.conf
-------------------------------------------------------
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
Load "dri"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
HorizSync 30 - 107
VertRefresh 48 - 120
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
# option "UseInternalAGPGART" "no"
BusId " CI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
--------------------------------------------------------------------------------------
# sudo modprobe agpart
/lib/modules/2.4.33.3/kernel/drivers/char/agp/agpgart.o.gz: init_module: No such device
/lib/modules/2.4.33.3/kernel/drivers/char/agp/agpgart.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.33.3/kernel/drivers/char/agp/agpgart.o.gz: insmod /lib/modules/2.4.33.3/kernel/drivers/char/agp/agpgart.o.gz failed
/lib/modules/2.4.33.3/kernel/drivers/char/agp/agpgart.o.gz: insmod agpgart failed |
|