Upgrade to Ubuntu9.04 to solve compatibility with INTEL integrated graphics-enable desktop effects and 3D effects 1. Use the 2.6.30rc3linux kernel to download and install in the following order:-32bit-KernelHeader: http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-headers-2.6.30-020630rc3_2.6.30
Upgrade to Ubuntu 9.04 to solve compatibility with INTEL integrated graphics cards-enable desktop and 3D Effects
1. Use the 2.6.30rc3linux kernel to download and install it in the following sequence:
-32bit-
Kernel Header:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-headers-2.6.30-020630rc3_2.6.30-020630rc3_all.deb
Kernel Header Generic:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-headers-2.6.30-020630rc3-generic_2.6.30-020630rc3_i386.deb
Kernel Header Image:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-image-2.6.30-020630rc3-generic_2.6.30-020630rc3_i386.deb
-64bit-
Kernel Header:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-headers-2.6.30-020630rc3_2.6.30-020630rc3_all.deb
Kernel Header Generic:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-headers-2.6.30-020630rc3-generic_2.6.30-020630rc3_amd64.deb
Kernel Header Image:
Http://kernel.ubuntu.com /~ Kernel-palong/mainline/v2.6.30-rc3/linux-image-2.6.30-020630rc3-generic_2.6.30-020630rc3_amd64.deb
(If the download speed is slow, download from this image:
Http://myubuntu.ca/download/mirror/kernel/2.6.30rc3/
)
2. Run sudo gedit/etc/X11/xorg. conf.
Set
Section "Device"
Identifier "Configured Video Device"
EndSection
Change
Section "Device"
Identifier "intel"
EndSection
Set
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Change
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "intel"
EndSection
3. Uninstall the existing driver
Sudo apt-get remove xserver-xorg-video-intel
4. reinstall the driver.
Sudo apt-get install xserver-xorg-video-intel
5. Modify the compiz Configuration
Sudo gedit/etc/xdg/compiz-manager
Create a new row, add SKIP_CHECKS = yes, and save
6. Run sudo apt-get install compizconfig-settings-manager.
Install the compiz Configuration Manager
7. restart the system, open compiz fusion icon, and select compiz in window manager.
8. The desktop effect and 3D are successfully enabled.