marți, 12 mai 2009

Video effects with compiz on Ubuntu 9.04 Jaunty

[English]
Maybe you're one lucky guy just like me. I installed Ubuntu 9.04 and surprize: no compiz any more. After googling few minutes, i found the solution:
Open the terminal and then type:
sudo gedit /usr/bin/compiz
Then, go to these lines. You have to comment all of them with "#"
# 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"
And change them to:
# 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"
As you can see, you have to comment all this lines. Thats all. Now you have to logout and you should enjoy with compiz video effects.
Enjoy!


[Romana]

Poate te numeri printre norocosii ca mine. Am instalat Ubuntu 9.04 si surpriza: nu mai era compiz de nici o culoare. Dupa cateva cautari pe google, am gasit solutia:
Deschide un terminal si scrie:
sudo gedit /usr/bin/compiz
Cauta liniile urmatoare. Trebuie sa le comentezi cu "#"
# 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"
Si comenteaza-le sa arate cam asa:
# 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"
Dupa cum vedeti, tot ce trebuie este sa comentati aceste linii. Asta-i tot. Acum trebuie sa te reautentifici si sa te poti bucura de efectele compiz.
Enjoy!



Note: I have an Intel based video card.

Nota: Am o placa video bazata pe Intel.

0 comentarii: