19 abril, 2008

Compiz en Intel x3100

Para dejar andando la Tarjeta de Video Intel x3100 (la que viene con las Dell inspiron 1420, 1520 y 1720) con los efectos de compiz es tan fácil como hacer.

sudo gedit /usr/bin/compiz


y en la parte


# 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:2972" # i965 (x3000)
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700
BLACKLIST_PCIIDS="$T"
unset T



La dfejas


# 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:2972" # i965 (x3000)
T="$T 1002:3152 1002:3150 1002:5462 1002:5653 " # ati X300 X600,X600 X700
BLACKLIST_PCIIDS="$T"
unset T



y al momento ya puedes usar los efectos de compiz

2 comentarios:

Anónimo dijo...

Los MacBooks y MacBooks Air vienen con la tarjeta Intel GMA X3100 también.

Kaleimn dijo...

que bueno, no savia