|
发表于 2010-5-22 08:24:34
|
显示全部楼层
我已经换squeeze了,randeon能开启xv和3D加速,但性能不行。视频窗口拖动时还会闪烁,但不影响使用了。显卡是x2300,貌似属于R500系列。
xorg.conf:
Section "Module"
Load "glx"
Load "dri"
Load "drm"
EndSection
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "screen0" 0 0
EndSection
Section "Extensions"
Option "Composite" "1"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "x2300"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "ATI Mobility Radeon X2300"
Option "DynamicClocks" "on"
Option "EnablePageFlip" "on"
Option "ColorTiling" "on"
Option "DRI" "on"
Option "AccelMethod" "exa"
EndSection
Section "Screen"
Identifier "screen0"
Device "x2300"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
# Depth 24
# Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerFlags"
Option "DontZap" "yes"
EndSection |
|