Enable Desktop Effect On VGA Intel on Ubuntu 7.10

Basically the blacklist intel vga compiz by typing the command to find out the terminal
$ lspci -v | grep VGA

VGA intel 965 di blacklist by compiz edit the file on directory /etc/XII/xorg.conf type the command in teminal

$ gedit /etc/XII/xorg.conf

section "device"
Identify "intel corporation mobile GM965/GL960"
integrated graphics controller"
Driver "intel"
Endsection

if still VESA, type the command in teminal

$ sudo nano /usr/bin/compiz

Follow


........................

# 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: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

........................

Give sign # in front of the line blacklist like above. store the results of your editing, then restart your computerafter finished, right-click on the desktop.

>change desktop background >visual style > select the effect you want.
Read More...!!