2)粗略过程:
$sudo apt-get remove xserver-xgl #Remove Xgl(if present)
$sudo apt-get remove xorg-driver-fglrx #Go to System → Administration → Restricted Drivers Manager and choose disable. ,then Remove the old driver (if present).
$sudo rm -f /usr/src/fglrx-kernel*.deb #Delete old fglrx debs (might not be necessary)
$sudo gedit /etc/default/linux-restricted-modules-common #Blacklist old fglrx module
And insert fglrx - it should look like this then:
DISABLED_MODULES="fglrx"
$bash ./ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Ubuntu/gutsy #Create .deb packages
$sudo dpkg -i fglrx-kernel-source_8.42.3-1_i386.deb xorg-driver-fglrx_8.42.3-1_i386.deb #Install .deb packages
$sudo m-a prepare,update #Compile kernel module
$sudo m-a build,install fglrx-kernel
$sudo depmod
$sudo gedit /etc/X11/xorg.conf #Set up the driver
Make sure "fglrx" is set for the Driver in the Section "Device".
And if present, remove (whoohoo again)
Section "Extensions"
Option "Composite" "0" # or "Disable"
EndSection
As well as
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
4)火焰字
勾选 CompizConfig -> Paint fire on the screen 即可。
可以在 CompizConfig -> Paint fire on the screen -> Fire Particle Color 这里设置火焰的颜色,勾选 Randomly Colored Fire 会写出五彩斑斓的文字。
Tips: 默认快捷键是 shift+win+鼠标左键,按 shift+win+c 是清除效果。
13.安装软件时出现问题:
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
输入命令:sudo dpkg --configure
就解决了。
4.开始项配置工具:
sudo apt-get install startupmanager