Upgrade to Ubuntu9.04 to solve the problem of compatibility with INTEL integrated graphics card

Source: Internet
Author: User
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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.