Je crois avoir trouvé une solution
ici
Linux Mint 4.0:
The correct driver was installed out-of-the-box. However, Compiz-Fusion would not work.
After a little research, I found out that I needed to comment out the following line (that is, put a "#" in front of it)
on the "/usr/bin/compiz"
file:
T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12? # intel 965
So, in the end it should look like this:
#T="$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12? # intel 965
This is the case because the Compiz developers decided to black list this card for the time being
due to some limitations with the current Intel driver. I think this is related to video playback, although
I have not had any problems. I guess if I do, I will simply disable the special effects temporarily to get
around the issue.
Best Regards...
::il faut donc éditer ton /usr/bin/compiz comme décrit ci-dessus. En espérant que le problème soit le même...