|
OS: RHEL 5
显卡: ATI HD Mobility 6370
驱动: AMD catalyst 11.3 X86_64
安装过程:
官网下载ati-driver-installer-11-3-x86.x86_64.run
]# sh ati-driver-installer-11-3-x86.x86_64.run
]# aticonfig --initial
aticonfig: No supported adapters detected
并且桌面ATI控制中心,死活不让点开。
]# vim /etc/X11/xorg.conf
找到
Section "Device"
Identifier "Videocard0"
Driver "r500"
EndSection
字段,改成
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
EndSection
并增加字段
Section "Extensions"
Option "Composite" "0"
EndSection
]# init 3 重启
结果3D可以控制了,glxgears 图片见附件;
就是桌面右下角有 “AMD unsupport hardware”水印 :yun: , 截图还截不下来,我写了几个字:)
]# glxinfo | grep -i rendering
可以开到是 direct rendering
可是我开一些要求openGL的程序,根本打不开哦,出现警告:
X server is not configured to use OpenGL. Verify
that the DISPLAY environment variable is set to an X server
that is configured to use OpenGL; otherwise contact system
administration to have the X server configured to use
OpenGL.
:yun:
这什么回事哦:) 怎么才能真正 configured X server to use OpenGL???
:help |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|