First, download Forlong's compiz-check
You can use this command to download it to your home directory:
wget http://blogage.de/files/9124/download -O compiz-check
Afterwards, you have to make it executable:
chmod +x compiz-check
And finally run it like this:
./compiz-check
If they output shows that Your intel graphic card is in the blacklist, this is the perfect solution for you.
Edit the compiz script file
sudo gedit /usr/bin/compiz
Then go down and look for blacklist, then add the # to take your intel graphic out of the blacklist.
Then the script should look like this
# blacklist based on the pci ids
# See http://wiki.compiz-fusion.org/Hardware/Blacklist for details
#T=" 1002:5954 1002:5854 1002:5955" # ati rs480
#T="$T 1002:4153" # ATI Rv350
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12" # intel 965
#T="$T 8086:2a02 " # Intel GM965
#T="$T 8086:3577 8086:2562 " # Intel 830MG, 845G (LP: #259385)
BLACKLIST_PCIIDS="$T"
unset T
Save, then restart
After reboot, go to System > Preferences > Appearance >Visual Effects
then tick on the middle or the last option.
Now your compiz should work back as normal.
Friday, 29 May 2009
How to fix Desktop Effects aren't enable for intel integrated graphic in Jaunty
Subscribe to:
Post Comments (Atom)
2 comments:
Whoooaaa... not so fast, sir! Just skipping blacklist isn't enough to who has an i845 card (my case), for an instance. Skipping will cause just a blank screen. i845 will have a little bit more work, but it can be done following this post in ubuntu Forums: http://ubuntuforums.org/showthread.php?p=7101430 . Cheers!
Seems like it works, thanks )
(i don't care about memory and all)
Post a Comment