xx_zz
发表于 2005-4-18 20:44:39
从上面两个文件来看,fglrx驱动的安装编译应该是没有问题的。具体为什么加载不上,我也不是很清楚,不过最好检查一下/var/log/Xorg.0.log看看,是否存在错误的提示。
ys021662
发表于 2005-4-18 22:25:53
从上面两个文件来看,fglrx驱动的安装编译应该是没有问题的。具体为什么加载不上,我也不是很清楚,不过最好检查一下/var/log/Xorg.0.log看看,是否存在错误的提示。
我也觉得是这样,因为我碰到的问题的前提是我的Xorg.0.log中没有错误 :oops:
chy815
发表于 2005-4-19 19:00:31
等了很久,终于等到到这个了
Merlin99cn
发表于 2005-4-19 20:56:13
ATI Radeon7500卡该如何处理呢???
xx_zz
发表于 2005-4-19 22:23:56
ATI官方的驱动只支持8500以上的显卡,7500估计只能用系统自带的了。
另外大家注意在xorg.conf中字体路径定义里面加上
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/share/fonts/ttf/zh_CN/"
不然部分菜单会有乱码现象。 :-)
turingcat
发表于 2005-4-19 22:57:46
konqueror的崩溃问题怎么办呢?
xx_zz
发表于 2005-4-19 23:17:03
konqueror调用输入法的问题我也很郁闷,现在改用firefox了... :cry:
turingcat
发表于 2005-4-20 06:44:37
那用于文件管理也要用konqueror啊~真郁闷~
都不知道是什么原因,自然不懂的如何解决了~
turingcat
发表于 2005-4-20 06:45:24
但是我在网络上搜索,似乎没几个人遇到这种问题也。相关内容还真少。
lockfan
发表于 2005-4-20 18:51:33
汗.......xorg.0.log是有报错
自己估计应该只是XORG的配置有问题
下面是Xorg.0.log中的出错段
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found(我的AGP总线为PCI:2:0:0,不解它为什么非要去找PCI:2:0:1......)
(--) Chipset RADEON 9600 PRO (RV360 4152) found(这里我的9600已经被fglrx找到了的...)
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
................................................
(WW) fglrx(0): Cannot read colourmap from VGA.Will restore with default
(II) fglrx(0): UMM area: 0xc0501000 (size=0x07aff000)
(II) fglrx(0): driver needs X.org 6.8.x
(II) fglrx(0): detected X.org 6.8.2
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"(这里,XORG配置错误?)
(EE) fglrx(0): cannot init AGP
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe0b87000 at 0xb7d02000
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
出错和警告的一共以上3处
ys021662
发表于 2005-4-20 20:15:19
Question 4.3: When I try to start X, it fails with a message saying it was 'unable to acquire AGP, error "xf86_ENOMEM"'
This error is generally more difficult to diagnose and fix than the "xf86_ENODEV" error. Some things to try:
1.Increase your AGP aperture size in the BIOS (particularly for nForce2 boards)
2.If you have an nForce2 board, try disabling the "AGP 8x Support" option in the BIOS.
3.Check that you haven't set "UseInternalAGPGART" to "yes" and have your kernel AGP settings compiled in (this won't work)
4.Set "UseFastTLS" to "2" in your XF86Config/xorg.conf file.
5.Check the output of the "dmesg" command for errors.
6.Check that your kernel configuration is correct.
7.Try a newer kernel version.
这个是在Gentoo ATI Radeon FAQ中找的,希望对楼上的有帮助8O
樱家冢
发表于 2005-4-20 22:08:24
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENOMEM"(这里,XORG配置错误?)
(EE) fglrx(0): cannot init AGP
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xe0b87000 at 0xb7d02000
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *
你可能需要重新编译内核以加入radeon显卡的 DRI 和 AGP Gart 支持。
慕白
发表于 2005-4-21 21:17:21
满屏的代码,看来QUAKE是甭想玩了........难怪装好了LINUX版的,拷贝PK0.PK3文件,运行时黑一下屏就没下文了,原来是ATI的驱动没装上,FT
慕白
发表于 2005-4-21 21:18:51
用WINE也不行:
Q3 1.32 win-x86 Oct7 2002
----- FS_Startup -----
Current search path:
Z:\home\lyb2/baseq3
----------------------
0 files in pk3 files
Running in restricted demo mode.
----- FS_Startup -----
Current search path:
Z:\home\lyb2/demota
----------------------
0 files in pk3 files
----- CL_Shutdown -----
-----------------------
Couldn't load default.cfg
turingcat
发表于 2005-4-21 22:57:41
这次终于可以安装没bug了~祝贺`yeeh,可惜要熄灯,明天在装ati驱动。