Let your Ubuntu7.10 shine.

Source: Internet
Author: User
If you are the owner of ATI graphics, if you are using Ubuntu7.10, if you really can't wait to make your Ubuntu shine, come with me. Install the 3D driver on Ubuntu7.10 (the premise is that you have successfully installed the graphics card driver. Note: If the graphics card driver is successfully installed, it does not mean that the 3D driver is also installed. You need to configure it separately) 1. Change the ENABLE_LAPTOP_MODE in the/etc/default/acpi-support file to true $ sudoge.

If you are the owner of ATI graphics, if you are using Ubuntu7.10, if you really can't wait to make your Ubuntu shine, come with me.

Install the 3D driver in Ubuntu7.10

(The premise is that you have successfully installed the video card driver. Note: if the video card driver is successfully installed, it does not mean that the 3D driver is also installed. You need to configure another one)

1. Change the ENABLE_LAPTOP_MODE in the/etc/default/acpi-support file to true.

$ Sudo gedit/etc/default/acpi-support

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Switch to laptop-mode on battery power-off by default as it causes odd

# Hangs on some machines

ENABLE_LAPTOP_MODE = true

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2. Change the FGLRX_ACPI_SWITCH_POWERSTATES in the/etc/default/fglrx file to true.

$ Sudo gedit/etc/default/fglrx

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Uncomment the next line to enable powerstate switching on ACPI

# Events for lid open/close and AC adapter on/off

FGLRX_ACPI_SWITCH_POWERSTATES = true

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

3. Delete the following parts from the/etc/X11/xorg. conf file. The new xorg service enables the default "Composite ".

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Section "Extensions"

# Option "Composite" "0"

# EndSection

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4. Replace the content under "# Driver whitelist" in the/usr/bin/compiz file with the following content (enclosed in quotation marks)

$ Sudo gedit/usr/bin/compiz

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

WHITELIST = "fglrx nvidia intel ati radeon i810"

# Blacklist based on the pci ids

# BLACKLIST_PCIIDS = "$ T"

BLACKLIST_PCIIDS = ""

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.