都xorg7.0了,ATI9600显卡是不是还不支持阴影和透明?
发表于 : 2006-02-19 13:16
我的9550装的是dapper6.04系统自带的ati fglrx8.21.07驱动
jeff@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5582 (8.21.7)
jeff@ubuntu:~$ glxinfo | grep direct
direct rendering: Yes
jeff@ubuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
2057 frames in 5.0 seconds = 411.400 FPS
1448 frames in 5.0 seconds = 289.600 FPS
1456 frames in 5.0 seconds = 291.200 FPS
1458 frames in 5.0 seconds = 291.600 FPS
1918 frames in 5.0 seconds = 383.600 FPS
看以上的显卡测试,我的驱动应该是装好了。
sudo apt-get install xcompmgr transset
sudo gedit /etc/X11/xorg.conf
在"module"章节后添加下列章节代码:
Section "Extensions"
Option "Composite" "Enable"
EndSection
在"device"章节里添加下列几行:
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
然后保存退出
在会话里添加了xcompmgr -cfF
注销后就进不来了,晕。
还有个问题:
我装的cedega5检测显卡OpenGL失败,不知道是怎么回事?
还有个问题:
ati官网上的最新的linux驱动8.22版本都不支持xorg7.0,系统自带的8.21反而支持,奇怪啊,是改过的?
jeff@ubuntu:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.5582 (8.21.7)
jeff@ubuntu:~$ glxinfo | grep direct
direct rendering: Yes
jeff@ubuntu:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
2057 frames in 5.0 seconds = 411.400 FPS
1448 frames in 5.0 seconds = 289.600 FPS
1456 frames in 5.0 seconds = 291.200 FPS
1458 frames in 5.0 seconds = 291.600 FPS
1918 frames in 5.0 seconds = 383.600 FPS
看以上的显卡测试,我的驱动应该是装好了。
sudo apt-get install xcompmgr transset
sudo gedit /etc/X11/xorg.conf
在"module"章节后添加下列章节代码:
Section "Extensions"
Option "Composite" "Enable"
EndSection
在"device"章节里添加下列几行:
Option "backingstore" "true"
Option "AllowGLXWithComposite" "true"
然后保存退出
在会话里添加了xcompmgr -cfF
注销后就进不来了,晕。
还有个问题:
我装的cedega5检测显卡OpenGL失败,不知道是怎么回事?
还有个问题:
ati官网上的最新的linux驱动8.22版本都不支持xorg7.0,系统自带的8.21反而支持,奇怪啊,是改过的?