Ubuntu 12.10安装后需要做的那些事


一 安装ubntu-tweak,现在(2013.1.7)最新版本0.8.3
下载:http://ubuntu-tweak.com/
双击安装或者在终端输入:sudo dpkg -i Ubuntu-tweak_0.8.3-1~precise1_all.deb

二 A卡驱动安装
我电脑显卡是AMD Radeon HD 4500,最新的A卡驱动12.12版本不支持AMD Radeon HD 2xxx-4xxx series系列的显卡,所以选择驱动12.6版本,
驱动最后要安装,否则电脑的CPU散热风扇会一直狂转,安装前需要安装一些支持程序
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms
libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic
然后接着安装驱动
sudo add-apt-repository ppa:makson96/fglrx
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fglrx-legacy
如果出问题卸载方法
sudo apt-get install ppa-purge
sudo ppa-purge ppa:makson96/fglrx

节能配置
sudo aticonfig --initial
然后
sudo gedit /etc/X11/xorg.conf
在Section "Device"段添加
代码:
Option "DynamicClocks" "on" # 动态变频节能, 适用于笔记本
Option "ClockGating" "on" # 动态变频节能,
Option "ForceLowPowerMode" "on" #强制GPU使用最低频率, 可用于笔记本夏季降温

其他系列的A卡驱动可到官网下载,并查看驱动支持的哪些版本的A卡
http://sites.amd.com/cn/game/downloads/Pages/downloads.aspx

  • 1
  • 2
  • 3
  • 下一页

相关内容