本人已经安装A卡驱动,重启之后,在终端输入以下命令:
[root@localhost ming]# glxinfo | grep direct
Xlib:  extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual
[root@localhost ming]# fglrxinfo
Xlib:  extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't find RGB GLX visual!
[root@localhost ming]# glxgears
Xlib:  extension "ATIFGLRXDRI" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
请问这些代表怎么呢???是否成功安装????
                  	
				

cfttnil 于 2007-11-17 14:59:07发表:
在用户登录界面有个“会话”选项,可以选择进入XGL模式
我没装XGL,太繁,安装的是F7官方源里的beryl,用系统自带的显示驱动就可使用3D界面了,ATI8.42.3驱动支持AIXGL,用F7官方源里的beryl同样不需要装XGL。
一定要用XGL的话,去看置顶的“终于在Fedora7上用ATI显卡实现了3D桌面”帖子
[ 本帖最后由 cfttnil 于 2007-11-17 15:01 编辑 ]
ming@007 于 2007-11-17 12:29:38发表:
谢谢你帮助!
ATI驱动装上啦!!!!然后在终端装XGL
但装完后,在"应用程序"或"首选项"都见不到XGL 的图标!!!!怎样办啊?
cfttnil 于 2007-11-17 00:02:41发表:
ATI的最新驱动是ati-driver-installer-8.42.3-x86.x86_64.run,官网有下
在home新建文件夹“ati”将驱动拷贝到这个文件夹,打开一个终端口键入:
yum -y install kernel-devel rpm-build gcc
完成后,接着键入:
cd /home/ati
完成后,接着键入:
sh ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Fedora/F7
完成后,接着键入:
rpm -ivh *.rpm
完成后,接着键入:
aticonfig --initial -f
然后到/etc/X11文件夹下编辑"xorg.conf"
将下面
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
修改为
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Modes后面跟的是显示器的分辨率,根据自己的显示器调整,不加这行重启后可能会黑屏,但是按“Ctrl+Alt+F2"可进文本模式,加上这行就可以了。
F7不能选2.6.23核心,8.42.3驱动还不支持,选2.622或2.621核心
[ 本帖最后由 cfttnil 于 2007-11-17 00:04 编辑 ]
ming@007 于 2007-11-16 23:36:08发表:
系统是F7。。。显卡驱动:ati-driver-installer-8.39.4-x86.x86_64.run
cfttnil 于 2007-11-16 23:25:32发表:
系统是那个版本,驱动是那个版本?????