webcode 发表于 2013-1-15 13:55:48

解决ATI显卡在ubuntu 9.10下开特效有点卡的问题

<!--><xml> <w:WordDocument><w:View>Normal</w:View><w:Zoom>0</w:Zoom><w:PunctuationKerning/><w:DrawingGridVerticalSpacing>7.8 磅</w:DrawingGridVerticalSpacing><w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery><w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery><w:ValidateAgainstSchemas/><w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><w:IgnoreMixedContent>false</w:IgnoreMixedContent><w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><w:Compatibility>   <w:SpaceForUL/>   <w:BalanceSingleByteDoubleByteWidth/>   <w:DoNotLeaveBackslashAlone/>   <w:ULTrailSpace/>   <w:DoNotExpandShiftReturn/>   <w:AdjustLineHeightInTable/>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:DontGrowAutofit/>   <w:UseFELayout/></w:Compatibility><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument></xml><!--><!--><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles></xml><!--><!--><mce:style><!-- /* Style Definitions */ table.MsoNormalTable{mso-style-name:普通表格;mso-tstyle-rowband-size:0;mso-tstyle-colband-size:0;mso-style-noshow:yes;mso-style-parent:"";mso-padding-alt:0cm 5.4pt 0cm 5.4pt;mso-para-margin:0cm;mso-para-margin-bottom:.0001pt;mso-pagination:widow-orphan;font-size:10.0pt;font-family:"Times New Roman";mso-ansi-language:#0400;mso-fareast-language:#0400;mso-bidi-language:#0400;}--><!-- -->
解决ATI显卡在ubuntu下开特效有点卡的问题
ATI3400系列显卡在ubuntu 9.10 karmic 下开特效后,感觉会有点卡,比如说在任务栏切换窗口的时候,可以感觉到明显的停顿。据说9.04 jaunty下也有同样的问题。
具体的解决办法是通过ppa源升级xorg-server
1.加入ppa源,“系统”-“系统管理”-“软件源”-“其它软件”-“添加”
ppa:ubuntu-x-swat/xserver-no-backfill
2.导入key
gpg –keyserver keyserver.ubuntu.com –recv-key3B22AB97AF1CDFA9
gpg –export –armor3B22AB97AF1CDFA9 | sudoapt-key add -
3.更新源并升级
sudo apt-get update && sudo apt-get upgrade
4.修改xorg.conf
sudo gedit /etc/X11/xorg.conf
找到Section “Device”这段,在Identifier“Default Device”下加上几行。
Option”RenderAccel” “on”
Option”AccelMethod” “XAA”
Option”AGPMode” “4″
5.重启系统或注销重新登录
页: [1]
查看完整版本: 解决ATI显卡在ubuntu 9.10下开特效有点卡的问题