xorg.conf for ATI radeon x300
这是我的xorg.con,我的显卡是ATI radeon X300,官方显卡驱动性能不错,但是有些这样那样的问题,如睡眠后无法唤醒,与firefox有冲突,开firefox会有帖图错误。
我现在使用的开源的radeon+dri+glx,性能还不错,比radeon好一些。
glxgears结果用官方的在2200左右,用开源的2100左右,而只使用radeon时1600左右。
以下为xorg.conf内容:
# Xorg configuration created by mazhiqiang qiang.z.m(at)gmail.com
# for ATI radeon radeon X300
# my linux is fedora 8
Section “ServerLayout”
Identifier “single head configuration”
Screen 0 “Screen0″ 0 0
InputDevice “Keyboard0″ “CoreKeyboard”
EndSection
Section “Module”
Load “extmod”
Load “glx”
Load “dri”
Load “dbe”
Load “record”
Load “xtrap”
EndSection
Section “InputDevice”
Identifier “Keyboard0″
Driver “kbd”
Option “XkbModel” “pc105″
Option “XkbLayout” “us+inet”
EndSection
Section “Device”
Identifier “Videocard0″
Driver “radeon”
option “DPMS”
option “AGPMode” “4″
option “EnablePageFlip” “True”
option “AGPFastWrite” “Ture”
EndSection
Section “Screen”
Identifier “Screen0″
Device “Videocard0″
DefaultDepth 24
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section “DRI”
Mode 0666
EndSection