Enable desktop effects
This is one of the coolest thing on modern linux. Don't miss it out!Testbed: Fedora Core 7 x86_64 + Nvidia GeForce 8600 GS
1. Enable the livna reop
rpm -ivh http://rpm.livna.org/livna-release-5.rpm
2. Install the testing drivers
#For Nvidia yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-nvidia # For ATI yum --enablerepo=livna-testing --enablerepo=updates-testing install kmod-fglrx
3. Get xorg.conf ready
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
Add the following in /etc/X11/xorg.conf if not already:
Section "Extensions" Option "Composite" EndSection
In the "Device" section, add:
Option "AddARGBGLXVisuals" "True"
In the "Module" section, add:
Load "extmod"
4. Restart your machine so the new kernel module & driver will be loaded.
5. Now you will be able to enable desktop effects!!
There are no comments on this page. [Add comment]