https://help.ubuntu.com/community/CompositeManager/AIGLXOnEdgy
Added under Section "Module":
Load "dri"
Load "dbe"
Load "glx"
Added in "Device" section:
Option "XAANoOffscreenPixmaps"
Added in "ServerLayout" section:
Option "AIGLX" "true"
Added sections:
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Beryl Composite Manager:
https://help.ubuntu.com/community/CompositeManager/InstallingBeryl
Make sure that you have the proper repositories configured. Enable the "universe" and "multverse" as well as either one of the following third-party repositories:
deb http://ubuntu.beryl-project.org/ edgy main
If you are using the AMD64 platform, add main-edgy-amd64 at the end of the line, like so
deb http://ubuntu.beryl-project.org/ edgy main-edgy main-edgy-amd64
Add the appropriate gpg key for the repository you are using by typing one of the following commands into the Terminal:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
Now update the package list:
sudo apt-get updateInstall the following packages:
sudo apt-get install beryl emerald-themesNote: Beryl is a metapackage that will install all the dependencies (beryl-core, beryl-plugins, beryl-manager, beryl-settings) and also the decoration themes (emerald but not emerald-themes).
Launch Beryl:
beryl-manager
No comments:
Post a Comment