|
|
发表于 2009-3-12 01:11:28
|
显示全部楼层
Post by jarryson;1959662
默认貌似还是用的xaa。所以需要定义- Section "ServerLayout"
- Identifier "Xorg Configured"
- Screen 0 "w340e" 0 0
- EndSection
- Section "Device"
- Identifier "x700"
- Driver "radeon"
- VendorName "ATI Technologies Inc"
- BoardName "ATI Mobility Radeon X700"
- [b] Option "AccelMethod" "EXA"[/b]
- Option "AccelDFS" "on"
- Option "BackingStore" "on"
- Option "RenderAccel" "on"
- Option "ColorTiling" "on"
- Option "EnablePageFlip" "on"
- Option "GARTSize" "64"
- Option "DynamicClocks" "on" # enable (partial) PowerPlay features
- EndSection
- Section "Screen"
- Identifier "w340e"
- Device "x700"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- # Depth 24
- # Modes "1280x800"
- EndSubSection
- EndSection
复制代码
在intel显卡上好像默认是EXA了 |
|