Wednesday, December 10, 2008

Ubuntu - Ati display card

附带启动xv的方法。
选按ati的wiki要求安装驱动程序,初始化后,手动修改/etc/X11/xorg.conf文件,编辑成如下:
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
BusID "PCI:1:5:0"
#add by user
Option "XAANoOffscreenPixmaps" "on"
Option "TexturedVideo" "on"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "Textured2D" "on"
# Option "TexturedXrender" "on"
# Option "UseFastTLS" "1"
Option "BackingStore" "on"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
Option "XVideo" "Enable"
EndSection

其中带#号的推荐不启动,否则可能造成openoffice死机。
重启机器后(不能当重启X)就OK了。可以试作用
mplayer -vo xv -fs 电影名
放一下电影试试,效果一流,稳定得很。

在compiz模式下以窗口放式放电影会闪屏,这个没办法的,用最大化就没关系了。

No comments:

Post a Comment