Implementation steps of aiglx on edgy

Source: Internet
Author: User
Step 1: Add a new source

Sudo VI/etc/APT/sources. List

Add at the end of the file:
Http://ubuntu.compiz.net/edgy main-edgy
You can also add one of the following sources:
Deb http://www.beerorkid.com/compiz edgy main-edgydeb
Http://media.blutkind.org/xgl/ edgy main-edgydeb
Http://compiz-mirror.lupine.me.uk/edgy main-edgy uses the first source because it is the fastest source for me.

All my sources on CERNET are as follows:
Deb http://ftp.sjtu.edu.cn/ubuntu/ edgy-Updates main restricted universe multiverse
Deb http://ftp.sjtu.edu.cn/ubuntu/ edgy-security main restricted universe multiverse
Deb http://ftp.sjtu.edu.cn/ubuntu/ edgy-backports main restricted universe multiverse
Deb http://ftp.sjtu.edu.cn/ubuntu/ edgy-proposed main restricted universe multiverse

Deb-Src http://ftp.sjtu.edu.cn/ubuntu/ edgy main restricted universe multiverse
Deb-Src http://ftp.sjtu.edu.cn/ubuntu/ edgy-Updates main restricted universe multiverse
Deb-Src http://ftp.sjtu.edu.cn/ubuntu/ edgy-security main restricted universe multiverse
Deb-Src http://ftp.sjtu.edu.cn/ubuntu/ edgy-backports main restricted universe multiverse
Deb-Src http://ftp.sjtu.edu.cn/ubuntu/ edgy- proposed main restricted universe multiverse

Deb ftp://debian.ustc.edu.cn/ubuntu/ edgy main restricted universe multiverse
Deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-Updates main restricted universe multiverse
Deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-security main restricted universe multiverse
Deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-backports main restricted universe multiverse
Deb ftp://debian.ustc.edu.cn/ubuntu/ edgy-proposed main restricted universe multiverse

# Set proxy in synaptic when using the following sources
# Deb http://ubuntu.compiz.net/edgy main-edgy
# Deb http://ubuntu.beryl-project.org/edgy main-edgy
# Deb http://www.beerorkid.com/compiz edgy main-edgy
# Deb http://media.blutkind.org/xgl/ edgy main-edgy

Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ edgy main multiverse restricted universe
Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ edgy-backports main multiverse restricted universe
Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ edgy-proposed main multiverse restricted universe
Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ edgy-security main multiverse restricted universe
Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ edgy-Updates main multiverse restricted universe
Deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu-cn/ edgy main multiverse restricted universe

Deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
Deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn edgy main restricted universe multiverse
Deb http://ubuntu.cnsite.org/ubuntu-cn/ edgy main multiverse restricted universe

Step 2: Obtain the source authentication key to ensure that the source is correct
Wget http://ubuntu.compiz.net/quinn.key.asc-o-| sudo apt-key add-
If you use other sources, you can also use one of the following commands:
Wget http://www.beerorkid.com/compiz/quinn.key.asc-o-| sudo apt-key add-
Wget http://media.blutkind.org/xgl/quinn.key.asc-o-| sudo apt-key add-
Wget http://compiz-mirror.lupine.me.uk/quinn.key.asc-o-| sudo apt-key add-

Step 3: update the software package and make sure it is the latest sudo apt-Get Update & sudo apt-Get dist-Upgrade

Step 4: Make sure that the ATI driver is installed and the RX driver is not installed. Because edgy uses Xorg 7.1, it does not support RX well!
In the "device" section, sudo VI/etc/X11/Xorg. conf
Change driver "ATI":
Driver "radeon"
Add the following options at the same time:
Option "dri" "true"
Option "colortiling" "on"
Option "enablepageflip" "true"
Option "accelmethod" "exa"
Option "xaanooffscreenpixmaps"
Option "renderaccel" "true"
Note:
You can also use "accelmethod" "xAA" to replace "accelmethod" "exa". xAA is faster, but exa must be more stable.

Step 4: Install Beryl (Beryl is a project independent from the compiz branch quinnstorm)
Sudo apt-Get install Beryl-core Beryl-plugins-data emerald Beryl-settings Beryl-manager Beryl-dev emerald-themes
Restart After installation

Step 5: Enable Beryl to open the terminal. Enter beryl. If you want to get the same theme as edgy, enter the following in the terminal:
Beryl-Manager
Then select the emerald theme manager, select humanty ubuntulook theme, and select the window manager as Beryl!
You can also use the menu editor to add a menu item to the menu for future convenience.
Next, you can enjoy the cool effect aiglx brings to you. It is faster and more dazzling than xgl!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.